public class _FreeMarkerPageContext21
extends PageContext
NOTHING
Constructor and Description |
---|
_FreeMarkerPageContext21() |
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) |
ELContext |
getELContext() |
Exception |
getException() |
ExpressionEvaluator |
getExpressionEvaluator()
Attempts to locate and manufacture an expression evaulator instance.
|
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() |
VariableResolver |
getVariableResolver()
Returns a variable resolver that will resolve variables by searching through
the page scope, request scope, session scope and application scope for an
attribute with a matching name.
|
void |
handlePageException(Exception e) |
void |
handlePageException(Throwable e) |
void |
include(String url) |
void |
include(String url,
boolean flush) |
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 _FreeMarkerPageContext21() throws TemplateModelException
TemplateModelException
public ExpressionEvaluator getExpressionEvaluator()
public VariableResolver getVariableResolver()
public ELContext getELContext()
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 include(String url, boolean flush) 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.