public class _FreeMarkerPageContext1
extends PageContext
NOTHING
Constructor and Description |
---|
_FreeMarkerPageContext1() |
Modifier and Type | Method and Description |
---|---|
Object |
findAttribute(String name) |
void |
forward(String url) |
Object |
getAttribute(String name) |
Object |
getAttribute(String name,
int scope) |
Enumeration |
getAttributeNamesInScope(int scope) |
int |
getAttributesScope(String name) |
Exception |
getException() |
JspWriter |
getOut() |
Object |
getPage() |
javax.servlet.ServletRequest |
getRequest() |
javax.servlet.ServletResponse |
getResponse() |
javax.servlet.ServletConfig |
getServletConfig() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSession |
getSession() |
void |
handlePageException(Exception e) |
void |
handlePageException(Throwable e) |
void |
include(String url) |
void |
include(String s,
boolean b) |
void |
initialize(javax.servlet.Servlet servlet,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoFlush) |
JspWriter |
popBody() |
BodyContent |
pushBody() |
JspWriter |
pushBody(Writer w) |
void |
release() |
void |
removeAttribute(String name) |
void |
removeAttribute(String name,
int scope) |
void |
setAttribute(String name,
Object value) |
void |
setAttribute(String name,
Object value,
int scope) |
public _FreeMarkerPageContext1() throws TemplateModelException
TemplateModelException
public void include(String s, boolean b)
public void initialize(javax.servlet.Servlet servlet, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush)
public void release()
public void removeAttribute(String name)
public void removeAttribute(String name, int scope)
public int getAttributesScope(String name)
public Enumeration getAttributeNamesInScope(int scope)
public JspWriter getOut()
public javax.servlet.http.HttpSession getSession()
public Object getPage()
public javax.servlet.ServletRequest getRequest()
public javax.servlet.ServletResponse getResponse()
public Exception getException()
public javax.servlet.ServletConfig getServletConfig()
public javax.servlet.ServletContext getServletContext()
public void forward(String url) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public void include(String url) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public void handlePageException(Exception e)
public void handlePageException(Throwable e)
public BodyContent pushBody()
public JspWriter pushBody(Writer w)
public JspWriter popBody()
Copyright © 2016. All Rights Reserved.