FileDocCategorySizeDatePackage
PageData.javaAPI DocApache Tomcat 6.0.141643Fri Jul 20 04:20:34 BST 2007javax.servlet.jsp.tagext

PageData

public abstract class PageData extends 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.

Fields Summary
Constructors Summary
public PageData()
Sole constructor. (For invocation by subclass constructors, typically implicit.)

    
Methods Summary
public abstract java.io.InputStreamgetInputStream()
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.

return
An input stream on the document.