Package | Description |
---|---|
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
Modifier and Type | Method | Description |
---|---|---|
abstract PageContext |
JspFactory.getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoflush) |
obtains an instance of an implementation dependent
javax.servlet.jsp.PageContext abstract class for the calling Servlet
and currently pending request and response.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
JspFactory.releasePageContext(PageContext pc) |
called to release a previously allocated PageContext object.
|
Modifier and Type | Field | Description |
---|---|---|
protected PageContext |
TagSupport.pageContext |
Modifier and Type | Method | Description |
---|---|---|
void |
Tag.setPageContext(PageContext pc) |
Set the current page context.
|
void |
TagSupport.setPageContext(PageContext pageContext) |
Set the page context.
|
Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.