Class JakartaPageContextAdapter

java.lang.Object
jakarta.servlet.jsp.JspContext
jakarta.servlet.jsp.PageContext
com.atlassian.confluence.impl.adapter.jakarta.servlet.jsp.JakartaPageContextAdapter

public class JakartaPageContextAdapter extends jakarta.servlet.jsp.PageContext
  • Constructor Details

    • JakartaPageContextAdapter

      public JakartaPageContextAdapter(javax.servlet.jsp.PageContext delegate)
  • Method Details

    • initialize

      public void initialize(jakarta.servlet.Servlet servlet, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse, String s, boolean b, int i, boolean b1) throws IOException, IllegalStateException, IllegalArgumentException
      Specified by:
      initialize in class jakarta.servlet.jsp.PageContext
      Throws:
      IOException
      IllegalStateException
      IllegalArgumentException
    • release

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

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

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

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

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

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

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

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

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

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

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

      public void handlePageException(Exception e) throws jakarta.servlet.ServletException, IOException
      Specified by:
      handlePageException in class jakarta.servlet.jsp.PageContext
      Throws:
      jakarta.servlet.ServletException
      IOException
    • handlePageException

      public void handlePageException(Throwable throwable) throws jakarta.servlet.ServletException, IOException
      Specified by:
      handlePageException in class jakarta.servlet.jsp.PageContext
      Throws:
      jakarta.servlet.ServletException
      IOException
    • setAttribute

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

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

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

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

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

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

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

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

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

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

      public jakarta.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator()
      Specified by:
      getExpressionEvaluator in class jakarta.servlet.jsp.JspContext
    • getVariableResolver

      public jakarta.servlet.jsp.el.VariableResolver getVariableResolver()
      Specified by:
      getVariableResolver in class jakarta.servlet.jsp.JspContext
    • getELContext

      public jakarta.el.ELContext getELContext()
      Specified by:
      getELContext in class jakarta.servlet.jsp.JspContext