Online documentation - Websydian v6.0 |
Users Guide | Patterns Reference | WebsydianExpress | Search |
The WAP Dispatcher function is defined in the same way as the Dispatcher function for HTML applications. Inheritance now must be specified from the WapEventDispatcher pattern, but apart from that the same specifications must be made as specified for the HTML Dispatcher function.
Inheritance is specified from the WapEventDispatcher pattern:
MyDispatcher | is a FNC | WapEventDispatcher |
An 'Entry Deck' must be called from the CallFirstPageGenerator function scoped under the WAP Dispatcher, and calls-triples must be added for each WAP Event Handler function in the application.
The INI-settings of the WAP Dispatcher function (including the path for the location of the Deck Templates read by the Deck Generator functions) are specified in the same way as for the Dispatcher function of HTML applications (see also the External Settings sub-section in the Other Uses of the Dispatcher page).