August 2002
Intermediate to advanced
688 pages
23h
English
PageData
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).
|
Class name: |
|
|
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). |
public PageData( )
Creates a new instance.
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.
Read now
Unlock full access