|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForBean.RepSource | |
---|---|
org.apache.tapestry.components | Basic, fundamental components used to construct more complex components, or pages. |
Uses of ForBean.RepSource in org.apache.tapestry.components |
---|
Classes in org.apache.tapestry.components that implement ForBean.RepSource | |
---|---|
protected class |
ForBean.CompleteRepSource
An implementation of RepSource that provides the string representation of the given value using all methods. |
protected class |
ForBean.KeyExpressionRepSource
An implementation of RepSource that provides the string representation of the given value using just the 'keyExpression' parameter. |
Methods in org.apache.tapestry.components with parameters of type ForBean.RepSource | |
---|---|
protected Object |
ForBean.findValueWithStringRep(Iterator sourceIterator,
Iterator fullSourceIterator,
Map repToValueMap,
String rep,
ForBean.RepSource repSource)
Attempt to find a value in 'source' or 'fullSource' that generates the provided string representation. |
protected Object |
ForBean.findValueWithStringRepInIterator(Iterator it,
Map repToValueMap,
String rep,
ForBean.RepSource repSource)
Attempt to find a value in the provided collection that generates the required string representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |