const classafBedSheet::BedSheetWebMod

sys::Obj
  web::WebMod
    afBedSheet::BedSheetWebMod

The top-level web::WebMod to be passed to Wisp.

bedSheetOptions

Source

const Str:Obj? bedSheetOptions

createBob

Source

static RegistryBuilder createBob(Str moduleName, Int port, Str:Obj? bedSheetOptions := ([Str:Obj?])[:], Str:Obj? registryOptions := ([Str:Obj?])[:])

Returns a fully loaded RegistryBuilder ready to build an IoC.

make

Source

new make(Str moduleName, Int port, Str:Obj? bedSheetOptions, [Str:Obj?]? registryOptions := null)

Creates this WebMod.

moduleName

Source

const Str moduleName

onService

Source

virtual override Void onService()

onStart

Source

virtual override Void onStart()

onStop

Source

virtual override Void onStop()

port

Source

const Int port

registry

Source

Registry? registry { private set }

The afIoc registry. Can be null if BedSheet has not started.

registryOptions

Source

const Str:Obj? registryOptions

startupErr

Source

Err? startupErr { private set }

An Err (if any) that occured on service startup