Chapter 8. Lower-level APIs

Table of Contents

Request Procedures
Response Procedures
Session Procedures
ServletContext Procedures

Even though SISCweb applies an abstraction layer over characteristics of the HTTP protocol, it is still at times convenient to access the details of requests, responses, sessions and the servlet context in which they live.

For this reason SISCweb provides wrappers around all the methods of the Request, Response, Session and ServletContextobjects. All the procedures operate on the instances current at the time of invocation.

Requires: (import siscweb/request)
Located in: siscweb.jar

This module provides wrappers around the Request object current at the time of invocation.

Requires: (import siscweb/response)
Located in: siscweb.jar

This module provides wrappers around the Response object current at the time of invocation.

Requires: (import siscweb/session)
Located in: siscweb.jar

This module provides wrappers around the Response object current at the time of invocation.

Requires: (import siscweb/context)
Located in: siscweb.jar

This module provides wrappers around the ServletContext object.