Uses of Class
passport.domain.models.email.Html
-
Uses of Html in passport.domain.models.email
Modifier and TypeMethodDescriptionHtml.attributes()
Sets the attributes of the HTML element.static Html
Html.br()
Creates an empty HTML line break element.Sets the content of the HTML element.Html.empty()
Creates an empty HTML element.static Html
Creates an HTML element with the specified tag.ModifierConstructorDescriptionEmailDocument
(EmailMetadata meta, Html body) Constructs a new EmailDocument with the specified metadata and body.