Uses of Class
com.fizzed.rocker.model.PostProcessorException
Packages that use PostProcessorException
-
Uses of PostProcessorException in com.fizzed.rocker.compiler
Methods in com.fizzed.rocker.compiler that throw PostProcessorExceptionModifier and TypeMethodDescriptionprivate TemplateModelJavaGenerator.postProcess(TemplateModel templateModel) Execute allTemplateModelPostProcessors as they were configured globally through Maven's pom.xml, and through a per-template option. -
Uses of PostProcessorException in com.fizzed.rocker.model
Methods in com.fizzed.rocker.model that throw PostProcessorExceptionModifier and TypeMethodDescriptionTemplateModelPostProcessor.process(TemplateModel templateModel, int ppIndex) Performs any post-processing on the givenTemplateModelas defined by the implementing class. -
Uses of PostProcessorException in com.fizzed.rocker.processor
Methods in com.fizzed.rocker.processor that throw PostProcessorExceptionModifier and TypeMethodDescriptionLoggingProcessor.process(TemplateModel templateModel, int ppIndex) WhitespaceRemovalProcessor.process(TemplateModel templateModel, int ppIndex)