Uses of Package
org.apache.tiles.evaluator
Packages that use org.apache.tiles.evaluator
Package
Description
Attribute evaluator classes that can perform EL evaluation for attributes.
Interfaces to manage attribute value evaluation.
Classes to manage attribute value evaluation.
These classes allow to start up Tiles with all features on.
Factory classes, to allow creation of container instances.
It contains the basic implementations of Tiles container.
Attribute evaluator classes that can perform MVEL evaluation for attributes.
Attribute evaluator classes that can perform OGNL evaluation for attributes.
-
Classes in org.apache.tiles.evaluator used by org.apache.tiles.elClassDescriptionAbstract class to link a correct evaluation of an attribute, by evaluating
Attribute.getValue()
and thenAttribute.getExpressionObject()
.It represents an object that resolves a string to return an object. -
Classes in org.apache.tiles.evaluator used by org.apache.tiles.evaluatorClassDescriptionIt represents an object that resolves a string to return an object.Creates an attribute evaluator using the language or an attribute.
-
Classes in org.apache.tiles.evaluator used by org.apache.tiles.evaluator.implClassDescriptionAbstract class to link a correct evaluation of an attribute, by evaluating
Attribute.getValue()
and thenAttribute.getExpressionObject()
.It represents an object that resolves a string to return an object. -
Classes in org.apache.tiles.evaluator used by org.apache.tiles.extras.completeClassDescriptionCreates an attribute evaluator using the language or an attribute.
-
Classes in org.apache.tiles.evaluator used by org.apache.tiles.factoryClassDescriptionCreates an attribute evaluator using the language or an attribute.
-
Classes in org.apache.tiles.evaluator used by org.apache.tiles.implClassDescriptionCreates an attribute evaluator using the language or an attribute.It represents an object that can use an
AttributeEvaluatorFactory
. -
Classes in org.apache.tiles.evaluator used by org.apache.tiles.mvelClassDescriptionAbstract class to link a correct evaluation of an attribute, by evaluating
Attribute.getValue()
and thenAttribute.getExpressionObject()
.It represents an object that resolves a string to return an object. -
Classes in org.apache.tiles.evaluator used by org.apache.tiles.ognlClassDescriptionAbstract class to link a correct evaluation of an attribute, by evaluating
Attribute.getValue()
and thenAttribute.getExpressionObject()
.It represents an object that resolves a string to return an object.