public class J2HtmlDatarouterEmail
extends Object
-
-
Constructor Summary
Constructors
| Constructor |
Description |
J2HtmlDatarouterEmail(boolean includeLogo,
String logoImgSrc,
String logoHref,
String title,
String titleHref,
j2html.tags.DomContent content,
String fromEmail,
boolean fromAdmin,
List<String> toEmails,
boolean toAdmin,
boolean toSubscribers) |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
j2html.tags.specialized.BodyTag |
build() |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
public final boolean fromAdmin
-
-
public final boolean toAdmin
-
public final boolean toSubscribers
-
Constructor Details
-
public J2HtmlDatarouterEmail(
boolean includeLogo,
String logoImgSrc,
String logoHref,
String title,
String titleHref,
j2html.tags.DomContent content,
String fromEmail,
boolean fromAdmin,
List<String> toEmails,
boolean toAdmin,
boolean toSubscribers)
-
Method Details
-
public j2html.tags.specialized.BodyTag build()