This project has retired. For details please refer to its Attic page.
AttributeEvaluatorFactoryAware (Tiles 2 2.2.2 API)

org.apache.tiles.evaluator
Interface AttributeEvaluatorFactoryAware

Package class diagram package AttributeEvaluatorFactoryAware
All Known Implementing Classes:
AbstractBaseAttributeRenderer, AbstractTypeDetectingAttributeRenderer, BasicRendererFactory, BasicTilesContainer, CachingKeyedDefinitionsFactoryTilesContainer, CachingTilesContainer, ChainedDelegateAttributeRenderer, DefinitionAttributeRenderer, FreeMarkerAttributeRenderer, KeyedDefinitionsFactoryTilesContainer, StringAttributeRenderer, TemplateAttributeRenderer, UntypedAttributeRenderer, VelocityAttributeRenderer

public interface AttributeEvaluatorFactoryAware

It represents an object that can use an AttributeEvaluatorFactory.

Since:
2.2.0
Version:
$Rev: 788032 $ $Date: 2009-06-24 16:08:32 +0200 (mer, 24 giu 2009) $

Method Summary
 void setAttributeEvaluatorFactory(AttributeEvaluatorFactory attributeEvaluatorFactory)
          Sets the attribute evaluator factory.
 

Method Detail

setAttributeEvaluatorFactory

void setAttributeEvaluatorFactory(AttributeEvaluatorFactory attributeEvaluatorFactory)
Sets the attribute evaluator factory.

Parameters:
attributeEvaluatorFactory - The attribute evaluator factory to use.
Since:
2.2.0


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