Variables
Resin 3.1

Documentation
Examples
Changes

Overview
Installation
Configuration
Quercus
SOA/IoC
JSP
Servlets and Filters
Admin (JMX)
EJB
Amber
Security
Performance
Hessian
XML and XSLT
Third-party
Troubleshooting/FAQ

Introduction
Compilation
EL
JSTL
Directives
Variables
Actions
Applications
Schema for JSP-2.0 .tld files
Velocity syntax
JSP Templates
FAQ
Directives
JSP
Actions

JSP makes implicit variables available to the script. These variables are used to gain information about the request, and to help form a response. They also expose some useful functionality.

JSP Variables

request

Contains the request object.

response

Contains the response object.

pageContext

State for the current page.

session

The current session. session is available only when the session directive is true.

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.


Directives
JSP
Actions
Copyright © 1998-2006 Caucho Technology, Inc. All rights reserved.
Resin ® is a registered trademark, and Quercustm, Ambertm, and Hessiantm are trademarks of Caucho Technology.