类 javax.servlet.jsp.tagext.BodyContent
的使用

使用 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.jspBodyContent 的使用
 

返回 BodyContentjavax.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.tagextBodyContent 的使用
 

声明为 BodyContentjavax.servlet.jsp.tagext 中的字段
protected  BodyContent BodyTagSupport.bodyContent
          The current BodyContent for this BodyTag.
 

返回 BodyContentjavax.servlet.jsp.tagext 中的方法
 BodyContent BodyTagSupport.getBodyContent()
          Get current bodyContent.
 

参数类型为 BodyContentjavax.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.runtimeBodyContent 的使用
 

org.apache.jasper.runtimeBodyContent 的子类
 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.
 

返回 BodyContentorg.apache.jasper.runtime 中的方法
 BodyContent PageContextImpl.pushBody()
           
 BodyContent JspContextWrapper.pushBody()
           
 



Copyright © 2013. All Rights Reserved.