| Package | Description |
|---|---|
| org.apache.tiles.evaluator |
Interfaces to manage attribute value evaluation.
|
| org.apache.tiles.evaluator.impl |
Classes to manage attribute value evaluation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeEvaluator
Abstract class to link a correct evaluation of an attribute, by evaluating
Attribute.getValue() and then Attribute.getExpressionObject(). |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAttributeEvaluatorFactory.registerAttributeEvaluator(String language,
AttributeEvaluator evaluator)
Registers a known expression language with its attribute evaluator.
|
| Constructor and Description |
|---|
BasicAttributeEvaluatorFactory(AttributeEvaluator defaultEvaluator)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectAttributeEvaluator
Resolves a string and returns the string itself.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.