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 Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.servlet.ServletContext
The servlet context. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.el.ExpressionFactory
Returns the expression factory to use.void
setApplicationContext
(ApplicationContext applicationContext) Sets the Tiles application context.
-
Field Details
-
servletContext
protected jakarta.servlet.ServletContext servletContextThe servlet context.- Since:
- 2.2.1
-
-
Constructor Details
-
JspExpressionFactoryFactory
public JspExpressionFactoryFactory()
-
-
Method Details
-
setApplicationContext
Sets the Tiles application context.- Specified by:
setApplicationContext
in interfaceApplicationContextAware
- Parameters:
applicationContext
- The Tiles application context.
-
getExpressionFactory
public jakarta.el.ExpressionFactory getExpressionFactory()Returns the expression factory to use.- Specified by:
getExpressionFactory
in interfaceExpressionFactoryFactory
- Returns:
- The expression factory.
-