Package | Description |
---|---|
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
Modifier and Type | Method and 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 and Description |
---|---|
abstract void |
JspFactory.releasePageContext(PageContext pc)
called to release a previously allocated PageContext object.
|
Modifier and Type | Field and Description |
---|---|
protected PageContext |
TagSupport.pageContext |
Modifier and Type | Method and Description |
---|---|
void |
TagSupport.setPageContext(PageContext pageContext)
set the page context
|
void |
Tag.setPageContext(PageContext pc)
Set the current page context.
|
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.