Package jakarta.servlet.jsp.tagext
Class PageData
java.lang.Object
jakarta.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 passed to a TagLibraryValidator instance.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract InputStreamReturns an input stream on the XML view of a JSP page.
- 
Constructor Details- 
PageDatapublic PageData()Sole constructor. (For invocation by subclass constructors, typically implicit.)
 
- 
- 
Method Details- 
getInputStreamReturns an input stream on the XML view of a JSP page. The stream is encoded in UTF-8. Recall that the XML view of a JSP page has the include directives expanded.- Returns:
- An input stream on the document.
 
 
-