Implicit objects

The following implicit objects are always available within scriptlets and expressions:

For information about the scope and type of each implicit object, see the JavaServer Pages Syntax Card http://java.sun.com/products/jsp/syntax.pdf.

The exception implicit object

If the JSP is an error page (the page directive’s isErrorPage attribute is set to true), the following implicit object is also available:

For more information, see “Error handling”.