org.riotfamily.common.web.view.freemarker
Interface ConfigurationPostProcessor

All Known Implementing Classes:
ActiveRecordClassExposer

public interface ConfigurationPostProcessor

Interface used by the RiotFreeMarkerConfigurer to support modular post processing of the FreeMarker Configuration.

Since:
8.0
Author:
Felix Gnass [fgnass at neteye dot de]

Method Summary
 void postProcessConfiguration(freemarker.template.Configuration config)
           
 

Method Detail

postProcessConfiguration

void postProcessConfiguration(freemarker.template.Configuration config)
                              throws IOException,
                                     freemarker.template.TemplateException
Throws:
IOException
freemarker.template.TemplateException