This project has retired. For details please refer to its Attic page.
org.apache.tiles.evaluator (Tiles 2 2.2.2 API)

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.
AttributeEvaluatorFactory Creates an attribute evaluator using the language or an attribute.
AttributeEvaluatorFactoryAware It represents an object that can use an AttributeEvaluatorFactory.
 

Class Summary
AbstractAttributeEvaluator Abstract class to link a correct evaluation of an attribute, by evaluating Attribute.getValue() and then Attribute.getExpressionObject().
BasicAttributeEvaluatorFactory Basic implementation of AttributeEvaluatorFactory.
 

Exception Summary
EvaluationException Exception raised when an expression language evaluation fails.
 

Package org.apache.tiles.evaluator Description

Interfaces to manage attribute value evaluation.



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.