Package org.apache.tiles.el
Interface ExpressionFactoryFactory
-
- All Known Implementing Classes:
JspExpressionFactoryFactory
public interface ExpressionFactoryFactory
Interface to define a factory ofExpressionFactory
.- Since:
- 2.2.1
- Version:
- $Rev: 816924 $ $Date: 2009-09-19 23:45:40 +1000 (Sat, 19 Sep 2009) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.el.ExpressionFactory
getExpressionFactory()
Returns the expression factory to use.
-