javax.servlet.jsp.tagext
Class PageData

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

public abstract class PageData
extends java.lang.Object

Translation-time information on a JSP page. The information corresponds to the XML document associated with the JSP page.

Objects of this type are generated by the JSP translator, e.g. when being pased to a TagLibraryValidator instance.


Constructor Summary
PageData()
           
 
Method Summary
abstract  java.io.InputStream getInputStream()
          Returns an input stream on the XML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageData

public PageData()
Method Detail

getInputStream

public abstract java.io.InputStream getInputStream()
Returns an input stream on the XML document.
Returns:
An input stream on the document.


Copyright (c) 1999-2000 The Apache Software Foundation. All Rights Reserved.