caucho
Resin
FAQ
Reference Guide
JavaDoc
Demo
Tutorial

Getting Started
Configuration
EJB
Topics
JSP
XTP/XSL

Directives
Actions
Variables
Applications
 

Actions
JSP
Applications

Index
application
exception
out
page
pageContext
request
response
session

request

HttpServletRequest request Contains the request object.

response

HttpServletResponse response Contains the response object.

pageContext

PageContext pageContext State for the current page.

session

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

application

ServletContext application The current application.

out

JspWriter out The buffered stream to the HTTP response.

page

Servlet page The current servlet.

exception

Throwable exception For error pages, the exception thrown from the broken page.

Actions
JSP
Applications
Copyright © 1998-2002 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.