This project has retired. For details please refer to its Attic page.
ELAttributeEvaluator (Tiles 2 2.2.2 API)

org.apache.tiles.evaluator.el
Class ELAttributeEvaluator

Package class diagram package ELAttributeEvaluator
java.lang.Object
  extended by org.apache.tiles.evaluator.AbstractAttributeEvaluator
      extended by org.apache.tiles.el.ELAttributeEvaluator
          extended by 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) $

Field Summary
 
Fields inherited from class org.apache.tiles.el.ELAttributeEvaluator
applicationContext, EXPRESSION_FACTORY_FACTORY_INIT_PARAM, expressionFactory, resolver
 
Constructor Summary
ELAttributeEvaluator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.tiles.el.ELAttributeEvaluator
evaluate, init, setApplicationContext, setExpressionFactory, setResolver
 
Methods inherited from class org.apache.tiles.evaluator.AbstractAttributeEvaluator
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELAttributeEvaluator

public ELAttributeEvaluator()
Deprecated. 


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.