Uses of Class
org.apache.tiles.evaluator.AbstractAttributeEvaluator
-
Packages that use AbstractAttributeEvaluator Package Description org.apache.tiles.el Attribute evaluator classes that can perform EL evaluation for attributes.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. -
-
Uses of AbstractAttributeEvaluator in org.apache.tiles.el
Subclasses of AbstractAttributeEvaluator in org.apache.tiles.el 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 areRequest
,ApplicationContext
and beans contained in request, session and application scope. -
Uses of AbstractAttributeEvaluator in org.apache.tiles.evaluator.impl
Subclasses of AbstractAttributeEvaluator in org.apache.tiles.evaluator.impl Modifier and Type Class Description class
DirectAttributeEvaluator
Resolves a string and returns the string itself. -
Uses of AbstractAttributeEvaluator in org.apache.tiles.mvel
Subclasses of AbstractAttributeEvaluator in org.apache.tiles.mvel Modifier and Type Class Description class
MVELAttributeEvaluator
Allows to use MVEL as the language to evaluate attribute values. -
Uses of AbstractAttributeEvaluator in org.apache.tiles.ognl
Subclasses of AbstractAttributeEvaluator in org.apache.tiles.ognl Modifier and Type Class Description class
OGNLAttributeEvaluator
Evaluates attribute expressions and expressions with OGNL language.
-