CrafterFreeMarkerConfigurer |
Extends FreeMarkerConfigurer to:
Macro-resolve the template loader paths before a template loader is created for the path
|
CrafterFreeMarkerTemplateLoader |
Freemarker TemplateLoader similar to SpringTemplateLoader but instead of using
Spring Resources, it uses the ContentStoreService.getContent(Context, String) .
|
CrafterObjectWrapper |
Extends DefaultObjectWrapper to wrap Dom4j Node s.
|
CrafterTemplateExceptionHandler |
TemplateExceptionHandler that instead of printing the errors directly in the HTML and stopping template processing, stores
them in a model variable so they can be displayed later.
|
ExecuteControllerDirective |
Freemarker directive that allows to execute scripts/controllers from inside Freemarker templates.
|
ExecuteControllerDirective.EnvironmentGroovyBeanWrapper |
|
RenderComponentDirective |
Custom directive to render a component by processing the template defined in the component element's template name
sub-element.
|
ServletContextHashModel |
Template model for the ServletContext
|