org.apache.tiles.evaluator.el
Class ELAttributeEvaluator
java.lang.Object
org.apache.tiles.evaluator.AbstractAttributeEvaluator
org.apache.tiles.el.ELAttributeEvaluator
org.apache.tiles.evaluator.el.ELAttributeEvaluator
- All Implemented Interfaces:
- TilesApplicationContextAware, AttributeEvaluator
Deprecated. Use ELAttributeEvaluator
.
public class ELAttributeEvaluator
- extends ELAttributeEvaluator
Evaluates string expression with typical EL syntax.
You can use normal EL syntax, knowing that the root objects are
org.apache.tiles.TilesRequestContext
,
TilesApplicationContext
and beans contained in
request, session and application scope.
- Since:
- 2.1.0
- Version:
- $Rev: 816924 $ $Date: 2009-09-19 15:45:40 +0200 (sab, 19 set 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELAttributeEvaluator
public ELAttributeEvaluator()
- Deprecated.
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.