Package org.riotfamily.common.web.view.freemarker

Add-ons for the FreeMarker template library.

See:
          Description

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

Class Summary
ErrorPrintingExceptionHandler TemplateExceptionHandler that prints the error message without stacktrace.
FacadeTemplateModel  
LocalizedObjectWrapperPlugin ObjectWrapperPlugin that supports Maps containing Locale keys.
NoCacheStorage FreeMarker CacheStorage that does not cache anything.
PluginObjectWrapper  
ResourceTemplateLoader  
RiotFreeMarkerConfigurer FreeMarkerConfigurer that supports some additional settings.
RiotFreeMarkerView Differences to Spring's FreeMarkerView: Model attributes may override attributes from the request or the session The plain HttpServletRequest object is exposed under the key "request" The model is not exposed to the request, unless the freeMarkeServletMode is enabled Provides the possibility to post process the model via the ModelPostProcessor interface
RiotFreeMarkerViewResolver  
 

Package org.riotfamily.common.web.view.freemarker Description

Add-ons for the FreeMarker template library.