public class JspExpressionFactoryFactory extends Object implements ExpressionFactoryFactory, ApplicationContextAware
ExpressionFactory to be used in Tiles.| Modifier and Type | Field and Description | 
|---|---|
| protected javax.servlet.ServletContext | servletContextThe 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 ApplicationContextAwareapplicationContext - The Tiles application context.public javax.el.ExpressionFactory getExpressionFactory()
getExpressionFactory in interface ExpressionFactoryFactoryCopyright © 2000–2025 Apache Software Foundation. All rights reserved.