Uses of Class
org.nekosoft.pdffer.props.PdfferMailerProps
Packages that use PdfferMailerProps
-
Uses of PdfferMailerProps in org.nekosoft.pdffer.actuator
Methods in org.nekosoft.pdffer.actuator that return PdfferMailerPropsModifier and TypeMethodDescriptionMailerInfoEndpoint.props()A READ operation that returns the PDFfer mailer configuration in the form of a Properties POJO.Constructors in org.nekosoft.pdffer.actuator with parameters of type PdfferMailerPropsModifierConstructorDescriptionMailerInfoEndpoint(PdfferMailerProps mailerProps)Allows Spring to create the endpoint instance and pass thePdfferMailerPropsinstance into it. -
Uses of PdfferMailerProps in org.nekosoft.pdffer.mail
Methods in org.nekosoft.pdffer.mail with parameters of type PdfferMailerPropsModifier and TypeMethodDescriptionorg.springframework.mail.javamail.JavaMailSenderPdfferMailerConfiguration.mailSender(PdfferMailerProps javaMailprops)TheJavaMailSenderbean that provides details on how to send email from PDFfer.Constructors in org.nekosoft.pdffer.mail with parameters of type PdfferMailerPropsModifierConstructorDescriptionPdfferMailerBean(org.springframework.mail.javamail.JavaMailSender mailSender, PdfferMailerProps props)Allows Spring to create the bean instance and pass theJavaMailSenderandPdfferMailerPropsinstances into it.