Uses of Interface
com.arsdigita.dispatcher.Dispatcher

Packages that use Dispatcher
com.arsdigita.bebop.demo Example A set of examples that demonstrate how Bebop is used. 
com.arsdigita.bebop.page   
com.arsdigita.dispatcher System for dynamically handling the control of HTTP requests. 
com.arsdigita.formbuilder The Form Builder service provides the ability to build simple forms with a web user interface. 
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.sitenode Deprecated. Use the com.arsdigita.web package instead. 
com.arsdigita.ui.admin Basic user interface components for the administrative UI. 
com.arsdigita.ui.login Internationalized UI classes for user login and registration. 
com.arsdigita.ui.permissions Default implementation of the CCM permissions UI. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
com.arsdigita.webdevsupport A web-based user interface for developer support information generated by DeveloperSupport
 

Uses of Dispatcher in com.arsdigita.bebop.demo
 

Classes in com.arsdigita.bebop.demo that implement Dispatcher
 class AutoDispatcher
          A dispatcher that looks for "buildPage*" methods, invokes them, and constructs an index page with links automatically.
 class BebopDispatcher
          Remnants of the once glorious Bebop dispatcher class.
 class DemoDispatcher
          Demonstration dispatcher class.
 class MinimalDispatcher
          Minimal dispatcher class.
 class OtherDispatcher
          Demonstration dispatcher class.
 

Methods in com.arsdigita.bebop.demo that return Dispatcher
static Dispatcher DemoDispatcher.newInstance()
          returns a new instance of DemoDispatcher.
 

Uses of Dispatcher in com.arsdigita.bebop.page
 

Classes in com.arsdigita.bebop.page that implement Dispatcher
 class BebopMapDispatcher
          Common base class for a generic URL-to-Bebop-Page dispatching pattern.
 class PageDispatcher
          Class for dispatching a single Bebop page object.
 

Uses of Dispatcher in com.arsdigita.dispatcher
 

Classes in com.arsdigita.dispatcher that implement Dispatcher
 class BaseDispatcherServlet
          Contains functions common to all entry-point dispatcher servlets in the core.
 class DispatcherChain
          Generic implementation of "try this URL-resource mapping; if nothing found try ..." pattern.
 class 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.
 class MapDispatcher
          Base class for a generic URL-to-Dispatcher mapping dispatch.
 

Fields in com.arsdigita.dispatcher declared as Dispatcher
protected  Dispatcher MapDispatcher.ParseConfigHandler.m_dispatcher
           
 

Methods in com.arsdigita.dispatcher with parameters of type Dispatcher
 void MapDispatcher.addPage(String url, Dispatcher d)
          Adds a new dispatcher to the page map to handle a particular URL.
 void MapDispatcher.setNotFoundDispatcher(Dispatcher d)
          Sets the default page to display if no page can be found for the URL in the page map on dispatch.
 

Uses of Dispatcher in com.arsdigita.formbuilder
 

Classes in com.arsdigita.formbuilder that implement Dispatcher
 class FormBuilderDispatcher
          The dispatcher of the Form Builder admin UI.
 

Uses of Dispatcher in com.arsdigita.kernel
 

Classes in com.arsdigita.kernel that implement Dispatcher
 class KernelDispatcherServlet
          Extends BaseDispatcherServlet to include functionality for user authentication, which is part of Kernel.
 

Methods in com.arsdigita.kernel that return Dispatcher
 Dispatcher PackageType.getDispatcher()
          Deprecated. Gets an instance of the dispatcher registered for this class.
 

Uses of Dispatcher in com.arsdigita.sitenode
 

Classes in com.arsdigita.sitenode that implement Dispatcher
 class SiteNodeDispatcher
          Deprecated. Use DispatcherServlet instead.
 

Uses of Dispatcher in com.arsdigita.ui.admin
 

Classes in com.arsdigita.ui.admin that implement Dispatcher
 class AdminDispatcher
          Dispatcher for Admin functionality
 

Uses of Dispatcher in com.arsdigita.ui.login
 

Classes in com.arsdigita.ui.login that implement Dispatcher
 class SubsiteDispatcher
          Dispatcher for the login package.
 

Uses of Dispatcher in com.arsdigita.ui.permissions
 

Classes in com.arsdigita.ui.permissions that implement Dispatcher
 class PermissionsDispatcher
          Dispatcher for the permissions UI package.
 

Uses of Dispatcher in com.arsdigita.ui.sitemap
 

Classes in com.arsdigita.ui.sitemap that implement Dispatcher
 class SiteMapDispatcher
          Dispatcher for SiteMap Admin functionality
 

Uses of Dispatcher in com.arsdigita.webdevsupport
 

Classes in com.arsdigita.webdevsupport that implement Dispatcher
 class Dispatcher
          Dispatcher for Web Developer Support
 class QueryLog
          Print out all queries in a request
 



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