
public class JspExpressionFactoryFactory extends Object implements ExpressionFactoryFactory, org.apache.tiles.request.ApplicationContextAware
ExpressionFactory to be used in Tiles.| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.ServletContext |
servletContext
The servlet context.
|
| Constructor and Description |
|---|
JspExpressionFactoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.el.ExpressionFactory |
getExpressionFactory()
Returns the expression factory to use.
|
void |
setApplicationContext(org.apache.tiles.request.ApplicationContext applicationContext) |
protected javax.servlet.ServletContext servletContext
public void setApplicationContext(org.apache.tiles.request.ApplicationContext applicationContext)
setApplicationContext in interface org.apache.tiles.request.ApplicationContextAwarepublic javax.el.ExpressionFactory getExpressionFactory()
getExpressionFactory in interface ExpressionFactoryFactoryCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.