javax.servlet.jsp.tagext
abstract public class: PageData [javadoc |
source]
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.
Constructor: |
public PageData() {
}
Sole constructor. (For invocation by subclass constructors,
typically implicit.) |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.servlet.jsp.tagext.PageData Detail: |
abstract public InputStream getInputStream()
Returns an input stream on the XML view of a JSP page.
The stream is encoded in UTF-8. Recall tht the XML view of a
JSP page has the include directives expanded. |