Name

PageData

Synopsis

The PageData class provides access to the JSP page in the form of its XML View, essentially an XML version of the page with all include directives expanded (see Chapter 16 for details).

Synopsis

Class name:

javax.servlet.jsp.tagext.PageData

Extends:

None

Implements:

None

Implemented by:

Internal container-dependent class. Most containers use the reference implementation of the class (developed in the Apache Jakarta project).

Constructor

public PageData( )

Creates a new instance.

Methods

public abstract java.io.InputStream getInputStream( )

Returns an input stream for the XML View of the JSP page, in which all include directives have been expanded.

Get JavaServer Pages, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.