Class SimplePageContext


  • @Deprecated
    public class SimplePageContext
    extends javax.servlet.jsp.PageContext
    Deprecated.
    • Constructor Detail

      • SimplePageContext

        public SimplePageContext​(javax.servlet.ServletContext servletContext)
        Deprecated.
    • Method Detail

      • release

        public void release()
        Deprecated.
        Specified by:
        release in class javax.servlet.jsp.PageContext
      • getSession

        public javax.servlet.http.HttpSession getSession()
        Deprecated.
        Specified by:
        getSession in class javax.servlet.jsp.PageContext
      • getPage

        public Object getPage()
        Deprecated.
        Specified by:
        getPage in class javax.servlet.jsp.PageContext
      • getRequest

        public javax.servlet.ServletRequest getRequest()
        Deprecated.
        Specified by:
        getRequest in class javax.servlet.jsp.PageContext
      • getResponse

        public javax.servlet.ServletResponse getResponse()
        Deprecated.
        Specified by:
        getResponse in class javax.servlet.jsp.PageContext
      • getException

        public Exception getException()
        Deprecated.
        Specified by:
        getException in class javax.servlet.jsp.PageContext
      • getServletConfig

        public javax.servlet.ServletConfig getServletConfig()
        Deprecated.
        Specified by:
        getServletConfig in class javax.servlet.jsp.PageContext
      • getServletContext

        public javax.servlet.ServletContext getServletContext()
        Deprecated.
        Specified by:
        getServletContext in class javax.servlet.jsp.PageContext
      • forward

        public void forward​(String s)
                     throws javax.servlet.ServletException,
                            IOException
        Deprecated.
        Specified by:
        forward in class javax.servlet.jsp.PageContext
        Throws:
        javax.servlet.ServletException
        IOException
      • include

        public void include​(String s)
                     throws javax.servlet.ServletException,
                            IOException
        Deprecated.
        Specified by:
        include in class javax.servlet.jsp.PageContext
        Throws:
        javax.servlet.ServletException
        IOException
      • include

        public void include​(String s,
                            boolean b)
                     throws javax.servlet.ServletException,
                            IOException
        Deprecated.
        Specified by:
        include in class javax.servlet.jsp.PageContext
        Throws:
        javax.servlet.ServletException
        IOException
      • handlePageException

        public void handlePageException​(Exception e)
        Deprecated.
        Specified by:
        handlePageException in class javax.servlet.jsp.PageContext
      • handlePageException

        public void handlePageException​(Throwable throwable)
        Deprecated.
        Specified by:
        handlePageException in class javax.servlet.jsp.PageContext
      • setAttribute

        public void setAttribute​(String s,
                                 Object o)
        Deprecated.
        Specified by:
        setAttribute in class javax.servlet.jsp.JspContext
      • setAttribute

        public void setAttribute​(String s,
                                 Object o,
                                 int i)
        Deprecated.
        Specified by:
        setAttribute in class javax.servlet.jsp.JspContext
      • getAttribute

        public Object getAttribute​(String s)
        Deprecated.
        Specified by:
        getAttribute in class javax.servlet.jsp.JspContext
      • getAttribute

        public Object getAttribute​(String s,
                                   int i)
        Deprecated.
        Specified by:
        getAttribute in class javax.servlet.jsp.JspContext
      • findAttribute

        public Object findAttribute​(String s)
        Deprecated.
        Specified by:
        findAttribute in class javax.servlet.jsp.JspContext
      • removeAttribute

        public void removeAttribute​(String s)
        Deprecated.
        Specified by:
        removeAttribute in class javax.servlet.jsp.JspContext
      • removeAttribute

        public void removeAttribute​(String s,
                                    int i)
        Deprecated.
        Specified by:
        removeAttribute in class javax.servlet.jsp.JspContext
      • getAttributesScope

        public int getAttributesScope​(String s)
        Deprecated.
        Specified by:
        getAttributesScope in class javax.servlet.jsp.JspContext
      • getAttributeNamesInScope

        public Enumeration<String> getAttributeNamesInScope​(int i)
        Deprecated.
        Specified by:
        getAttributeNamesInScope in class javax.servlet.jsp.JspContext
      • getOut

        public javax.servlet.jsp.JspWriter getOut()
        Deprecated.
        Specified by:
        getOut in class javax.servlet.jsp.JspContext
      • getExpressionEvaluator

        @Deprecated
        public javax.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator()
        Deprecated.
        Specified by:
        getExpressionEvaluator in class javax.servlet.jsp.JspContext
      • getELContext

        public javax.el.ELContext getELContext()
        Deprecated.
        Specified by:
        getELContext in class javax.servlet.jsp.JspContext
      • getVariableResolver

        @Deprecated
        public javax.servlet.jsp.el.VariableResolver getVariableResolver()
        Deprecated.
        Specified by:
        getVariableResolver in class javax.servlet.jsp.JspContext