Package | Description |
---|---|
org.apache.tapestry.components |
Basic, fundamental components used to construct more complex components, or pages.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
ForBean.findValueWithStringRep(java.util.Iterator sourceIterator,
java.util.Iterator fullSourceIterator,
java.util.Map repToValueMap,
java.lang.String rep,
ForBean.RepSource repSource)
Attempt to find a value in 'source' or 'fullSource' that generates the provided string
representation.
|
protected java.lang.Object |
ForBean.findValueWithStringRepInIterator(java.util.Iterator it,
java.util.Map repToValueMap,
java.lang.String rep,
ForBean.RepSource repSource)
Attempt to find a value in the provided collection that generates the required string
representation.
|