| Package | Description |
|---|---|
| javax.servlet.jsp | |
| javax.servlet.jsp.tagext |
| Modifier and Type | Method and Description |
|---|---|
BodyContent |
PageContext.pushBody()
Internal routine to support BodyTags.
|
| Modifier and Type | Field and Description |
|---|---|
protected BodyContent |
BodyTagSupport.bodyContent |
| Modifier and Type | Method and Description |
|---|---|
BodyContent |
BodyTagSupport.getBodyContent()
Returns the tag's body content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BodyTag.setBodyContent(BodyContent out)
Sets the BodyContent stream.
|
void |
BodyTagSupport.setBodyContent(BodyContent bodyContent)
Called by the JSP engine just before calling doInitBody().
|