This project has retired. For details please refer to its
Attic page.
ExpressionFactoryFactory (Tiles 2 2.1.4 API)
org.apache.tiles.evaluator.el
Interface ExpressionFactoryFactory
- All Known Implementing Classes:
- JspExpressionFactoryFactory, TomcatExpressionFactoryFactory
public interface ExpressionFactoryFactory
Interface to define a factory of ExpressionFactory
.
- Since:
- 2.1.0
- Version:
- $Rev: 654222 $ $Date: 2008-05-07 21:17:15 +0200 (mer, 07 mag 2008) $
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.1.0
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.