Class JspApplicationContextImpl
java.lang.Object
org.apache.sling.scripting.jsp.jasper.runtime.JspApplicationContextImpl
- All Implemented Interfaces:
javax.servlet.jsp.JspApplicationContext
public class JspApplicationContextImpl
extends Object
implements javax.servlet.jsp.JspApplicationContext
Implementation of JspApplicationContext
- Author:
- Jacob Hookom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddELContextListener(javax.el.ELContextListener listener) voidaddELResolver(javax.el.ELResolver resolver) createELContext(javax.servlet.jsp.JspContext context) javax.el.ExpressionFactorystatic JspApplicationContextImplgetInstance(javax.servlet.ServletContext context)
-
Constructor Details
-
JspApplicationContextImpl
public JspApplicationContextImpl()
-
-
Method Details
-
addELContextListener
public void addELContextListener(javax.el.ELContextListener listener) - Specified by:
addELContextListenerin interfacejavax.servlet.jsp.JspApplicationContext
-
getInstance
-
createELContext
-
addELResolver
- Specified by:
addELResolverin interfacejavax.servlet.jsp.JspApplicationContext- Throws:
IllegalStateException
-
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()- Specified by:
getExpressionFactoryin interfacejavax.servlet.jsp.JspApplicationContext
-