This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.evaluator.AttributeEvaluator (Tiles 2 2.1.4 API)

Uses of Interface
org.apache.tiles.evaluator.AttributeEvaluator

Packages that use AttributeEvaluator
org.apache.tiles.evaluator Interfaces to manage attribute value evaluation. 
org.apache.tiles.evaluator.el Attribute evaluator classes that can perform EL evaluation for attributes. 
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.renderer.impl Default implementations to manage attribute rendering. 
 

Uses of AttributeEvaluator in org.apache.tiles.evaluator
 

Classes in org.apache.tiles.evaluator that implement AttributeEvaluator
 class AbstractAttributeEvaluator
          Abstract class to link a correct evaluation of an attribute, by evaluating Attribute.getValue() and then Attribute.getExpression().
 

Methods in org.apache.tiles.evaluator with parameters of type AttributeEvaluator
 void AttributeEvaluatorAware.setEvaluator(AttributeEvaluator evaluator)
          Sets the evaluator.
 

Uses of AttributeEvaluator in org.apache.tiles.evaluator.el
 

Classes in org.apache.tiles.evaluator.el that implement AttributeEvaluator
 class ELAttributeEvaluator
          Evaluates string expression with typical EL syntax.
 

Uses of AttributeEvaluator in org.apache.tiles.evaluator.impl
 

Classes in org.apache.tiles.evaluator.impl that implement AttributeEvaluator
 class DirectAttributeEvaluator
          Resolves a string and returns the string itself.
 

Uses of AttributeEvaluator in org.apache.tiles.factory
 

Methods in org.apache.tiles.factory that return AttributeEvaluator
protected  AttributeEvaluator BasicTilesContainerFactory.createEvaluator(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, LocaleResolver resolver)
          Creates the attribute evaluator to use.
 

Methods in org.apache.tiles.factory with parameters of type AttributeEvaluator
protected  AttributeRenderer BasicTilesContainerFactory.createDefaultAttributeRenderer(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluator evaluator)
          Creates the default attribute renderer.
protected  RendererFactory BasicTilesContainerFactory.createRendererFactory(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluator evaluator)
          Creates a renderer factory.
protected  void TilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory, TilesApplicationContext tilesContext, RendererFactory rendererFactory, AttributeEvaluator evaluator, Map<String,String> initParameters, Map<String,String> configuration, BasicTilesContainer container)
          After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container.
protected  void KeyedDefinitionsFactoryTilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory, TilesApplicationContext tilesContext, RendererFactory rendererFactory, AttributeEvaluator evaluator, Map<String,String> initParameters, Map<String,String> configuration, BasicTilesContainer container)
          After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container.
protected  void BasicTilesContainerFactory.registerAttributeRenderers(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluator evaluator)
          Registers attribute renderers in a BasicRendererFactory.
 

Uses of AttributeEvaluator in org.apache.tiles.impl
 

Methods in org.apache.tiles.impl with parameters of type AttributeEvaluator
 void BasicTilesContainer.setEvaluator(AttributeEvaluator evaluator)
          Sets the evaluator to use.
 

Uses of AttributeEvaluator in org.apache.tiles.renderer.impl
 

Fields in org.apache.tiles.renderer.impl declared as AttributeEvaluator
protected  AttributeEvaluator BasicRendererFactory.evaluator
          The attribute evaluator.
protected  AttributeEvaluator AbstractBaseAttributeRenderer.evaluator
          The attribute evaluator.
 

Methods in org.apache.tiles.renderer.impl with parameters of type AttributeEvaluator
 void BasicRendererFactory.setEvaluator(AttributeEvaluator evaluator)
          Sets the evaluator.
 void AbstractBaseAttributeRenderer.setEvaluator(AttributeEvaluator evaluator)
          Sets the evaluator.
 



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