Class JspApplicationContextWrapper

  • All Implemented Interfaces:
    jakarta.servlet.jsp.JspApplicationContext

    public class JspApplicationContextWrapper
    extends org.apache.jasper.runtime.JspApplicationContextImpl
    Author:
    pmuir
    • Constructor Detail

      • JspApplicationContextWrapper

        protected JspApplicationContextWrapper​(org.apache.jasper.runtime.JspApplicationContextImpl delegate,
                                               List<ExpressionFactoryWrapper> wrapperList,
                                               jakarta.servlet.ServletContext servletContext)
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object