public class GroovyPagesPageContext
extends javax.servlet.jsp.PageContext
| Constructor and Description |
|---|
GroovyPagesPageContext() |
GroovyPagesPageContext(groovy.lang.Binding pageScope) |
GroovyPagesPageContext(javax.servlet.Servlet pagesServlet,
groovy.lang.Binding pageScope) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
findAttribute(java.lang.String name) |
void |
forward(java.lang.String url) |
java.lang.Object |
getAttribute(java.lang.String name) |
java.lang.Object |
getAttribute(java.lang.String name,
int scope) |
java.util.Enumeration |
getAttributeNamesInScope(int scope) |
int |
getAttributesScope(java.lang.String name) |
java.lang.Exception |
getException() |
javax.servlet.jsp.el.ExpressionEvaluator |
getExpressionEvaluator() |
javax.servlet.jsp.JspWriter |
getOut() |
java.lang.Object |
getPage() |
javax.servlet.ServletRequest |
getRequest() |
javax.servlet.ServletResponse |
getResponse() |
javax.servlet.ServletConfig |
getServletConfig() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSession |
getSession() |
javax.servlet.jsp.el.VariableResolver |
getVariableResolver() |
void |
handlePageException(java.lang.Exception e) |
void |
handlePageException(java.lang.Throwable throwable) |
void |
include(java.lang.String url) |
void |
include(java.lang.String url,
boolean flush) |
void |
initialize(javax.servlet.Servlet s,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
java.lang.String errorPageURL,
boolean needSession,
int bufferSize,
boolean autoFlush) |
javax.servlet.jsp.JspWriter |
popBody() |
javax.servlet.jsp.tagext.BodyContent |
pushBody() |
void |
release() |
void |
removeAttribute(java.lang.String name) |
void |
removeAttribute(java.lang.String name,
int scope) |
void |
setAttribute(java.lang.String name,
java.lang.Object value) |
void |
setAttribute(java.lang.String name,
java.lang.Object value,
int scope) |
public GroovyPagesPageContext(javax.servlet.Servlet pagesServlet,
groovy.lang.Binding pageScope)
public GroovyPagesPageContext(groovy.lang.Binding pageScope)
public GroovyPagesPageContext()
public javax.servlet.jsp.tagext.BodyContent pushBody()
pushBody in class javax.servlet.jsp.PageContextpublic javax.servlet.jsp.JspWriter popBody()
popBody in class javax.servlet.jsp.JspContextpublic void initialize(javax.servlet.Servlet s,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
java.lang.String errorPageURL,
boolean needSession,
int bufferSize,
boolean autoFlush)
initialize in class javax.servlet.jsp.PageContextpublic void release()
release in class javax.servlet.jsp.PageContextpublic javax.servlet.http.HttpSession getSession()
getSession in class javax.servlet.jsp.PageContextpublic java.lang.Object getPage()
getPage in class javax.servlet.jsp.PageContextpublic javax.servlet.ServletRequest getRequest()
getRequest in class javax.servlet.jsp.PageContextpublic javax.servlet.ServletResponse getResponse()
getResponse in class javax.servlet.jsp.PageContextpublic java.lang.Exception getException()
getException in class javax.servlet.jsp.PageContextpublic javax.servlet.ServletConfig getServletConfig()
getServletConfig in class javax.servlet.jsp.PageContextpublic javax.servlet.ServletContext getServletContext()
getServletContext in class javax.servlet.jsp.PageContextpublic void forward(java.lang.String url)
throws javax.servlet.ServletException,
java.io.IOException
forward in class javax.servlet.jsp.PageContextjavax.servlet.ServletExceptionjava.io.IOExceptionpublic void include(java.lang.String url)
throws javax.servlet.ServletException,
java.io.IOException
include in class javax.servlet.jsp.PageContextjavax.servlet.ServletExceptionjava.io.IOExceptionpublic void include(java.lang.String url,
boolean flush)
throws javax.servlet.ServletException,
java.io.IOException
include in class javax.servlet.jsp.PageContextjavax.servlet.ServletExceptionjava.io.IOExceptionpublic void handlePageException(java.lang.Exception e)
throws javax.servlet.ServletException,
java.io.IOException
handlePageException in class javax.servlet.jsp.PageContextjavax.servlet.ServletExceptionjava.io.IOExceptionpublic void handlePageException(java.lang.Throwable throwable)
throws javax.servlet.ServletException,
java.io.IOException
handlePageException in class javax.servlet.jsp.PageContextjavax.servlet.ServletExceptionjava.io.IOExceptionpublic void setAttribute(java.lang.String name,
java.lang.Object value)
setAttribute in class javax.servlet.jsp.JspContextpublic void setAttribute(java.lang.String name,
java.lang.Object value,
int scope)
setAttribute in class javax.servlet.jsp.JspContextpublic java.lang.Object getAttribute(java.lang.String name)
getAttribute in class javax.servlet.jsp.JspContextpublic java.lang.Object getAttribute(java.lang.String name,
int scope)
getAttribute in class javax.servlet.jsp.JspContextpublic java.lang.Object findAttribute(java.lang.String name)
findAttribute in class javax.servlet.jsp.JspContextpublic void removeAttribute(java.lang.String name)
removeAttribute in class javax.servlet.jsp.JspContextpublic void removeAttribute(java.lang.String name,
int scope)
removeAttribute in class javax.servlet.jsp.JspContextpublic int getAttributesScope(java.lang.String name)
getAttributesScope in class javax.servlet.jsp.JspContextpublic java.util.Enumeration getAttributeNamesInScope(int scope)
getAttributeNamesInScope in class javax.servlet.jsp.JspContextpublic javax.servlet.jsp.JspWriter getOut()
getOut in class javax.servlet.jsp.JspContextpublic javax.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator()
getExpressionEvaluator in class javax.servlet.jsp.JspContextpublic javax.servlet.jsp.el.VariableResolver getVariableResolver()
getVariableResolver in class javax.servlet.jsp.JspContext