const classafBedSheet::BedSheetWebMod

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

The web::WebMod that runs in Wisp.

appName

Source

const Str appName

Returns proj.name from the application's pod meta, or the pod name if not defined.

make

Source

new make(Registry registry)

Creates this WebMod. Use a BedSheetBuilder to create the Registry instance - it ensures all the options have been set.

port

Source

const Int port

The port number this Bed App will be listening on.

registry

Source

const Registry registry

The IoC registry. Can be null if BedSheet has not yet started.