Package | Description |
---|---|
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.3 API.
|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
|
org.apache.jasper.runtime |
Modifier and Type | Method and 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 and Description |
---|---|
protected BodyContent |
BodyTagSupport.bodyContent
The current BodyContent for this BodyTag.
|
Modifier and Type | Method and Description |
---|---|
BodyContent |
BodyTagSupport.getBodyContent()
Get current bodyContent.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyContentImpl
Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings.
|
Modifier and Type | Method and Description |
---|---|
BodyContent |
PageContextImpl.pushBody() |
BodyContent |
JspContextWrapper.pushBody() |
Copyright © 2024. All rights reserved.