Uses of Package
org.apache.tiles.el

Packages that use org.apache.tiles.el
org.apache.tiles.el Attribute evaluator classes that can perform EL evaluation for attributes. 
org.apache.tiles.evaluator.el Deprecated package containing only deprecated classes that can perform EL evaluation for attributes. 
org.apache.tiles.jsp.evaluator.el Attribute evaluator classes that can perform EL evaluation for attributes when a JSP environment is available. 
 

Classes in org.apache.tiles.el used by org.apache.tiles.el
ExpressionFactoryFactory
          Interface to define a factory of ExpressionFactory.
 

Classes in org.apache.tiles.el used by org.apache.tiles.evaluator.el
ELAttributeEvaluator
          Evaluates string expression with typical EL syntax.
You can use normal EL syntax, knowing that the root objects are TilesRequestContext, TilesApplicationContext and beans contained in request, session and application scope.
ELContextImpl
          Implementation of ELContext.
Copied from Apache Tomcat 6.0.16 source code.
ExpressionFactoryFactory
          Interface to define a factory of ExpressionFactory.
TilesContextBeanELResolver
          Resolves beans in request, session and application scope.
TilesContextELResolver
          Resolves properties of TilesRequestContext and TilesApplicationContext.
 

Classes in org.apache.tiles.el used by org.apache.tiles.jsp.evaluator.el
JspExpressionFactoryFactory
          Uses the JSP 2.1 ExpressionFactory to be used in Tiles.
 



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