Class FreemarkerTemplateContext
java.lang.Object
ch.tocco.nice2.optional.cms.impl.publish.output.freemarker.FreemarkerTemplateContext
This bean is used to control template processing in the templates.
i.e. post processors can be requested by adding their identification
by calling
addPostProcessor(String).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPostProcessor(String postProcessor) Add a post processor to execute after template processing.Get a set of the requested post processors.
-
Constructor Details
-
FreemarkerTemplateContext
public FreemarkerTemplateContext()
-
-
Method Details
-
addPostProcessor
-
getPostProcessors
-