|
|||||||||||
前 次 | フレームあり フレームなし |
JspWriter を使用しているパッケージ | |
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
javax.servlet.jsp での JspWriter の使用 |
JspWriter を返す javax.servlet.jsp のメソッド | |
abstract JspWriter |
PageContext.getOut()
The current value of the out object (a JspWriter). |
JspWriter |
PageContext.popBody()
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the PageConxtext |
javax.servlet.jsp.tagext での JspWriter の使用 |
javax.servlet.jsp.tagext での JspWriter のサブクラス | |
class |
BodyContent
An encapsulation of the evaluation of the body of an action so it is available to a tag handler. |
JspWriter を返す javax.servlet.jsp.tagext のメソッド | |
JspWriter |
BodyTagSupport.getPreviousOut()
Get surrounding out JspWriter. |
JspWriter |
BodyContent.getEnclosingWriter()
Get the enclosing JspWriter. |
JspWriter 型のパラメータを持つ javax.servlet.jsp.tagext のコンストラクタ | |
BodyContent(JspWriter e)
Protected constructor. |
|
|||||||||||
前 次 | フレームあり フレームなし |