public class JspExpressionFactoryFactory extends java.lang.Object implements ExpressionFactoryFactory, TilesApplicationContextAware
ExpressionFactory to be used in Tiles.| Modifier and Type | Field and Description |
|---|---|
protected ServletContext |
servletContext
The servlet context.
|
| Constructor and Description |
|---|
JspExpressionFactoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
getExpressionFactory()
Returns the expression factory to use.
|
void |
setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context.
|
protected ServletContext servletContext
public void setApplicationContext(TilesApplicationContext applicationContext)
setApplicationContext in interface TilesApplicationContextAwareapplicationContext - The Tiles application context.public ExpressionFactory getExpressionFactory()
getExpressionFactory in interface ExpressionFactoryFactory