com.arsdigita.formbuilder
Class FormBuilderDispatcher

java.lang.Object
  extended bycom.arsdigita.dispatcher.MapDispatcher
      extended bycom.arsdigita.bebop.page.BebopMapDispatcher
          extended bycom.arsdigita.bebop.BebopMapDispatcher
              extended bycom.arsdigita.formbuilder.FormBuilderDispatcher
All Implemented Interfaces:
Dispatcher

public class FormBuilderDispatcher
extends BebopMapDispatcher

The dispatcher of the Form Builder admin UI. All admin UI classes are in the com.arsdigita.formbuilder.ui package. There are a handful of pages that are each mapped to one relative URL and each page is implemented by its own class (a subclass of Bebop Page).

Version:
$Id: //core-platform/dev/src/com/arsdigita/formbuilder/FormBuilderDispatcher.java#9 $
Author:
Peter Marklund

Nested Class Summary
 
Nested classes inherited from class com.arsdigita.dispatcher.MapDispatcher
MapDispatcher.ParseConfigHandler
 
Field Summary
static String versionId
           
 
Constructor Summary
FormBuilderDispatcher()
          Constructor.
 
Method Summary
static String getURLEnding()
           
 
Methods inherited from class com.arsdigita.bebop.page.BebopMapDispatcher
addPage, getPresentationManager, newParseConfigHandler, setMap, setNotFoundPage, setPresentationManager
 
Methods inherited from class com.arsdigita.dispatcher.MapDispatcher
addPage, dispatch, getMap, preprocessRequest, readFromFile, requireTrailingSlash, setNotFoundDispatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

FormBuilderDispatcher

public FormBuilderDispatcher()
Constructor. Builds all pages and maps them to urls.

Method Detail

getURLEnding

public static String getURLEnding()


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