org.apache.tapestry.components
Interface ForBean.RepSource

All Known Implementing Classes:
ForBean.CompleteRepSource, ForBean.KeyExpressionRepSource
Enclosing interface:
ForBean

protected static interface ForBean.RepSource

An interface that provides the string representation of a given value


Method Summary
 java.lang.String getStringRep(java.lang.Object value)
           
 

Method Detail

getStringRep

public java.lang.String getStringRep(java.lang.Object value)