
|
JSP Variables
|
| request |
Contains the request object. |
| response |
Contains the response object. |
| pageContext |
State for the current page. |
| session |
The current session. |
| application |
The current application. |
| out |
The buffered stream to the HTTP response. |
| page |
The current servlet. |
| exception |
For error pages, the exception thrown from the broken page. |
| HttpServletRequest request |
Contains the request object.
| HttpServletResponse response |
Contains the response object.
State for the current page.
The current session. session is available only
when the session directive
is true.
| ServletContext application |
The current application.
The buffered stream to the HTTP response.
For error pages, the exception thrown from the broken page.
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Thu, 16 Sep 1999 14:56:48 -0700 (PDT)
|