Package | Description |
---|---|
org.apache.tapestry.binding |
Implementations of
IBinding . |
org.apache.tapestry.components |
Basic, fundamental components used to construct more complex components, or pages.
|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.script |
Parser and related classes for dynamically generating JavaScript for
inclusion in an HTML response.
|
org.apache.tapestry.services.impl |
Modifier and Type | Method and Description |
---|---|
void |
OGNLBindingFactory.setExpressionEvaluator(ExpressionEvaluator expressionEvaluator) |
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 | Method and Description |
---|---|
abstract ExpressionEvaluator |
ForBean.getExpressionEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultScriptSource.setExpressionEvaluator(ExpressionEvaluator expressionEvaluator) |
Constructor and Description |
---|
ParsedScript(ExpressionEvaluator evaluator,
ValueConverter valueConverter,
org.apache.hivemind.Location location) |
ScriptParser(org.apache.hivemind.ClassResolver resolver,
ExpressionEvaluator evaluator,
ValueConverter valueConverter) |
ScriptRule(ExpressionEvaluator evaluator,
ValueConverter valueConverter) |
ScriptSessionImpl(org.apache.hivemind.Resource scriptTemplateResource,
IRequestCycle cycle,
IScriptProcessor processor,
ExpressionEvaluator evaluator,
ValueConverter valueConverter,
java.util.Map symbols) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionEvaluatorImpl |