const classafBedSheet::BedSheetWebMod
sys::Obj web::WebMod afBedSheet::BedSheetWebMod
The top-level web::WebMod to be passed to Wisp.
- bedSheetOptions
- findModFromPod
static Type? findModFromPod(Pod pod)
Looks for an
AppModule
in the given pod.- make
new make(Str moduleName, Int port, Str:Obj? bedSheetOptions, [Str:Obj?]? registryOptions := null)
- moduleName
const Str moduleName
- onService
virtual override Void onService()
- onStart
virtual override Void onStart()
- onStop
virtual override Void onStop()
- port
const Int port
- registry
Registry? registry { private set }
The
afIoc
registry. Can benull
if BedSheet has not started.- registryOptions
- startupErr
Err? startupErr { private set }
An Err (if any) that occured on service startup