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

findModFromPod

Source

static Type? findModFromPod(Pod pod)

Looks for an AppModule in the given pod.

make

Source

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

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