|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.evaluator.AbstractAttributeEvaluator
public abstract class AbstractAttributeEvaluator
Abstract class to link a correct evaluation of an attribute, by evaluating
Attribute.getValue()
and then Attribute.getExpressionObject()
.
Constructor Summary | |
---|---|
AbstractAttributeEvaluator()
|
Method Summary | |
---|---|
java.lang.Object |
evaluate(Attribute attribute,
TilesRequestContext request)
Evaluates an attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.tiles.evaluator.AttributeEvaluator |
---|
evaluate, init |
Constructor Detail |
---|
public AbstractAttributeEvaluator()
Method Detail |
---|
public java.lang.Object evaluate(Attribute attribute, TilesRequestContext request)
evaluate
in interface AttributeEvaluator
attribute
- The attribute to evaluate.request
- The request object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |