| Package | Description |
|---|---|
| javax.servlet.jsp | |
| javax.servlet.jsp.tagext |
| Modifier and Type | Method and Description |
|---|---|
abstract JspWriter |
PageContext.getOut()
Returns the current output for the page.
|
abstract JspWriter |
JspContext.getOut()
Returns the current output for the page.
|
JspWriter |
JspContext.popBody()
Internal routine to support BodyTags.
|
JspWriter |
JspContext.pushBody(java.io.Writer writer)
Internal routine to support BodyTags.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BodyContent
BodyContent subclasses JspWriter to accumulate the contents of a
BodyTag.
|
| Modifier and Type | Method and Description |
|---|---|
JspWriter |
BodyContent.getEnclosingWriter()
Returns the encloding writer.
|
JspWriter |
BodyTagSupport.getPreviousOut()
Returns the enclosing writer.
|
| Constructor and Description |
|---|
BodyContent(JspWriter prevOut)
Creates a new BodyContent with prevOut as its enclosing writer.
|