Package | Description |
---|---|
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
Modifier and Type | Method | Description |
---|---|---|
abstract JspWriter |
PageContext.getOut() |
The current value of the out object (a JspWriter).
|
JspWriter |
PageContext.popBody() |
Return the previous JspWriter "out" saved by the matching
pushBody(), and update the value of the "out" attribute in
the page scope attribute namespace of the PageConxtext
|
Modifier and Type | Class | Description |
---|---|---|
class |
BodyContent |
An encapsulation of the evaluation of the body of an action so it is
available to a tag handler.
|
Modifier and Type | Method | Description |
---|---|---|
JspWriter |
BodyContent.getEnclosingWriter() |
Get the enclosing JspWriter.
|
JspWriter |
BodyTagSupport.getPreviousOut() |
Get surrounding out JspWriter.
|
Constructor | Description |
---|---|
BodyContent(JspWriter e) |
Protected constructor.
|
Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.