org.dishevelled.identify
Interface IdentifyUtils.NameStrategy

Enclosing class:
IdentifyUtils

static interface IdentifyUtils.NameStrategy

Strategy used to determine the value for a name property on a bean.


Method Summary
 String getNameFor(Object bean)
          Return a name for the specified bean.
 

Method Detail

getNameFor

String getNameFor(Object bean)
Return a name for the specified bean. Return the String "null" if bean is null.

Parameters:
bean - bean
Returns:
a name for the specified bean


Copyright (c) 2003-2011 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).