Package org.apache.tiles.ognl
Class OGNLAttributeEvaluator
java.lang.Object
org.apache.tiles.core.evaluator.AbstractAttributeEvaluator
org.apache.tiles.ognl.OGNLAttributeEvaluator
- All Implemented Interfaces:
- AttributeEvaluator
Evaluates attribute expressions and expressions with OGNL language.
- Since:
- 2.2.0
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tiles.core.evaluator.AbstractAttributeEvaluatorevaluate
- 
Constructor Details- 
OGNLAttributeEvaluatorpublic OGNLAttributeEvaluator()
 
- 
- 
Method Details- 
evaluateEvaluates an expression.- Parameters:
- expression- The expression to evaluate.
- request- The request object.
- Returns:
- The evaluated object.
 
 
-