![]() |
![]()
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.
Because Resin reflects the servlet Request object directly from the servlet
interface, all the functions listed in the JSDK JavaDoc are available.
The Response object mostly follows the JSDK
ServletRequest interface, but Resin adds output writing functions
to follow the Stream interface.
JSP's application object uses the
ServletContext class.
|