Uses of Package
org.apache.tiles.evaluator

Packages that use org.apache.tiles.evaluator
org.apache.tiles.evaluator Interfaces to manage attribute value evaluation. 
org.apache.tiles.evaluator.impl Classes to manage attribute value evaluation. 
org.apache.tiles.factory Factory classes, to allow creation of container instances. 
org.apache.tiles.impl It contains the basic implementations of Tiles container. 
org.apache.tiles.impl.mgmt It contains the basic implementations of mutable Tiles containers. 
org.apache.tiles.renderer.impl Default implementations to manage attribute rendering. 
 

Classes in org.apache.tiles.evaluator used by org.apache.tiles.evaluator
AttributeEvaluator
          It represents an object that resolves a string to return an object.
AttributeEvaluatorFactory
          Creates an attribute evaluator using the language or an attribute.
 

Classes in org.apache.tiles.evaluator used by org.apache.tiles.evaluator.impl
AbstractAttributeEvaluator
          Abstract class to link a correct evaluation of an attribute, by evaluating Attribute.getValue() and then Attribute.getExpressionObject().
AttributeEvaluator
          It represents an object that resolves a string to return an object.
 

Classes in org.apache.tiles.evaluator used by org.apache.tiles.factory
AttributeEvaluator
          It represents an object that resolves a string to return an object.
AttributeEvaluatorFactory
          Creates an attribute evaluator using the language or an attribute.
 

Classes in org.apache.tiles.evaluator used by org.apache.tiles.impl
AttributeEvaluatorFactory
          Creates an attribute evaluator using the language or an attribute.
AttributeEvaluatorFactoryAware
          It represents an object that can use an AttributeEvaluatorFactory.
 

Classes in org.apache.tiles.evaluator used by org.apache.tiles.impl.mgmt
AttributeEvaluatorFactoryAware
          It represents an object that can use an AttributeEvaluatorFactory.
 

Classes in org.apache.tiles.evaluator used by org.apache.tiles.renderer.impl
AttributeEvaluatorFactory
          Creates an attribute evaluator using the language or an attribute.
AttributeEvaluatorFactoryAware
          It represents an object that can use an AttributeEvaluatorFactory.
 



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