Interface | Description |
---|---|
HttpJspPage |
An HTTP contextual enironment for a JSP.
|
JspApplicationContext |
Web application context for JSP containers.
|
JspPage |
Base interface for a JSP page.
|
Class | Description |
---|---|
ErrorData |
Informations for error pages.
|
JspContext |
Base class for the PageContext.
|
JspEngineInfo |
Provide information about a JSP engine.
|
JspFactory |
Access to various static resources available to the page.
|
JspWriter |
The output stream used by JSP engines.
|
PageContext |
The definition of a page.
|
Exception | Description |
---|---|
JspException |
A JSP specific exception.
|
JspTagException |
A tag handler specific exception.
|
SkipPageException |
This page must stop evaluation.
|