Package | Description |
---|---|
org.apache.tapestry.binding |
Implementations of
IBinding . |
org.apache.tapestry.services.impl |
Modifier and Type | Method and Description |
---|---|
void |
OGNLBindingFactory.setExpressionCache(ExpressionCache expressionCache) |
Constructor and Description |
---|
ExpressionBinding(java.lang.String description,
org.apache.hivemind.Location location,
ValueConverter valueConverter,
IComponent root,
java.lang.String expression,
ExpressionEvaluator evaluator,
ExpressionCache cache)
Creates a
ExpressionBinding from the root object and an OGNL expression. |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionCacheImpl |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionEvaluatorImpl.setExpressionCache(ExpressionCache expressionCache) |