Class JspApplicationContextWrapper
java.lang.Object
org.apache.jasper.runtime.JspApplicationContextImpl
org.wildfly.extension.undertow.deployment.JspApplicationContextWrapper
- All Implemented Interfaces:
jakarta.servlet.jsp.JspApplicationContext
public class JspApplicationContextWrapper
extends org.apache.jasper.runtime.JspApplicationContextImpl
- Author:
- pmuir
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJspApplicationContextWrapper(org.apache.jasper.runtime.JspApplicationContextImpl delegate, List<ExpressionFactoryWrapper> wrapperList, jakarta.servlet.ServletContext servletContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddELContextListener(jakarta.el.ELContextListener listener) voidaddELResolver(jakarta.el.ELResolver resolver) org.apache.jasper.el.ELContextImplcreateELContext(jakarta.servlet.jsp.JspContext arg0) booleanjakarta.el.ExpressionFactoryinthashCode()toString()Methods inherited from class org.apache.jasper.runtime.JspApplicationContextImpl
fireListeners, getInstance
-
Constructor Details
-
JspApplicationContextWrapper
protected JspApplicationContextWrapper(org.apache.jasper.runtime.JspApplicationContextImpl delegate, List<ExpressionFactoryWrapper> wrapperList, jakarta.servlet.ServletContext servletContext)
-
-
Method Details
-
addELContextListener
public void addELContextListener(jakarta.el.ELContextListener listener) - Specified by:
addELContextListenerin interfacejakarta.servlet.jsp.JspApplicationContext- Overrides:
addELContextListenerin classorg.apache.jasper.runtime.JspApplicationContextImpl
-
addELResolver
- Specified by:
addELResolverin interfacejakarta.servlet.jsp.JspApplicationContext- Overrides:
addELResolverin classorg.apache.jasper.runtime.JspApplicationContextImpl- Throws:
IllegalStateException
-
createELContext
public org.apache.jasper.el.ELContextImpl createELContext(jakarta.servlet.jsp.JspContext arg0) - Overrides:
createELContextin classorg.apache.jasper.runtime.JspApplicationContextImpl
-
getExpressionFactory
public jakarta.el.ExpressionFactory getExpressionFactory()- Specified by:
getExpressionFactoryin interfacejakarta.servlet.jsp.JspApplicationContext- Overrides:
getExpressionFactoryin classorg.apache.jasper.runtime.JspApplicationContextImpl
-
equals
-
hashCode
public int hashCode() -
toString
-