Package org.apache.tiles.el
Class JspExpressionFactoryFactory
java.lang.Object
org.apache.tiles.el.JspExpressionFactoryFactory
- All Implemented Interfaces:
- ExpressionFactoryFactory,- ApplicationContextAware
public class JspExpressionFactoryFactory
extends Object
implements ExpressionFactoryFactory, ApplicationContextAware
Uses the JSP 2.1 
ExpressionFactory to be used in Tiles.- Since:
- 2.2.1
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected jakarta.servlet.ServletContextThe servlet context.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.el.ExpressionFactoryReturns the expression factory to use.voidsetApplicationContext(ApplicationContext applicationContext) Sets the Tiles application context.
- 
Field Details- 
servletContextprotected jakarta.servlet.ServletContext servletContextThe servlet context.- Since:
- 2.2.1
 
 
- 
- 
Constructor Details- 
JspExpressionFactoryFactorypublic JspExpressionFactoryFactory()
 
- 
- 
Method Details- 
setApplicationContextSets the Tiles application context.- Specified by:
- setApplicationContextin interface- ApplicationContextAware
- Parameters:
- applicationContext- The Tiles application context.
 
- 
getExpressionFactorypublic jakarta.el.ExpressionFactory getExpressionFactory()Returns the expression factory to use.- Specified by:
- getExpressionFactoryin interface- ExpressionFactoryFactory
- Returns:
- The expression factory.
 
 
-