|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.servlet.jsp.tagext.PageData
Translation-time information on a JSP page. The information corresponds to the XML view of the JSP page.
Objects of this type are generated by the JSP translator, e.g. when being pased to a TagLibraryValidator instance.
コンストラクタの概要 | |
PageData()
|
メソッドの概要 | |
abstract java.io.InputStream |
getInputStream()
Returns an input stream on the XML view of a JSP page. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public PageData()
メソッドの詳細 |
public abstract java.io.InputStream getInputStream()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |