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 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:
      addELContextListener in interface jakarta.servlet.jsp.JspApplicationContext
      Overrides:
      addELContextListener in class org.apache.jasper.runtime.JspApplicationContextImpl
    • addELResolver

      public void addELResolver(jakarta.el.ELResolver resolver) throws IllegalStateException
      Specified by:
      addELResolver in interface jakarta.servlet.jsp.JspApplicationContext
      Overrides:
      addELResolver in class org.apache.jasper.runtime.JspApplicationContextImpl
      Throws:
      IllegalStateException
    • createELContext

      public org.apache.jasper.el.ELContextImpl createELContext(jakarta.servlet.jsp.JspContext arg0)
      Overrides:
      createELContext in class org.apache.jasper.runtime.JspApplicationContextImpl
    • getExpressionFactory

      public jakarta.el.ExpressionFactory getExpressionFactory()
      Specified by:
      getExpressionFactory in interface jakarta.servlet.jsp.JspApplicationContext
      Overrides:
      getExpressionFactory in class org.apache.jasper.runtime.JspApplicationContextImpl
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object