Package com.sas.servlet.util

An interface and set of classes that provide servlet utility features.

See:
          Description

Interfaces | Classes | Exceptions | Errors

Interface Summary
ExpirationInterface Should be implemented by objects that have a defined lifetime and need to expire
 

Class Summary
BoundConnection Holder for Connection objects that are bound into the HTTP session.
BoundRocf Holder for Rocf objects that are bound into the HTTP session.
ClientInfo Bean to access Client Information from with JSP tags
OpenURL Application for opening the given URL and redirecting the contents to some output device (such as the console or file).
SocketListener Class for setting up a server socket in a separate thread.
Util Collection of static utility methods for use within JSP pages and/or servlets
 

Package com.sas.servlet.util Description

An interface and set of classes that provide servlet utility features.

Interfaces

The ExpirationInterface is used by objects that have a defined lifetime and need to expire (other than session expiration).

Classes

The classes define several objects that provide HTTP session binding, content redirection, and static utility methods.



Version: 1.2.20000317.001 Formatted: 2000/07/06 15:57:33PM