caucho
Resin 1.1
FAQ
Reference
JavaDoc
Demo
Java Tutorial

Getting Started
Configuration
Servlet
JSP
XTP/XSL
JavaScript
JS Library

Core Library
File Library
Servlet Library
Database Library
XML Library

PageContext
Request
Response
Session
Application
 Servlet Library

Servlet Library Resin 1.0

Resin's web server interface follows Sun's Servlet interface. In all the classes, Resin wraps the Servlet classes to make them available to scripts. The JSP section describes Resin's web server interface in detail.

Request

Resin 1.0

Because Resin reflects the servlet Request object directly from the servlet interface, all the functions listed in the JSDK JavaDoc are available.

Response

Resin 1.0

The Response object mostly follows the JSDK ServletRequest interface, but Resin adds output writing functions to follow the Stream interface.

ServletContext

Resin 1.0

JSP's application object uses the ServletContext class.

Session

Resin 1.0

JSP's session object uses the session class to store session information.

OutputStream   PageContext
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Thu, 16 Sep 1999 14:56:48 -0700 (PDT)