Class | Description |
---|---|
AbstractDelegatingTemplateLoader |
An abstract TemplateLoader that will attempt to initialize its delegate TemplateLoader
and use a null object implementation until it succeeds.
|
LazyFileTemplateLoader |
A TemplateLoader wrapping freemarker's FileTemplateLoader, initializing it
lazily, thus allowing setting its parameters with content2bean.
|
LazyWebappTemplateLoader |
Wrapper for Freemarker WebappTemplateLoader to allow configuration of the loader via content2bean
with lazy initialization at runtime (as soon as a ServletContext is available).
|
ResourceTemplateLoader |
A FreeMarker
TemplateLoader which loads templates using the ResourceOrigin API. |
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.