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
-
Field Summary
Fields inherited from class jakarta.servlet.jsp.PageContext
APPLICATION, APPLICATION_SCOPE, CONFIG, EXCEPTION, OUT, PAGE, PAGE_SCOPE, PAGECONTEXT, REQUEST, REQUEST_SCOPE, RESPONSE, SESSION, SESSION_SCOPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAttribute
(String s, int i) getAttributeNamesInScope
(int i) int
jakarta.el.ELContext
jakarta.servlet.jsp.el.ExpressionEvaluator
jakarta.servlet.jsp.JspWriter
getOut()
getPage()
jakarta.servlet.ServletRequest
jakarta.servlet.ServletResponse
jakarta.servlet.ServletConfig
jakarta.servlet.ServletContext
jakarta.servlet.http.HttpSession
jakarta.servlet.jsp.el.VariableResolver
void
void
handlePageException
(Throwable throwable) void
void
void
initialize
(jakarta.servlet.Servlet servlet, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse, String s, boolean b, int i, boolean b1) void
release()
void
void
removeAttribute
(String s, int i) void
setAttribute
(String s, Object o) void
setAttribute
(String s, Object o, int i) Methods inherited from class jakarta.servlet.jsp.PageContext
getErrorData, pushBody
Methods inherited from class jakarta.servlet.jsp.JspContext
popBody, pushBody
-
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 classjakarta.servlet.jsp.PageContext
- Throws:
IOException
IllegalStateException
IllegalArgumentException
-
release
public void release()- Specified by:
release
in classjakarta.servlet.jsp.PageContext
-
getSession
public jakarta.servlet.http.HttpSession getSession()- Specified by:
getSession
in classjakarta.servlet.jsp.PageContext
-
getPage
- Specified by:
getPage
in classjakarta.servlet.jsp.PageContext
-
getRequest
public jakarta.servlet.ServletRequest getRequest()- Specified by:
getRequest
in classjakarta.servlet.jsp.PageContext
-
getResponse
public jakarta.servlet.ServletResponse getResponse()- Specified by:
getResponse
in classjakarta.servlet.jsp.PageContext
-
getException
- Specified by:
getException
in classjakarta.servlet.jsp.PageContext
-
getServletConfig
public jakarta.servlet.ServletConfig getServletConfig()- Specified by:
getServletConfig
in classjakarta.servlet.jsp.PageContext
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()- Specified by:
getServletContext
in classjakarta.servlet.jsp.PageContext
-
forward
- Specified by:
forward
in classjakarta.servlet.jsp.PageContext
- Throws:
jakarta.servlet.ServletException
IOException
-
include
- Specified by:
include
in classjakarta.servlet.jsp.PageContext
- Throws:
jakarta.servlet.ServletException
IOException
-
include
- Specified by:
include
in classjakarta.servlet.jsp.PageContext
- Throws:
jakarta.servlet.ServletException
IOException
-
handlePageException
- Specified by:
handlePageException
in classjakarta.servlet.jsp.PageContext
- Throws:
jakarta.servlet.ServletException
IOException
-
handlePageException
public void handlePageException(Throwable throwable) throws jakarta.servlet.ServletException, IOException - Specified by:
handlePageException
in classjakarta.servlet.jsp.PageContext
- Throws:
jakarta.servlet.ServletException
IOException
-
setAttribute
- Specified by:
setAttribute
in classjakarta.servlet.jsp.JspContext
-
setAttribute
- Specified by:
setAttribute
in classjakarta.servlet.jsp.JspContext
-
getAttribute
- Specified by:
getAttribute
in classjakarta.servlet.jsp.JspContext
-
getAttribute
- Specified by:
getAttribute
in classjakarta.servlet.jsp.JspContext
-
findAttribute
- Specified by:
findAttribute
in classjakarta.servlet.jsp.JspContext
-
removeAttribute
- Specified by:
removeAttribute
in classjakarta.servlet.jsp.JspContext
-
removeAttribute
- Specified by:
removeAttribute
in classjakarta.servlet.jsp.JspContext
-
getAttributesScope
- Specified by:
getAttributesScope
in classjakarta.servlet.jsp.JspContext
-
getAttributeNamesInScope
- Specified by:
getAttributeNamesInScope
in classjakarta.servlet.jsp.JspContext
-
getOut
public jakarta.servlet.jsp.JspWriter getOut()- Specified by:
getOut
in classjakarta.servlet.jsp.JspContext
-
getExpressionEvaluator
public jakarta.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator()- Specified by:
getExpressionEvaluator
in classjakarta.servlet.jsp.JspContext
-
getVariableResolver
public jakarta.servlet.jsp.el.VariableResolver getVariableResolver()- Specified by:
getVariableResolver
in classjakarta.servlet.jsp.JspContext
-
getELContext
public jakarta.el.ELContext getELContext()- Specified by:
getELContext
in classjakarta.servlet.jsp.JspContext
-