| Class | Description |
|---|---|
| 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 define ModelFactorys for the following classes:
Node
|
| 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. |
| 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 |
Copyright © 2014 CrafterCMS. All Rights Reserved.