public class GroovyPagesPageContext extends PageContext
A JSP PageContext implementation for use with GSP.
| Fields inherited from class | Fields |
|---|---|
class PageContext |
PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, APPLICATION_SCOPE, PAGE, PAGECONTEXT, REQUEST, RESPONSE, CONFIG, SESSION, OUT, APPLICATION, EXCEPTION |
| Constructor and description |
|---|
GroovyPagesPageContext(Servlet pagesServlet, Binding pageScope) |
GroovyPagesPageContext(Binding pageScope) |
GroovyPagesPageContext() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.lang.Object |
findAttribute(java.lang.String name) |
|
public void |
forward(java.lang.String url) |
|
public java.lang.Object |
getAttribute(java.lang.String name) |
|
public java.lang.Object |
getAttribute(java.lang.String name, int scope) |
|
public java.util.Enumeration<java.lang.String> |
getAttributeNamesInScope(int scope) |
|
public int |
getAttributesScope(java.lang.String name) |
|
public jakarta.el.ELContext |
getELContext() |
|
public java.lang.Exception |
getException() |
|
public JspWriter |
getOut() |
|
public java.lang.Object |
getPage() |
|
public ServletRequest |
getRequest() |
|
public ServletResponse |
getResponse() |
|
public ServletConfig |
getServletConfig() |
|
public ServletConfig |
getServletConfig() |
|
public ServletContext |
getServletContext() |
|
public HttpSession |
getSession() |
|
public void |
handlePageException(java.lang.Exception e) |
|
public void |
handlePageException(java.lang.Throwable throwable) |
|
public boolean |
hasMoreElements() |
|
public boolean |
hasMoreElements() |
|
public void |
include(java.lang.String url) |
|
public void |
include(java.lang.String url, boolean flush) |
|
public void |
initialize(Servlet s, ServletRequest servletRequest, ServletResponse servletResponse, java.lang.String errorPageURL, boolean needSession, int bufferSize, boolean autoFlush) |
|
public java.lang.String |
nextElement() |
|
public java.lang.String |
nextElement() |
|
public JspWriter |
popBody() |
|
public BodyContent |
pushBody() |
|
public void |
release() |
|
public void |
removeAttribute(java.lang.String name) |
|
public void |
removeAttribute(java.lang.String name, int scope) |
|
public void |
service(ServletRequest servletRequest, ServletResponse servletResponse) |
|
public void |
setAttribute(java.lang.String name, java.lang.Object value) |
|
public void |
setAttribute(java.lang.String name, java.lang.Object value, int scope) |
| Methods inherited from class | Name |
|---|---|
class PageContext |
equals, findAttribute, forward, getAttribute, getAttribute, getAttributeNamesInScope, getAttributesScope, getClass, getELContext, getErrorData, getException, getOut, getPage, getRequest, getResponse, getServletConfig, getServletContext, getSession, handlePageException, handlePageException, hashCode, include, include, initialize, notify, notifyAll, popBody, pushBody, pushBody, release, removeAttribute, removeAttribute, setAttribute, setAttribute, toString, wait, wait, wait |