public class JspExpressionFactoryFactory extends Object implements ExpressionFactoryFactory, TilesApplicationContextAware
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(TilesApplicationContext applicationContext)
Sets the Tiles application context.
|
protected javax.servlet.ServletContext servletContext
public void setApplicationContext(TilesApplicationContext applicationContext)
setApplicationContext
in interface TilesApplicationContextAware
applicationContext
- The Tiles application context.public javax.el.ExpressionFactory getExpressionFactory()
getExpressionFactory
in interface ExpressionFactoryFactory
Copyright © 2017. All rights reserved.