Plasma GitLab Archive
Projects Blog Knowledge


[UP]
WDialog API (O'Caml)
 Modules
 Wd_application_dtd
 Wd_cycle
 Wd_dialog
 Wd_dictionary
 Wd_encoding
 Wd_interactor
 Wd_run_cgi
 Wd_run_jserv
 Wd_run_fcgi
 Wd_stdlib
 Wd_template
 Wd_templrep
 Wd_transform
 Wd_types
 Wd_serialize_types
 Wd_universe
 Wd_upload
 Wd_var_functions
 Module types
 Index
   
Modules

The important modules for application programmers are:

  • Wd_types: Defines the fundamental types

  • Wd_dialog: Contains the base class dialog from which the programmer's dialog classes should inherit

  • Wd_template: Access to template definitions, including the possibility to instantiate templates and convert them to strings.

  • Wd_cycle: Processes a CGI request and computes the response, i.e. this is the entry point to request processing

  • Wd_transform: Here are the functions to load the UI file (it mainly contains the transformation engine, but this is hidden)

  • Wd_run_cgi: A sample main program for CGI scripts (can be used instead of calling Wd_cycle and Wd_transform directly).

  • Wd_run_jserv: A sample main program for JSERV servlets (can be used instead of calling Wd_cycle and Wd_transform directly).

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml