const classafBedSheet::BedSheetWebMod

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

The web::WebMod that runs in Wisp.

appName

Source

const Str appName

Returns pod.dis (or proj.nameif not found) from the application's pod meta, or the pod name if neither are 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.