Fantom

 

abstract const class

web::WebMod

sys::Obj
  web::WebMod : web::Weblet

WebMod defines a web modules which is plugged into a web server's URI namespace to service web requests.

See docLib::Web

Slots

onStartSource

virtual Void onStart()

Initialization callback when web server is started.

onStopSource

virtual Void onStop()

Cleanup callback when web server is stoppped.