Uses of Class
org.nekosoft.pdffer.exception.TemplateNotFoundException
-
Uses of TemplateNotFoundException in org.nekosoft.pdffer.registry
Modifier and TypeMethodDescriptionPdfTemplate<?>
PdfferRegistryBean.findTemplate(String templateName)
Finds a PDF template in the root registry given the name.PdfTemplate<?>
PdfferRegistryBean.findTemplate(String group, String templateName)
Finds a PDF template in the given group with the given name.PdfTemplate<?>
PdfferRegistryBean.findTemplateByPath(String templatePath)
Finds a PDF template given the template path.