Package org.apache.tiles.el
Class JspExpressionFactoryFactory
- java.lang.Object
-
- org.apache.tiles.el.JspExpressionFactoryFactory
-
- All Implemented Interfaces:
ExpressionFactoryFactory
,org.apache.tiles.request.ApplicationContextAware
public class JspExpressionFactoryFactory extends java.lang.Object implements ExpressionFactoryFactory, org.apache.tiles.request.ApplicationContextAware
Uses the JSP 2.1ExpressionFactory
to be used in Tiles.- Since:
- 2.2.1
- Version:
- $Rev: 1229087 $ $Date: 2012-01-09 21:35:14 +1100 (Mon, 09 Jan 2012) $
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.servlet.ServletContext
servletContext
The servlet context.
-
Constructor Summary
Constructors Constructor Description JspExpressionFactoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.el.ExpressionFactory
getExpressionFactory()
Returns the expression factory to use.void
setApplicationContext(org.apache.tiles.request.ApplicationContext applicationContext)
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.apache.tiles.request.ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interfaceorg.apache.tiles.request.ApplicationContextAware
-
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()
Returns the expression factory to use.- Specified by:
getExpressionFactory
in interfaceExpressionFactoryFactory
- Returns:
- The expression factory.
-
-