クラス
javax.servlet.jsp.tagext.BodyContent の使用

BodyContent を使用しているパッケージ
javax.servlet.jsp   
javax.servlet.jsp.tagext   
 

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
           
 

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.
 



Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.