| 
JSP 2.2 - Apache Tomcat 7.0.4 | ||||||||
| 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 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 Summary | |
|---|---|
PageData()
Sole constructor.  | 
|
| Method Summary | |
|---|---|
abstract  java.io.InputStream | 
getInputStream()
Returns an input stream on the XML view of a JSP 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()
  | 
JSP 2.2 - Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||