Package bbd.jportal2
Interface ITemplateBasedPostProcessor
-
- All Superinterfaces:
IGenerator,IPostProcessor,ITemplateBasedGenerator
- All Known Implementing Classes:
FreeMarker
public interface ITemplateBasedPostProcessor extends IPostProcessor, ITemplateBasedGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static StringPOST_PROCESSOR_TEMPLATE_LOCATION
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default PathgetPostProcessorTemplateFilesLocation()-
Methods inherited from interface bbd.jportal2.IGenerator
description, documentation, getFlags, getGeneratedOutputFiles, toBoolean
-
Methods inherited from interface bbd.jportal2.ITemplateBasedGenerator
generateTemplate
-
-
-
-
Field Detail
-
POST_PROCESSOR_TEMPLATE_LOCATION
static final String POST_PROCESSOR_TEMPLATE_LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPostProcessorTemplateFilesLocation
default Path getPostProcessorTemplateFilesLocation()
-
-