Index

A C D E F G H I L M O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractRequestData - Class in org.nekosoft.pdffer.web
A DTO with the payload for a PDF template.
AbstractRequestData() - Constructor for class org.nekosoft.pdffer.web.AbstractRequestData
 
allTemplates() - Method in class org.nekosoft.pdffer.actuator.TemplateRegistryEndpoint
A READ operation that returns a list of all available templates in the registry.

C

checkCandidate(String, BeanDefinition) - Method in class org.nekosoft.pdffer.registry.PdfferTemplateComponentScanner
 

D

download(String, DownloadRequestData) - Method in class org.nekosoft.pdffer.web.PdfferController
Download response entity.
DownloadRequestData - Class in org.nekosoft.pdffer.web
A DTO for sending HTTP request to download a PDF from PDFfer.
DownloadRequestData() - Constructor for class org.nekosoft.pdffer.web.DownloadRequestData
 

E

email(String, EmailRequestData, HttpServletResponse) - Method in class org.nekosoft.pdffer.web.PdfferMailerController
Email.
EmailAddressInfo - Class in org.nekosoft.pdffer.props
A Property POJO part that represents an email address.
EmailAddressInfo(String, String) - Constructor for class org.nekosoft.pdffer.props.EmailAddressInfo
Instantiates new email address info.
EmailRequestData - Class in org.nekosoft.pdffer.web
A DTO for sending HTTP request to download a PDF from PDFfer.
EmailRequestData() - Constructor for class org.nekosoft.pdffer.web.EmailRequestData
 

F

findTemplate(String) - Method in class org.nekosoft.pdffer.registry.PdfferRegistryBean
Finds a PDF template in the root registry given the name.
findTemplate(String, String) - Method in class org.nekosoft.pdffer.registry.PdfferRegistryBean
Finds a PDF template in the given group with the given name.
findTemplateByPath(String) - Method in class org.nekosoft.pdffer.registry.PdfferRegistryBean
Finds a PDF template given the template path.

G

generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.nekosoft.pdffer.registry.PdfferTemplateBeanNameGenerator
 
generatePdfDocument(String, Object) - Method in class org.nekosoft.pdffer.PdfferProducerBean
Generates a new PDF with the given template (that must be present in the root registry) and the given payload.
generatePdfDocument(String, String, T) - Method in class org.nekosoft.pdffer.PdfferProducerBean
Generates a new PDF with a template by the given name and group and with the given payload.
generatePdfDocumentByPath(String, Object) - Method in class org.nekosoft.pdffer.PdfferProducerBean
Generates a new PDF with the template at the given template path and with the given payload.
generatePdfDocumentByPathFromJsonMap(String, Map<String, Object>) - Method in class org.nekosoft.pdffer.PdfferProducerBean
Generates a new PDF with the template at the given template path and with the given payload.
generatePdfDocumentByPathFromJsonString(String, String) - Method in class org.nekosoft.pdffer.PdfferProducerBean
Generates a new PDF with a template at the given path and with the given payload.
generatePdfDocumentFromJsonMap(String, String, Map<String, Object>) - Method in class org.nekosoft.pdffer.PdfferProducerBean
Generates a new PDF with a template by the given name and group and with the given payload.
generatePdfDocumentFromJsonMap(String, Map<String, Object>) - Method in class org.nekosoft.pdffer.PdfferProducerBean
Generates a new PDF with the given template (that must be present in the root registry) and the given payload.
generatePdfDocumentFromJsonString(String, String) - Method in class org.nekosoft.pdffer.PdfferProducerBean
Generates a new PDF with the given template (that must be present in the root registry) and the given payload.
generatePdfDocumentFromJsonString(String, String, String) - Method in class org.nekosoft.pdffer.PdfferProducerBean
Generates a new PDF with a template by the given name and group and with the given payload.
getActualPayloadClass() - Method in exception org.nekosoft.pdffer.exception.InvalidPayloadClassException
Gets the class of the payload instance the producer was given.
getActualTemplateClass() - Method in exception org.nekosoft.pdffer.exception.InvalidTemplateClassException
Gets the actual class of the template being used.
getAddress() - Method in class org.nekosoft.pdffer.props.EmailAddressInfo
Gets the email address.
getBaseUri() - Method in class org.nekosoft.pdffer.props.PdfferMailerControllerProps
Gets the base URL of the controller.
getBaseUri() - Method in class org.nekosoft.pdffer.props.PdfferWebControllerProps
Gets the base URL for the controller.
getDownloadUri() - Method in class org.nekosoft.pdffer.props.PdfferWebControllerProps
Gets the URL for the download endpoint of the controller.
getEmailTo() - Method in class org.nekosoft.pdffer.web.EmailRequestData
Gets the email address to send the PDF to.
getExpectedPayloadClass() - Method in exception org.nekosoft.pdffer.exception.InvalidPayloadClassException
Gets the payload class expected by the PDF template.
getExpectedTemplateClass() - Method in exception org.nekosoft.pdffer.exception.InvalidTemplateClassException
Gets the expected superclass of templates that can be used.
getFilename() - Method in class org.nekosoft.pdffer.web.DownloadRequestData
Gets the name of the file for the PDF to be downloaded.
getFilename() - Method in class org.nekosoft.pdffer.web.EmailRequestData
Gets the filename that will be used for the attachment.
getGroup() - Method in exception org.nekosoft.pdffer.exception.TemplateGroupNotFoundException
Gets the group name that could not be found.
getGroup() - Method in exception org.nekosoft.pdffer.exception.TemplateNotFoundException
Gets the group name for the template that could not be found.
getHost() - Method in class org.nekosoft.pdffer.props.SmtpServerInfo
Gets the host.
getJavaMailProperties() - Method in class org.nekosoft.pdffer.props.SmtpServerInfo
Gets extra options as a Java Properties instance.
getMailUri() - Method in class org.nekosoft.pdffer.props.PdfferMailerControllerProps
Gets the URL for the mail endpoint of the controller.
getMessage() - Method in class org.nekosoft.pdffer.web.EmailRequestData
Gets the main message of the email that will contain the PDF.
getName() - Method in class org.nekosoft.pdffer.props.EmailAddressInfo
Gets the name of the owner of the address.
getPassword() - Method in class org.nekosoft.pdffer.props.SmtpServerInfo
Gets the password.
getPayload() - Method in exception org.nekosoft.pdffer.exception.InvalidPayloadException
Gets the payload that fails validation.
getPayload() - Method in class org.nekosoft.pdffer.web.AbstractRequestData
The payload data that the PDF template will use to generate the PDF.
getPort() - Method in class org.nekosoft.pdffer.props.SmtpServerInfo
Gets the port.
getReplyTo() - Method in class org.nekosoft.pdffer.props.PdfferMailerProps
Gets the default email address that will be used as the reply-to header for the emails sent by PDFfer.
getReplyTo() - Method in class org.nekosoft.pdffer.web.EmailRequestData
Gets the reply-to email address in full RFC 6854 format.
getSaveUri() - Method in class org.nekosoft.pdffer.props.PdfferWebControllerProps
Gets the URL for the save endpoint of the controller.
getSendFrom() - Method in class org.nekosoft.pdffer.props.PdfferMailerProps
Gets the default email address that will be used as the sender for the emails sent by PDFfer.
getSendFrom() - Method in class org.nekosoft.pdffer.web.EmailRequestData
Gets the send-from email address in full RFC 6854 format.
getSmtp() - Method in class org.nekosoft.pdffer.props.PdfferMailerProps
Gets the settings of the SMTP server that will be used to send email messages from PDFfer.
getSubject() - Method in class org.nekosoft.pdffer.web.EmailRequestData
Gets the subject of the email that will contain the PDF.
getTemplateName() - Method in exception org.nekosoft.pdffer.exception.TemplateNotFoundException
Gets the template name that could not be found.
getUsername() - Method in class org.nekosoft.pdffer.props.SmtpServerInfo
Gets the username.

H

health() - Method in class org.nekosoft.pdffer.actuator.PdfferHealthIndicator
 

I

InvalidPayloadClassException - Exception in org.nekosoft.pdffer.exception
An exception raised when the producer is given a different payload instance to the class expected by the template.
InvalidPayloadClassException(Class<?>, Class<?>) - Constructor for exception org.nekosoft.pdffer.exception.InvalidPayloadClassException
Creates a new instance.
InvalidPayloadException - Exception in org.nekosoft.pdffer.exception
An exception raised when the producer was given a payload that does not pass template validation.
InvalidPayloadException(Object) - Constructor for exception org.nekosoft.pdffer.exception.InvalidPayloadException
Creates a new instance.
InvalidTemplateClassException - Exception in org.nekosoft.pdffer.exception
An exception raised when the producer is given a template that is not the expected class.
InvalidTemplateClassException(Class<? extends PdfTemplate>, Class<? extends PdfTemplate>) - Constructor for exception org.nekosoft.pdffer.exception.InvalidTemplateClassException
Creates a new instance.

L

listGroupNames() - Method in class org.nekosoft.pdffer.registry.PdfferRegistryBean
Provides a list of all PDF template groups that were registered with this context.
listTemplateNamesInGroup(String) - Method in class org.nekosoft.pdffer.registry.PdfferRegistryBean
Provides a list of all PDF templates that were registered in the given group.
listTemplateNamesInRoot() - Method in class org.nekosoft.pdffer.registry.PdfferRegistryBean
Provides a list of all PDF templates that were registered in the root registry (the one with the default or no group associated to it).
listTemplatePaths() - Method in class org.nekosoft.pdffer.registry.PdfferRegistryBean
Provides a list of all PDF template paths that were registered with this context.

M

MailAddressException - Exception in org.nekosoft.pdffer.exception
An exception raised when the mailer was not able to parse an email address.
MailAddressException(AddressException) - Constructor for exception org.nekosoft.pdffer.exception.MailAddressException
Creates a new instance.
MailerControllerInfoEndpoint - Class in org.nekosoft.pdffer.actuator
A Spring Actuator endpoint that allows inspection of the PDFfer mailer controller configuration.
MailerControllerInfoEndpoint(PdfferMailerControllerProps) - Constructor for class org.nekosoft.pdffer.actuator.MailerControllerInfoEndpoint
Allows Spring to create the endpoint instance and pass the PdfferMailerControllerProps instance into it.
MailerInfoEndpoint - Class in org.nekosoft.pdffer.actuator
A Spring Actuator endpoint that allows inspection of the PDFfer mailer configuration.
MailerInfoEndpoint(PdfferMailerProps) - Constructor for class org.nekosoft.pdffer.actuator.MailerInfoEndpoint
Allows Spring to create the endpoint instance and pass the PdfferMailerProps instance into it.
MailMessageException - Exception in org.nekosoft.pdffer.exception
An exception raised when the mailer was not able to compose an email message.
MailMessageException(MessagingException) - Constructor for exception org.nekosoft.pdffer.exception.MailMessageException
Creates a new instance.
mailSender(PdfferMailerProps) - Method in class org.nekosoft.pdffer.mail.PdfferMailerConfiguration
The JavaMailSender bean that provides details on how to send email from PDFfer.
MailSenderException - Exception in org.nekosoft.pdffer.exception
An exception raised when the mailer was not able to send an email.
MailSenderException(MailException) - Constructor for exception org.nekosoft.pdffer.exception.MailSenderException
Creates a new instance.
match(MetadataReader, MetadataReaderFactory) - Method in class org.nekosoft.pdffer.registry.PdfferTemplateExcludeFilter
 

O

org.nekosoft.pdffer - package org.nekosoft.pdffer
 
org.nekosoft.pdffer.actuator - package org.nekosoft.pdffer.actuator
 
org.nekosoft.pdffer.exception - package org.nekosoft.pdffer.exception
 
org.nekosoft.pdffer.mail - package org.nekosoft.pdffer.mail
 
org.nekosoft.pdffer.props - package org.nekosoft.pdffer.props
 
org.nekosoft.pdffer.registry - package org.nekosoft.pdffer.registry
 
org.nekosoft.pdffer.web - package org.nekosoft.pdffer.web
 
org.nekosoft.PDFferTemplates - package org.nekosoft.PDFferTemplates
This package is used for PDFfer PDF templates.

P

PdfferController - Class in org.nekosoft.pdffer.web
The type Pdffer controller.
PdfferController(PdfferProducerBean) - Constructor for class org.nekosoft.pdffer.web.PdfferController
Instantiates a new Pdffer controller.
PdfferCoreConfiguration - Class in org.nekosoft.pdffer
The main Spring configuration class for PDFfer Core.
PdfferCoreConfiguration() - Constructor for class org.nekosoft.pdffer.PdfferCoreConfiguration
 
PdfferException - Exception in org.nekosoft.pdffer.exception
The top-level exception of the PDFfer exception hierarchy.
PdfferException() - Constructor for exception org.nekosoft.pdffer.exception.PdfferException
Instantiates a new Pdffer exception.
PdfferException(String) - Constructor for exception org.nekosoft.pdffer.exception.PdfferException
Instantiates a new Pdffer exception.
PdfferException(String, Throwable) - Constructor for exception org.nekosoft.pdffer.exception.PdfferException
Instantiates a new Pdffer exception.
PdfferException(String, Throwable, boolean, boolean) - Constructor for exception org.nekosoft.pdffer.exception.PdfferException
Instantiates a new Pdffer exception.
PdfferException(Throwable) - Constructor for exception org.nekosoft.pdffer.exception.PdfferException
Instantiates a new Pdffer exception.
PdfferHealthIndicator - Class in org.nekosoft.pdffer.actuator
A Spring Actuator Health Indicator to assess the health of the PDFfer system.
PdfferHealthIndicator(ApplicationContext) - Constructor for class org.nekosoft.pdffer.actuator.PdfferHealthIndicator
Allows Spring to create the endpoint instance and pass the ApplicationContext instance into it.
PdfferMailerBean - Class in org.nekosoft.pdffer.mail
The PDFfer mailer bean.
PdfferMailerBean(JavaMailSender, PdfferMailerProps) - Constructor for class org.nekosoft.pdffer.mail.PdfferMailerBean
Allows Spring to create the bean instance and pass the JavaMailSender and PdfferMailerProps instances into it.
PdfferMailerConfiguration - Class in org.nekosoft.pdffer.mail
A conditional Spring configuration class for the email functionality of PDFfer.
PdfferMailerConfiguration() - Constructor for class org.nekosoft.pdffer.mail.PdfferMailerConfiguration
 
PdfferMailerController - Class in org.nekosoft.pdffer.web
The type Pdffer mailer controller.
PdfferMailerController(PdfferProducerBean, PdfferMailerBean) - Constructor for class org.nekosoft.pdffer.web.PdfferMailerController
Instantiates a new Pdffer mailer controller.
PdfferMailerControllerProps - Class in org.nekosoft.pdffer.props
A Property POJO that reflects the configuration of the mailer controller.
PdfferMailerControllerProps(String, String) - Constructor for class org.nekosoft.pdffer.props.PdfferMailerControllerProps
Instantiates a new PDFfer mailer controller props.
PdfferMailerException - Exception in org.nekosoft.pdffer.exception
The top-level exception of the PDFfer Mailer exception hierarchy.
PdfferMailerException() - Constructor for exception org.nekosoft.pdffer.exception.PdfferMailerException
Instantiates a new Pdffer mailer exception.
PdfferMailerException(String) - Constructor for exception org.nekosoft.pdffer.exception.PdfferMailerException
Instantiates a new Pdffer mailer exception.
PdfferMailerException(String, Throwable) - Constructor for exception org.nekosoft.pdffer.exception.PdfferMailerException
Instantiates a new Pdffer mailer exception.
PdfferMailerException(String, Throwable, boolean, boolean) - Constructor for exception org.nekosoft.pdffer.exception.PdfferMailerException
Instantiates a new Pdffer mailer exception.
PdfferMailerException(Throwable) - Constructor for exception org.nekosoft.pdffer.exception.PdfferMailerException
Instantiates a new Pdffer mailer exception.
PdfferMailerProps - Class in org.nekosoft.pdffer.props
A Property POJO that reflects the configuration of the mailer bean.
PdfferMailerProps(EmailAddressInfo, EmailAddressInfo, SmtpServerInfo) - Constructor for class org.nekosoft.pdffer.props.PdfferMailerProps
Instantiates a new Pdffer mailer props.
PdfferProducerBean - Class in org.nekosoft.pdffer
The main Spring bean in PDFfer Core.
PdfferProducerBean(PdfferRegistryBean) - Constructor for class org.nekosoft.pdffer.PdfferProducerBean
Creates a new PdfferProducerBean with the given registry.
PdfferProducerException - Exception in org.nekosoft.pdffer.exception
The top-level exception of the PDFfer Producer exception hierarchy.
PdfferProducerException() - Constructor for exception org.nekosoft.pdffer.exception.PdfferProducerException
Instantiates a new Pdffer producer exception.
PdfferProducerException(String) - Constructor for exception org.nekosoft.pdffer.exception.PdfferProducerException
Instantiates a new Pdffer producer exception.
PdfferProducerException(String, Throwable) - Constructor for exception org.nekosoft.pdffer.exception.PdfferProducerException
Instantiates a new Pdffer producer exception.
PdfferProducerException(String, Throwable, boolean, boolean) - Constructor for exception org.nekosoft.pdffer.exception.PdfferProducerException
Instantiates a new Pdffer producer exception.
PdfferProducerException(Throwable) - Constructor for exception org.nekosoft.pdffer.exception.PdfferProducerException
Instantiates a new Pdffer producer exception.
PdfferRegistryBean - Class in org.nekosoft.pdffer.registry
The PDFfer bean that deals with PDF templates.
PdfferRegistryBean() - Constructor for class org.nekosoft.pdffer.registry.PdfferRegistryBean
Allows Spring to create the bean instance.
PdfferRegistryConfiguration - Class in org.nekosoft.pdffer.registry
Deprecated.
PdfferRegistryConfiguration() - Constructor for class org.nekosoft.pdffer.registry.PdfferRegistryConfiguration
Deprecated.
 
PdfferRegistryException - Exception in org.nekosoft.pdffer.exception
The top-level exception of the PDFfer Registry exception hierarchy.
PdfferRegistryException() - Constructor for exception org.nekosoft.pdffer.exception.PdfferRegistryException
Instantiates a new Pdffer registry exception.
PdfferRegistryException(String) - Constructor for exception org.nekosoft.pdffer.exception.PdfferRegistryException
Instantiates a new Pdffer registry exception.
PdfferRegistryException(String, Throwable) - Constructor for exception org.nekosoft.pdffer.exception.PdfferRegistryException
Instantiates a new Pdffer registry exception.
PdfferRegistryException(String, Throwable, boolean, boolean) - Constructor for exception org.nekosoft.pdffer.exception.PdfferRegistryException
Instantiates a new Pdffer registry exception.
PdfferRegistryException(Throwable) - Constructor for exception org.nekosoft.pdffer.exception.PdfferRegistryException
Instantiates a new Pdffer registry exception.
PdfferTemplateBeanNameGenerator - Class in org.nekosoft.pdffer.registry
Determines the name of a PDF template bean on the basis of the name attribute of the PdfTemplateComponent annotation.
PdfferTemplateBeanNameGenerator() - Constructor for class org.nekosoft.pdffer.registry.PdfferTemplateBeanNameGenerator
 
PdfferTemplateComponentScanner - Class in org.nekosoft.pdffer.registry
A custom scanner that looks for PDF templates for the PDFfer registry.
PdfferTemplateComponentScanner() - Constructor for class org.nekosoft.pdffer.registry.PdfferTemplateComponentScanner
Instantiates the component scanner and a new application context for the registry.
PdfferTemplateExcludeFilter - Class in org.nekosoft.pdffer.registry
A component scanner filter that matches all classes that do not implement the PdfTemplate interface.
PdfferTemplateExcludeFilter() - Constructor for class org.nekosoft.pdffer.registry.PdfferTemplateExcludeFilter
 
PdfferTemplateScopeMetadataResolver - Class in org.nekosoft.pdffer.registry
Determines the scope of a PDF template bean on the basis of the scope attribute of the PdfTemplateComponent annotation.
PdfferTemplateScopeMetadataResolver() - Constructor for class org.nekosoft.pdffer.registry.PdfferTemplateScopeMetadataResolver
 
PdfferWebControllerProps - Class in org.nekosoft.pdffer.props
A Property POJO that reflects the configuration of the web controller.
PdfferWebControllerProps(String, String, String) - Constructor for class org.nekosoft.pdffer.props.PdfferWebControllerProps
Instantiates a new PDFfer web controller props.
PROFILE_ACTUATOR - Static variable in class org.nekosoft.pdffer.PdfferCoreConfiguration
The name of the profile that includes the Spring Actuator beans for PDFfer.
PROFILE_EXPLORER - Static variable in class org.nekosoft.pdffer.PdfferCoreConfiguration
The name of the profile that includes the PDFfer Explorer website.
PROFILE_SHELL - Static variable in class org.nekosoft.pdffer.PdfferCoreConfiguration
The name of the profile that includes the Spring Shell beans for PDFfer.
props() - Method in class org.nekosoft.pdffer.actuator.MailerControllerInfoEndpoint
A READ operation that returns the PDFfer mailer controller configuration in the form of a Properties POJO.
props() - Method in class org.nekosoft.pdffer.actuator.MailerInfoEndpoint
A READ operation that returns the PDFfer mailer configuration in the form of a Properties POJO.
props() - Method in class org.nekosoft.pdffer.actuator.WebControllerInfoEndpoint
A READ operation that returns the PDFfer web controller configuration in the form of a Properties POJO.

R

registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.nekosoft.pdffer.registry.PdfferTemplateComponentScanner
 
resolveScopeMetadata(BeanDefinition) - Method in class org.nekosoft.pdffer.registry.PdfferTemplateScopeMetadataResolver
 

S

save(String) - Method in class org.nekosoft.pdffer.web.PdfferController
Save.
sendMessageWithPdfAttachment(String, String, String, byte[], String, String, String) - Method in class org.nekosoft.pdffer.mail.PdfferMailerBean
Send an email message with a PDF attachment.
sendMessageWithPdfAttachment(List<InternetAddress>, String, String, byte[], String, String, String) - Method in class org.nekosoft.pdffer.mail.PdfferMailerBean
Send an email message with a PDF attachment.
sendMessageWithPdfAttachmentToList(List<String>, String, String, byte[], String, String, String) - Method in class org.nekosoft.pdffer.mail.PdfferMailerBean
Send an email message with a PDF attachment.
setEmailTo(List<String>) - Method in class org.nekosoft.pdffer.web.EmailRequestData
Sets the email address to send the PDF to.
setFilename(String) - Method in class org.nekosoft.pdffer.web.DownloadRequestData
Sets the name of the file for the PDF to be downloaded.
setFilename(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
Sets the filename that will be used for the attachment.
setMessage(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
Sets the main message of the email that will contain the PDF.
setPayload(Map<String, Object>) - Method in class org.nekosoft.pdffer.web.AbstractRequestData
Sets payload data that the PDF template will use to generate the PDF.
setReplyTo(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
Sets the reply-to email address in full RFC 6854 format.
setSendFrom(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
Sets the send-from email address in full RFC 6854 format.
setSubject(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
Sets the subject of the email that will contain the PDF.
SmtpServerInfo - Class in org.nekosoft.pdffer.props
A Property POJO part that represents SMTP server information.
SmtpServerInfo(String, int, String, String, Properties) - Constructor for class org.nekosoft.pdffer.props.SmtpServerInfo
Instantiates a new SMTP server info.

T

template(String) - Method in class org.nekosoft.pdffer.actuator.TemplateRegistryEndpoint
A READ operation that returns details about a specific template identified by the given path.
TemplateGroupNotFoundException - Exception in org.nekosoft.pdffer.exception
An exception raised when the registry was not able to find the requested template group.
TemplateGroupNotFoundException(String) - Constructor for exception org.nekosoft.pdffer.exception.TemplateGroupNotFoundException
Creates a new instance.
TemplateNotFoundException - Exception in org.nekosoft.pdffer.exception
An exception raised when the registry was not able to find the requested template.
TemplateNotFoundException(String, String) - Constructor for exception org.nekosoft.pdffer.exception.TemplateNotFoundException
Creates a new instance.
TemplateRegistryEndpoint - Class in org.nekosoft.pdffer.actuator
A Spring Actuator endpoint that allows inspection of the PDFfer registry.
TemplateRegistryEndpoint(PdfferRegistryBean) - Constructor for class org.nekosoft.pdffer.actuator.TemplateRegistryEndpoint
Allows Spring to create the endpoint instance and pass the PdfferRegistryBean instance into it.

W

WebControllerInfoEndpoint - Class in org.nekosoft.pdffer.actuator
A Spring Actuator endpoint that allows inspection of the PDFfer web controller configuration.
WebControllerInfoEndpoint(PdfferWebControllerProps) - Constructor for class org.nekosoft.pdffer.actuator.WebControllerInfoEndpoint
Allows Spring to create the endpoint instance and pass the PdfferWebControllerProps instance into it.
A C D E F G H I L M O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form