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.
|
org.apache.tiles.renderer.impl |
Default implementations to manage attribute rendering.
|
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(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
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.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeEvaluatorFactory |
AbstractBaseAttributeRenderer.attributeEvaluatorFactory
The attribute evaluator factory.
|
protected AttributeEvaluatorFactory |
BasicRendererFactory.attributeEvaluatorFactory
The attribute evaluator.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBaseAttributeRenderer.setAttributeEvaluatorFactory(AttributeEvaluatorFactory attributeEvaluatorFactory)
Sets the attribute evaluator factory.
|
void |
BasicRendererFactory.setAttributeEvaluatorFactory(AttributeEvaluatorFactory attributeEvaluatorFactory)
Sets the attribute evaluator factory.
|
Copyright © 2017. All rights reserved.