Class JspApplicationContextImpl
- java.lang.Object
-
- org.apache.sling.scripting.jsp.jasper.runtime.JspApplicationContextImpl
-
- All Implemented Interfaces:
javax.servlet.jsp.JspApplicationContext
public class JspApplicationContextImpl extends java.lang.Object implements javax.servlet.jsp.JspApplicationContext
Implementation of JspApplicationContext
-
-
Constructor Summary
Constructors Constructor Description JspApplicationContextImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addELContextListener(javax.el.ELContextListener listener)
void
addELResolver(javax.el.ELResolver resolver)
org.apache.sling.scripting.jsp.jasper.el.ELContextImpl
createELContext(javax.servlet.jsp.JspContext context)
javax.el.ExpressionFactory
getExpressionFactory()
static JspApplicationContextImpl
getInstance(javax.servlet.ServletContext context)
-
-
-
Method Detail
-
addELContextListener
public void addELContextListener(javax.el.ELContextListener listener)
- Specified by:
addELContextListener
in interfacejavax.servlet.jsp.JspApplicationContext
-
getInstance
public static JspApplicationContextImpl getInstance(javax.servlet.ServletContext context)
-
createELContext
public org.apache.sling.scripting.jsp.jasper.el.ELContextImpl createELContext(javax.servlet.jsp.JspContext context)
-
addELResolver
public void addELResolver(javax.el.ELResolver resolver) throws java.lang.IllegalStateException
- Specified by:
addELResolver
in interfacejavax.servlet.jsp.JspApplicationContext
- Throws:
java.lang.IllegalStateException
-
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()
- Specified by:
getExpressionFactory
in interfacejavax.servlet.jsp.JspApplicationContext
-
-