This project has retired. For details please refer to its
Attic page.
ExpressionFactoryFactory (Tiles 2 2.2.2 API)
org.apache.tiles.el
Interface ExpressionFactoryFactory
- All Known Subinterfaces:
- ExpressionFactoryFactory
- All Known Implementing Classes:
- JspExpressionFactoryFactory, JspExpressionFactoryFactory, TomcatExpressionFactoryFactory
public interface ExpressionFactoryFactory
Interface to define a factory of ExpressionFactory
.
- Since:
- 2.2.1
- Version:
- $Rev: 816924 $ $Date: 2009-09-19 15:45:40 +0200 (sab, 19 set 2009) $
Method Summary |
javax.el.ExpressionFactory |
getExpressionFactory()
Returns the expression factory to use. |
getExpressionFactory
javax.el.ExpressionFactory getExpressionFactory()
- Returns the expression factory to use.
- Returns:
- The expression factory.
- Since:
- 2.2.1
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.