Class PdfferMailerControllerProps
java.lang.Object
org.nekosoft.pdffer.props.PdfferMailerControllerProps
@ConfigurationProperties(prefix="pdffer.mailer.controller")
public class PdfferMailerControllerProps
extends Object
A Property POJO that reflects the configuration of the mailer controller.
-
Constructor Summary
ConstructorsConstructorDescriptionPdfferMailerControllerProps(boolean enabled, String baseUri, String mailUri) Instantiates a new PDFfer mailer controller props. -
Method Summary
Modifier and TypeMethodDescriptionGets the base URL of the controller.Gets the URL for the mail endpoint of the controller.booleanIndicates whether the mailer controller should be present.
-
Constructor Details
-
PdfferMailerControllerProps
-
-
Method Details
-
isEnabled
public boolean isEnabled()Indicates whether the mailer controller should be present.- Returns:
trueif the mailer controller should be present
-
getBaseUri
-
getMailUri
Gets the URL for the mail endpoint of the controller.- Returns:
- the mail URL
-