Uses of Class
com.fizzed.rocker.model.PostProcessorException
-
Packages that use PostProcessorException Package Description com.fizzed.rocker.compiler com.fizzed.rocker.model com.fizzed.rocker.processor -
-
Uses of PostProcessorException in com.fizzed.rocker.compiler
Methods in com.fizzed.rocker.compiler that throw PostProcessorException Modifier and Type Method Description private 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 PostProcessorException Modifier and Type Method Description TemplateModelTemplateModelPostProcessor. 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 PostProcessorException Modifier and Type Method Description TemplateModelLoggingProcessor. process(TemplateModel templateModel, int ppIndex)TemplateModelWhitespaceRemovalProcessor. process(TemplateModel templateModel, int ppIndex)
-