org.apache.tapestry.components
Class ForBean.KeyExpressionRepSource

java.lang.Object
  extended by org.apache.tapestry.components.ForBean.KeyExpressionRepSource
All Implemented Interfaces:
ForBean.RepSource
Enclosing class:
ForBean

protected class ForBean.KeyExpressionRepSource
extends Object
implements ForBean.RepSource

An implementation of RepSource that provides the string representation of the given value using just the 'keyExpression' parameter.


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

Constructor Detail

ForBean.KeyExpressionRepSource

protected ForBean.KeyExpressionRepSource()
Method Detail

getStringRep

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


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.