Package com.arsdigita.dispatcher

System for dynamically handling the control of HTTP requests.

See:
          Description

Interface Summary
ChainedDispatcher This interface defines a dispatcher that is intended to be chained together with other dispatchers.
Dispatcher Defines a single dispatch method that allows programmers to pass extra context information around in a RequestContext object.
ParameterProvider Deprecated. use com.arsdigita.util.ParameterProvider instead
RequestContext Interface used when dispatchers are chained or piped together.
RequestListener Used to register callbacks for the code to run when a request starts or ends.
 

Class Summary
BaseDispatcherServlet Contains functions common to all entry-point dispatcher servlets in the core.
DispatcherChain Generic implementation of "try this URL-resource mapping; if nothing found try ..." pattern.
DispatcherConfig  
DispatcherHelper Class static helper methods for request dispatching.
InitializerServlet Bootstraps the ACS by calling the initializers in the enterprise.init file.
InitialRequestContext Implements a request context for the site map application or for any application dispatcher that creates the first application context for an incoming request.
JSPApplicationDispatcher Basic dispatcher class for dispatching URLs to JSP or other file-based assets (images, CSS, HTML, etc.) in the file system in the context of a single package's URL space.
MapDispatcher Base class for a generic URL-to-Dispatcher mapping dispatch.
MapDispatcher.ParseConfigHandler SAX event handler class for parsing a dispatcher configuration file.
MultipartHttpServletRequest MultipartHttpServletRequest provides multipart/form-data handling capabilities to facilitate file uploads for servlets.
OrionDefaultServlet  
RedirectorServlet A servlet that redirects.
RequestEvent Request event class.
RequestValue A variable whose value is specific to each request.
 

Exception Summary
AccessDeniedException AccessDeniedException is the runtime exception that is thrown whenever the current user does not have access to the requested resources.
DirectoryListingException Trown when a directory exists without an index file.
ObjectNotFoundException ObjectNotFoundException is the runtime exception that is thrown whenever an object we depend on to execute a workflow suddenly disappears.
RedirectException Thrown if the requested file is a directory and the original request URL does not end with a trailing slash.
 

Error Summary
AbortRequestSignal When thrown, this throwable will percolate up the call stack to the top level to abort all processing of this request.
 

Package com.arsdigita.dispatcher Description

System for dynamically handling the control of HTTP requests.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC