public class JspExpressionFactoryFactory extends Object implements ExpressionFactoryFactory, 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(ApplicationContext applicationContext)
Sets the Tiles application context.
|
protected javax.servlet.ServletContext servletContext
public void setApplicationContext(ApplicationContext applicationContext)
setApplicationContext
in interface ApplicationContextAware
applicationContext
- The Tiles application context.public javax.el.ExpressionFactory getExpressionFactory()
getExpressionFactory
in interface ExpressionFactoryFactory
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.