Package | Description |
---|---|
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
Modifier and Type | Method | Description |
---|---|---|
BodyContent |
PageContext.pushBody() |
Return a new BodyContent object, save the current "out" JspWriter,
and update the value of the "out" attribute in the page scope
attribute namespace of the PageContext
|
Modifier and Type | Field | Description |
---|---|---|
protected BodyContent |
BodyTagSupport.bodyContent |
Modifier and Type | Method | Description |
---|---|---|
BodyContent |
BodyTagSupport.getBodyContent() |
Get current bodyContent.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BodyTag.setBodyContent(BodyContent b) |
Set the bodyContent property.
|
void |
BodyTagSupport.setBodyContent(BodyContent b) |
Prepare for evaluation of the body: stash the bodyContent away.
|
Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.