|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeEvaluator | |
|---|---|
| org.apache.tiles.el | Attribute evaluator classes that can perform EL evaluation for attributes. |
| 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.mvel | Attribute evaluator classes that can perform MVEL evaluation for attributes. |
| org.apache.tiles.ognl | Attribute evaluator classes that can perform OGNL evaluation for attributes. |
| Uses of AttributeEvaluator in org.apache.tiles.el |
|---|
| Classes in org.apache.tiles.el that implement AttributeEvaluator | |
|---|---|
class |
ELAttributeEvaluator
Evaluates string expression with typical EL syntax. You can use normal EL syntax, knowing that the root objects are TilesRequestContext, TilesApplicationContext and beans
contained in request, session and application scope. |
| 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.getExpressionObject(). |
| Methods in org.apache.tiles.evaluator that return AttributeEvaluator | |
|---|---|
AttributeEvaluator |
BasicAttributeEvaluatorFactory.getAttributeEvaluator(Attribute attribute)
Creates and attribute evaluator using an attribute. |
AttributeEvaluator |
AttributeEvaluatorFactory.getAttributeEvaluator(Attribute attribute)
Creates and attribute evaluator using an attribute. |
AttributeEvaluator |
BasicAttributeEvaluatorFactory.getAttributeEvaluator(String language)
Creates and attribute evaluator for the given expression language. |
AttributeEvaluator |
AttributeEvaluatorFactory.getAttributeEvaluator(String language)
Creates and attribute evaluator for the given expression language. |
| Methods in org.apache.tiles.evaluator with parameters of type AttributeEvaluator | |
|---|---|
void |
BasicAttributeEvaluatorFactory.registerAttributeEvaluator(String language,
AttributeEvaluator evaluator)
Registers a known expression language with its attribute evaluator. |
| Constructors in org.apache.tiles.evaluator with parameters of type AttributeEvaluator | |
|---|---|
BasicAttributeEvaluatorFactory(AttributeEvaluator defaultEvaluator)
Constructor. |
|
| 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 with parameters of type AttributeEvaluator | |
|---|---|
protected void |
TilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Deprecated. 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)
Deprecated. 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. |
| Uses of AttributeEvaluator in org.apache.tiles.mvel |
|---|
| Classes in org.apache.tiles.mvel that implement AttributeEvaluator | |
|---|---|
class |
MVELAttributeEvaluator
Allows to use MVEL as the language to evaluate attribute values. |
| Uses of AttributeEvaluator in org.apache.tiles.ognl |
|---|
| Classes in org.apache.tiles.ognl that implement AttributeEvaluator | |
|---|---|
class |
OGNLAttributeEvaluator
Evaluates attribute expressions and expressions with OGNL language. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||