Package org.apache.tiles.evaluator

Package class diagram package org.apache.tiles.evaluator
Interfaces to manage attribute value evaluation.

See:
          Description

Interface Summary
AttributeEvaluator It represents an object that resolves a string to return an object.
AttributeEvaluatorAware It represents an object that can use an AttributeEvaluator.
 

Class Summary
AbstractAttributeEvaluator Abstract class to link a correct evaluation of an attribute, by evaluating Attribute.getValue() and then Attribute.getExpression().
 

Package org.apache.tiles.evaluator Description

Interfaces to manage attribute value evaluation.