This project has retired. For details please refer to its
Attic page.
TomcatExpressionFactoryFactory (Tiles 2 2.2.2 API)
org.apache.tiles.evaluator.el
Class TomcatExpressionFactoryFactory
java.lang.Object
org.apache.tiles.evaluator.el.TomcatExpressionFactoryFactory
- All Implemented Interfaces:
- ExpressionFactoryFactory
Deprecated. Upgrade to Servlet 2.5 and JSP 2.1 and use
JspExpressionFactoryFactory
.
public class TomcatExpressionFactoryFactory
- extends Object
- implements ExpressionFactoryFactory
Creates an expression factory using Tomcat's Jasper engine.
- Since:
- 2.1.0
- Version:
- $Rev: 816924 $ $Date: 2009-09-19 15:45:40 +0200 (sab, 19 set 2009) $
Method Summary |
javax.el.ExpressionFactory |
getExpressionFactory()
Deprecated. Returns the expression factory to use. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatExpressionFactoryFactory
public TomcatExpressionFactoryFactory()
- Deprecated.
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()
- Deprecated.
- Returns the expression factory to use.
- Specified by:
getExpressionFactory
in interface ExpressionFactoryFactory
- Returns:
- The expression factory.
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.