AbstractServletLoader |
Abstract base class for loaders which user the servlet context to load templates.
|
ClasspathLoader |
Uses a classloader to find templates located on the classpath.
|
DelegatingLoader |
This loader will delegate control to a list of children loaders.
|
DelegatingLoaderCacheKey |
|
FileLoader |
This loader searches for a file located anywhere on the filesystem.
|
MemoryLoader |
|
MemoryLoader.TemplateDefinition |
|
Servlet5Loader |
Loader that uses a servlet context to find templates.
|
ServletLoader |
Loader that uses a servlet context to find templates.
|
StringLoader |
This loader is not intended to be used in a production system; it is primarily for testing and
debugging.
|