Package com.iplanet.jato

Core management objects and request-handling infrastructure

See:
          Description

Interface Summary
ModelTypeMap Allows for the mapping of a Model interface to a class that implements that interface.
RequestCompletionListener Designates that an object is interested in being notified that the current request is at an end.
RequestContext Encapsulates several critical request-related resources that are accessed frequently throughout the JATO infrastructure and JATO applications.
RequestHandler A request handler is a view that can handle a request that pertains to it.
RequestParticipant Designates that an object wants to receive the current request's request context.
SQLConnectionManager A factory for obtaining JDBC Connection objects in a standard way throughout JATO.
 

Class Summary
ApplicationServletBase The core JATO request handling infrastructure.
Log A simple logging mechanism that provides threadsafe static access to the ServletContext.log(...) method.
ModelManager A factory for the instantiation and retrieval of Model objects within a request.
ModelTypeMapBase A base implementation of ModelTypeMap
RequestContextImpl A default implementation if RequestContext
RequestManager A mechanism that provides threadsafe static access to the current request context.
SQLConnectionManagerBase A base implementation of the SQLConnectionManager interface.
ViewBeanManager A factory for the instantiation and retrieval of ViewBean objects within a request.
 

Exception Summary
CompleteRequestException This exception is designed to allow a developer to interrupt and complete the current request immediately, without continuing any further processing.
NavigationException This exception is thrown to indicate that an exception occurred during navigation to another resource handled by the container.
SecurityCheckException This exception indicates general security violations or errors.
 

Package com.iplanet.jato Description

Core management objects and request-handling infrastructure