|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.PageData
public abstract class PageData
Translation-time information for a JSP page. A validator might use this to perform its own evaluation of the page.
Constructor Summary | |
---|---|
PageData()
Zero-arg constructor for the PageData. |
Method Summary | |
---|---|
abstract java.io.InputStream |
getInputStream()
Returns an input stream on the XML document representing the page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageData()
Method Detail |
---|
public abstract java.io.InputStream getInputStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |