|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 BodyContent 的软件包 | |
|---|---|
| javax.servlet.jsp | Classes and interfaces for the Core JSP 2.1 API. |
| javax.servlet.jsp.tagext | Classes and interfaces for the definition of JavaServer Pages Tag Libraries. |
| org.apache.jasper.runtime | |
| javax.servlet.jsp 中 BodyContent 的使用 |
|---|
| 返回 BodyContent 的 javax.servlet.jsp 中的方法 | |
|---|---|
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. |
| javax.servlet.jsp.tagext 中 BodyContent 的使用 |
|---|
| 声明为 BodyContent 的 javax.servlet.jsp.tagext 中的字段 | |
|---|---|
protected BodyContent |
BodyTagSupport.bodyContent
The current BodyContent for this BodyTag. |
| 返回 BodyContent 的 javax.servlet.jsp.tagext 中的方法 | |
|---|---|
BodyContent |
BodyTagSupport.getBodyContent()
Get current bodyContent. |
| 参数类型为 BodyContent 的 javax.servlet.jsp.tagext 中的方法 | |
|---|---|
void |
BodyTagSupport.setBodyContent(BodyContent b)
Prepare for evaluation of the body: stash the bodyContent away. |
void |
BodyTag.setBodyContent(BodyContent b)
Set the bodyContent property. |
| org.apache.jasper.runtime 中 BodyContent 的使用 |
|---|
| org.apache.jasper.runtime 中 BodyContent 的子类 | |
|---|---|
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. |
| 返回 BodyContent 的 org.apache.jasper.runtime 中的方法 | |
|---|---|
BodyContent |
PageContextImpl.pushBody()
|
BodyContent |
JspContextWrapper.pushBody()
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||