Methods
Type Params |
Return Type |
Name and description |
|
public Object |
findAttribute(String name)
|
|
public void |
forward(String url)
|
|
public Object |
getAttribute(String name)
|
|
public Object |
getAttribute(String name, int scope)
|
|
public Enumeration<String> |
getAttributeNamesInScope(int scope)
|
|
public int |
getAttributesScope(String name)
|
|
public ELContext |
getELContext()
|
|
public Exception |
getException()
|
|
public ExpressionEvaluator |
getExpressionEvaluator()
|
|
public JspWriter |
getOut()
|
|
public Object |
getPage()
|
|
public ServletRequest |
getRequest()
|
|
public ServletResponse |
getResponse()
|
|
public ServletConfig |
getServletConfig()
|
|
public ServletConfig |
getServletConfig()
|
|
public ServletContext |
getServletContext()
|
|
public HttpSession |
getSession()
|
|
public VariableResolver |
getVariableResolver()
|
|
public void |
handlePageException(Exception e)
|
|
public void |
handlePageException(Throwable throwable)
|
|
public boolean |
hasMoreElements()
|
|
public void |
include(String url)
|
|
public void |
include(String url, boolean flush)
|
|
public void |
initialize(Servlet s, ServletRequest servletRequest, ServletResponse servletResponse, String errorPageURL, boolean needSession, int bufferSize, boolean autoFlush)
|
|
public Object |
nextElement()
|
|
public JspWriter |
popBody()
|
|
public BodyContent |
pushBody()
|
|
public void |
release()
|
|
public void |
removeAttribute(String name)
|
|
public void |
removeAttribute(String name, int scope)
|
|
public Object |
resolveVariable(String name)
|
|
public void |
service(ServletRequest servletRequest, ServletResponse servletResponse)
|
|
public void |
setAttribute(String name, Object value)
|
|
public void |
setAttribute(String name, Object value, int scope)
|