const classafBedSheet::BedSheetWebMod

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

The web::WebMod to be passed to Wisp.

createBob

Source

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

Returns a fully loaded IoC RegistryBuilder that creates everything this Bed App needs.

make

Source

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

Creates this WebMod. moduleName can be a qualified type name of an AppModule or a pod name.

moduleName

Source

const Str moduleName

The module name passed into the ctor. Can be either a qualified type name of an AppModule or a pod name.

port

Source

const Int port

The port number this Bed App will be listening on.

registry

Source

Registry? registry { private set }

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

startupErr

Source

Err? startupErr { private set }

The Err (if any) that occurred on service startup