public class JspContextWrapper
extends PageContext
Constructor and Description |
---|
JspContextWrapper(JspContext jspContext,
ArrayList nestedVars,
ArrayList atBeginVars,
ArrayList atEndVars,
Map aliases) |
Modifier and Type | Method and Description |
---|---|
Object |
findAttribute(String name) |
void |
forward(String relativeUrlPath) |
Object |
getAttribute(String name) |
Object |
getAttribute(String name,
int scope) |
Enumeration<String> |
getAttributeNamesInScope(int scope) |
int |
getAttributesScope(String name) |
ELContext |
getELContext() |
Exception |
getException() |
ExpressionEvaluator |
getExpressionEvaluator() |
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() |
void |
handlePageException(Exception ex) |
void |
handlePageException(Throwable t) |
void |
include(String relativeUrlPath) |
void |
include(String relativeUrlPath,
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 writer) |
void |
release() |
void |
removeAttribute(String name) |
void |
removeAttribute(String name,
int scope) |
Object |
resolveVariable(String pName)
VariableResolver interface
|
void |
setAttribute(String name,
Object value) |
void |
setAttribute(String name,
Object value,
int scope) |
void |
syncBeforeInvoke()
Synchronize variables before fragment invokation
|
void |
syncBeginTagFile()
Synchronize variables at begin of tag file
|
void |
syncEndTagFile()
Synchronize variables at end of tag file
|
public void initialize(javax.servlet.Servlet servlet, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush) throws IOException, IllegalStateException, IllegalArgumentException
public void removeAttribute(String name)
public void removeAttribute(String name, int scope)
public int getAttributesScope(String name)
public Enumeration<String> getAttributeNamesInScope(int scope)
public void release()
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 relativeUrlPath) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public void include(String relativeUrlPath) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public void include(String relativeUrlPath, boolean flush) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public VariableResolver getVariableResolver()
public BodyContent pushBody()
public JspWriter pushBody(Writer writer)
public JspWriter popBody()
public ExpressionEvaluator getExpressionEvaluator()
public void handlePageException(Exception ex) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public void handlePageException(Throwable t) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public Object resolveVariable(String pName) throws ELException
ELException
public void syncBeginTagFile()
public void syncBeforeInvoke()
public void syncEndTagFile()
public ELContext getELContext()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"