public abstract class AbstractAttributeEvaluator extends java.lang.Object implements AttributeEvaluator
Attribute.getValue() and then Attribute.getExpressionObject().| Constructor and Description |
|---|
AbstractAttributeEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Attribute attribute,
TilesRequestContext request)
Evaluates an attribute value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, initpublic java.lang.Object evaluate(Attribute attribute, TilesRequestContext request)
evaluate in interface AttributeEvaluatorattribute - The attribute to evaluate.request - The request object.