Package org.apache.tiles.evaluator
Interfaces to manage attribute value evaluation.
-
Interface Summary Interface Description AttributeEvaluator It represents an object that resolves a string to return an object.AttributeEvaluatorFactory Creates an attribute evaluator using the language or an attribute.AttributeEvaluatorFactoryAware It represents an object that can use anAttributeEvaluatorFactory
. -
Class Summary Class Description AbstractAttributeEvaluator Abstract class to link a correct evaluation of an attribute, by evaluatingAttribute.getValue()
and thenAttribute.getExpressionObject()
.BasicAttributeEvaluatorFactory Basic implementation ofAttributeEvaluatorFactory
. -
Exception Summary Exception Description EvaluationException Exception raised when an expression language evaluation fails.