Uses of Class
org.apache.tiles.evaluator.AbstractAttributeEvaluator
Packages that use AbstractAttributeEvaluator
Package
Description
Attribute evaluator classes that can perform EL evaluation for attributes.
Classes to manage attribute value evaluation.
Attribute evaluator classes that can perform MVEL evaluation for attributes.
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.elModifier and TypeClassDescriptionclass
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.implModifier and TypeClassDescriptionclass
Resolves a string and returns the string itself. -
Uses of AbstractAttributeEvaluator in org.apache.tiles.mvel
Subclasses of AbstractAttributeEvaluator in org.apache.tiles.mvelModifier and TypeClassDescriptionclass
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.ognlModifier and TypeClassDescriptionclass
Evaluates attribute expressions and expressions with OGNL language.