Uses of Class
com.arsdigita.dispatcher.MapDispatcher

Packages that use MapDispatcher
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.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 MapDispatcher in com.arsdigita.bebop.demo
 

Subclasses of MapDispatcher in com.arsdigita.bebop.demo
 class AutoDispatcher
          A dispatcher that looks for "buildPage*" methods, invokes them, and constructs an index page with links automatically.
 class DemoDispatcher
          Demonstration dispatcher class.
 class MinimalDispatcher
          Minimal dispatcher class.
 class OtherDispatcher
          Demonstration dispatcher class.
 

Uses of MapDispatcher in com.arsdigita.bebop.page
 

Subclasses of MapDispatcher in com.arsdigita.bebop.page
 class BebopMapDispatcher
          Common base class for a generic URL-to-Bebop-Page dispatching pattern.
 

Methods in com.arsdigita.bebop.page with parameters of type MapDispatcher
protected  org.xml.sax.helpers.DefaultHandler BebopMapDispatcher.newParseConfigHandler(MapDispatcher md)
          Expirimental Returns a new SAX event handler specific to configuring a BebopMapDispatcher.
 

Uses of MapDispatcher in com.arsdigita.dispatcher
 

Methods in com.arsdigita.dispatcher with parameters of type MapDispatcher
protected  org.xml.sax.helpers.DefaultHandler MapDispatcher.newParseConfigHandler(MapDispatcher md)
          Expirimental Returns a SAX event handler object for setting up a MapDispatcher using an XML config file.
 

Constructors in com.arsdigita.dispatcher with parameters of type MapDispatcher
MapDispatcher.ParseConfigHandler(MapDispatcher m)
           
 

Uses of MapDispatcher in com.arsdigita.formbuilder
 

Subclasses of MapDispatcher in com.arsdigita.formbuilder
 class FormBuilderDispatcher
          The dispatcher of the Form Builder admin UI.
 

Uses of MapDispatcher in com.arsdigita.ui.admin
 

Subclasses of MapDispatcher in com.arsdigita.ui.admin
 class AdminDispatcher
          Dispatcher for Admin functionality
 

Uses of MapDispatcher in com.arsdigita.ui.login
 

Subclasses of MapDispatcher in com.arsdigita.ui.login
 class SubsiteDispatcher
          Dispatcher for the login package.
 

Uses of MapDispatcher in com.arsdigita.ui.permissions
 

Subclasses of MapDispatcher in com.arsdigita.ui.permissions
 class PermissionsDispatcher
          Dispatcher for the permissions UI package.
 

Uses of MapDispatcher in com.arsdigita.ui.sitemap
 

Subclasses of MapDispatcher in com.arsdigita.ui.sitemap
 class SiteMapDispatcher
          Dispatcher for SiteMap Admin functionality
 

Uses of MapDispatcher in com.arsdigita.webdevsupport
 

Subclasses of MapDispatcher in com.arsdigita.webdevsupport
 class Dispatcher
          Dispatcher for Web Developer Support
 



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