Movatterモバイル変換


[0]ホーム

URL:


         


Class PageData

java.lang.Object  |  +--javax.servlet.jsp.tagext.PageData

public abstract classPageData
extends java.lang.Object

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()
           
 
getInputStream()
          Returns an input stream on the XML view of a JSP page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

PageData

publicPageData()

getInputStream

public abstract java.io.InputStreamgetInputStream()
Returns an input stream on the XML view of a JSP page. Recall tht the XML view of a JSP page has the include directives expanded.
Returns:
An input stream on the document.

         


[8]ページ先頭

©2009-2025 Movatter.jp