This project has retired. For details please refer to its
Attic page.
TomcatExpressionFactoryFactory (Tiles 2 2.1.4 API)
org.apache.tiles.evaluator.el
Class TomcatExpressionFactoryFactory
java.lang.Object
org.apache.tiles.evaluator.el.TomcatExpressionFactoryFactory
- All Implemented Interfaces:
- ExpressionFactoryFactory
public class TomcatExpressionFactoryFactory
- extends Object
- implements ExpressionFactoryFactory
Creates an expression factory using Tomcat's Jasper engine.
- Since:
- 2.1.0
- Version:
- $Rev: 654850 $ $Date: 2008-05-09 17:15:42 +0200 (ven, 09 mag 2008) $
Method Summary |
javax.el.ExpressionFactory |
getExpressionFactory()
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()
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()
- Returns the expression factory to use.
- Specified by:
getExpressionFactory
in interface ExpressionFactoryFactory
- Returns:
- The expression factory.
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.