net.sf.tacos.ajax.components
Class PartialForBean.KeyExpressionRepSource

java.lang.Object
  extended by net.sf.tacos.ajax.components.PartialForBean.KeyExpressionRepSource
All Implemented Interfaces:
PartialForBean.RepSource
Enclosing class:
PartialForBean

protected class PartialForBean.KeyExpressionRepSource
extends Object
implements PartialForBean.RepSource

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


Constructor Summary
protected PartialForBean.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

PartialForBean.KeyExpressionRepSource

protected PartialForBean.KeyExpressionRepSource()
Method Detail

getStringRep

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