This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.el.ExpressionFactoryFactory (Tiles 2 2.2.2 API)

Uses of Interface
org.apache.tiles.el.ExpressionFactoryFactory

Packages that use ExpressionFactoryFactory
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. 
 

Uses of ExpressionFactoryFactory in org.apache.tiles.el
 

Classes in org.apache.tiles.el that implement ExpressionFactoryFactory
 class JspExpressionFactoryFactory
          Uses the JSP 2.1 ExpressionFactory to be used in Tiles.
 

Uses of ExpressionFactoryFactory in org.apache.tiles.evaluator.el
 

Subinterfaces of ExpressionFactoryFactory in org.apache.tiles.evaluator.el
 interface ExpressionFactoryFactory
          Deprecated. Use ExpressionFactoryFactory.
 

Classes in org.apache.tiles.evaluator.el that implement ExpressionFactoryFactory
 class TomcatExpressionFactoryFactory
          Deprecated. Upgrade to Servlet 2.5 and JSP 2.1 and use JspExpressionFactoryFactory.
 



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