|
Web Libraries: DispatchersAbout DispatchersDispatchers are a component of the openSEAL MVC Framework,
and are responsible for the server side forwarding
(dispatching) of a request that has completed its
interacted with the "Model", and now needs
to move onto returning the approprate "View".
Dispatchers implement the openSEAL Implemented DispatchersAll openSEAL implemented Dispatchers are located in
the ConfigDispatcherImpl
OriginDestinationDispatcherImpl The NavDispatcherImpl The
If the dispatching work results in an error (such as if
the page is missing or won't compile), then the NavDispatcherImpl
will call WizardDispatcherImpl This is currently a work in progress so it is not recommended that you use this yet. Implementing your own dispatcherTODO: write up some info on what to do here. For now please post messages to the mailing list and we'll be glad to help |