const mixinafBedSheet::BedSheetPages
afBedSheet::BedSheetPages
(Service) - Renders the standard BedSheet
web pages.
- renderErr
abstract Text renderErr(Err err, Bool verbose)
Renders the
BedSheet
Err page. Ifverbose
isfalse
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 variableenv
todev
.- renderHttpStatus
abstract Text renderHttpStatus(HttpStatus httpStatus, Bool verbose)
Renders the
BedSheet
status page, such as the 404 page.- renderWelcome
abstract Text renderWelcome()