org.apache.tapestry.components
Class ForBean.CompleteRepSource

java.lang.Object
  extended byorg.apache.tapestry.components.ForBean.CompleteRepSource
All Implemented Interfaces:
ForBean.RepSource
Enclosing class:
ForBean

protected class ForBean.CompleteRepSource
extends java.lang.Object
implements ForBean.RepSource

An implementation of RepSource that provides the string representation of the given value using all methods.


Constructor Summary
protected ForBean.CompleteRepSource()
           
 
Method Summary
 java.lang.String getStringRep(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForBean.CompleteRepSource

protected ForBean.CompleteRepSource()
Method Detail

getStringRep

public java.lang.String getStringRep(java.lang.Object value)
Specified by:
getStringRep in interface ForBean.RepSource