Package | Description |
---|---|
org.apache.tiles.el |
Attribute evaluator classes that can perform EL evaluation for attributes.
|
org.apache.tiles.evaluator |
Interfaces to manage attribute value evaluation.
|
org.apache.tiles.evaluator.impl |
Classes to manage attribute value evaluation.
|
org.apache.tiles.mvel |
Attribute evaluator classes that can perform MVEL evaluation for attributes.
|
org.apache.tiles.ognl |
Attribute evaluator classes that can perform OGNL evaluation for attributes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ELAttributeEvaluator |
Evaluates string expression with typical EL syntax.
You can use normal EL syntax, knowing that the root objects are Request , ApplicationContext and beans
contained in request, session and application scope. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractAttributeEvaluator |
Abstract class to link a correct evaluation of an attribute, by evaluating
Attribute.getValue() and then Attribute.getExpressionObject() . |
Modifier and Type | Method | Description |
---|---|---|
AttributeEvaluator |
AttributeEvaluatorFactory.getAttributeEvaluator(java.lang.String language) |
Creates and attribute evaluator for the given expression language.
|
AttributeEvaluator |
AttributeEvaluatorFactory.getAttributeEvaluator(Attribute attribute) |
Creates and attribute evaluator using an attribute.
|
AttributeEvaluator |
BasicAttributeEvaluatorFactory.getAttributeEvaluator(java.lang.String language) |
Creates and attribute evaluator for the given expression language.
|
AttributeEvaluator |
BasicAttributeEvaluatorFactory.getAttributeEvaluator(Attribute attribute) |
Creates and attribute evaluator using an attribute.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BasicAttributeEvaluatorFactory.registerAttributeEvaluator(java.lang.String language,
AttributeEvaluator evaluator) |
Registers a known expression language with its attribute evaluator.
|
Constructor | Description |
---|---|
BasicAttributeEvaluatorFactory(AttributeEvaluator defaultEvaluator) |
Constructor.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DirectAttributeEvaluator |
Resolves a string and returns the string itself.
|
Modifier and Type | Class | Description |
---|---|---|
class |
MVELAttributeEvaluator |
Allows to use MVEL as the language to evaluate attribute values.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OGNLAttributeEvaluator |
Evaluates attribute expressions and expressions with OGNL language.
|
Copyright © 2018. All rights reserved.