Uses of Class
passport.domain.models.email.Html
Packages that use Html
-
Uses of Html in passport.domain.models.email
Methods in passport.domain.models.email that return HtmlModifier 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.Constructors in passport.domain.models.email with parameters of type HtmlModifierConstructorDescriptionEmailDocument
(EmailMetadata meta, Html body) Constructs a new EmailDocument with the specified metadata and body.