| Package | Description |
|---|---|
| org.apache.tiles.evaluator |
Interfaces 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAttributeEvaluatorFactory
Basic implementation of
AttributeEvaluatorFactory. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeEvaluatorFactoryAware.setAttributeEvaluatorFactory(AttributeEvaluatorFactory attributeEvaluatorFactory)
Sets the attribute evaluator factory.
|
| Modifier and Type | Method and Description |
|---|---|
protected AttributeEvaluatorFactory |
BasicTilesContainerFactory.createAttributeEvaluatorFactory(org.apache.tiles.request.ApplicationContext applicationContext,
LocaleResolver resolver)
Creates the attribute evaluator factory to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicTilesContainer.setAttributeEvaluatorFactory(AttributeEvaluatorFactory attributeEvaluatorFactory)
Sets the attribute evaluator factory.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.