const mixinafBedSheet::BedSheetPage

afBedSheet::BedSheetPage

(Service) - Renders the standard BedSheet web pages.

renderErr

Source

abstract Text renderErr(Err err, Bool verbose)

Renders the BedSheet Err page. If verbose is false a very minimal page is rendered, otherwise the standard detail BedSheet Err page is rendered.

ALIEN-AID: To ensure you see the verbose Err page, start BedSheet with the -env dev option or set the environment variable env to dev.

renderHttpStatus

Source

abstract Text renderHttpStatus(HttpStatus httpStatus)

Renders the BedSheet status page, such as the 404 page.

renderWelcomePage

Source

abstract Text renderWelcomePage()

Renders the BedSheet welcome page. Usually shown if no Routes have been contributed to the Routes service.