const mixinafBedSheet::BedSheetPage

afBedSheet::BedSheetPage

(Service) - Renders the standard BedSheet web pages.

renderErr

Source

abstract Text renderErr(Err err)

Renders the BedSheet Err page. This is usually verbose but very minimal in a production environment.

To see the verbose Err page, ensure BedSheet is started with the -env dev option or have a environment variable env set 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.