| javax.servlet.jsp.PageContext freemarker.ext.jsp.FreeMarkerPageContext
All known Subclasses: freemarker.ext.jsp.FreeMarkerPageContext2, freemarker.ext.jsp.FreeMarkerPageContext1,
FreeMarkerPageContext | abstract class FreeMarkerPageContext extends PageContext implements TemplateModel(Code) | | version: $Id: FreeMarkerPageContext.java,v 1.26.2.2 2006/07/08 14:45:34 ddekany Exp $ author: Attila Szegedi |
Method Summary | |
public Object | findAttribute(String name) | public void | forward(String url) | public Object | getAttribute(String name) | public Object | getAttribute(String name, int scope) | public Enumeration | getAttributeNamesInScope(int scope) | public int | getAttributesScope(String name) | public Exception | getException() | ObjectWrapper | getObjectWrapper() | public JspWriter | getOut() | public Object | getPage() | public ServletRequest | getRequest() | public ServletResponse | getResponse() | public ServletConfig | getServletConfig() | public ServletContext | getServletContext() | public HttpSession | getSession() | public void | handlePageException(Exception e) | public void | handlePageException(Throwable e) | public void | include(String url) | public void | initialize(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush) | Tag | peekTopTag() | public JspWriter | popBody() | void | popTopTag() | void | popWriter() | public BodyContent | pushBody() | void | pushTopTag(Tag tag) | void | pushWriter(JspWriter out) | public void | release() | public void | removeAttribute(String name) | public void | removeAttribute(String name, int scope) | public void | setAttribute(String name, Object value) | public void | setAttribute(String name, Object value, int scope) |
getAttributesScope | public int getAttributesScope(String name)(Code) | | |
popTopTag | void popTopTag()(Code) | | |
popWriter | void popWriter()(Code) | | |
release | public void release()(Code) | | |
removeAttribute | public void removeAttribute(String name)(Code) | | |
removeAttribute | public void removeAttribute(String name, int scope)(Code) | | |
Methods inherited from javax.servlet.jsp.PageContext | abstract public void forward(String relativeUrlPath) throws ServletException, IOException(Code)(Java Doc) public ErrorData getErrorData()(Code)(Java Doc) abstract public Exception getException()(Code)(Java Doc) abstract public Object getPage()(Code)(Java Doc) abstract public ServletRequest getRequest()(Code)(Java Doc) abstract public ServletResponse getResponse()(Code)(Java Doc) abstract public ServletConfig getServletConfig()(Code)(Java Doc) abstract public ServletContext getServletContext()(Code)(Java Doc) abstract public HttpSession getSession()(Code)(Java Doc) abstract public void handlePageException(Exception e) throws ServletException, IOException(Code)(Java Doc) abstract public void handlePageException(Throwable t) throws ServletException, IOException(Code)(Java Doc) abstract public void include(String relativeUrlPath) throws ServletException, IOException(Code)(Java Doc) abstract public void include(String relativeUrlPath, boolean flush) throws ServletException, IOException(Code)(Java Doc) abstract public void initialize(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush) throws IOException, IllegalStateException, IllegalArgumentException(Code)(Java Doc) public BodyContent pushBody()(Code)(Java Doc) abstract public void release()(Code)(Java Doc)
|
|
|