Page Directive
The page
directive defines page-dependent
attributes, such as scripting language, error page, and buffering
requirements. It supports the attributes described in Table 1-2.
Name |
Default |
Description |
|
|
Set to |
|
|
Specifies the buffer size for the page. The value must be expressed
as the size in kilobytes followed by |
|
|
The MIME type for the response generated by the page, and optionally
the charset for the source page (e.g.,
|
|
No default |
A page- or context-relative URI path to which the JSP page will forward users if an exception is thrown by code in the page. |
|
No default |
The fully qualified name of a Java class that the generated JSP page
implementation class extends. The class must implement the
Note that the recommendation is to not use this attribute. Specifying your own superclass restricts the web container’s ability to provide a specialized, high-performance superclass. |
|
No default |
A Java import declaration; i.e., a comma-separated list of fully
qualified class names or package names followed by
|
Get JavaServer Pages Pocket Reference 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.