ClasspathResourceLoader |
ClasspathResourceLoader is a simple loader that will load
templates from the classpath.
|
DataSourceResourceLoader |
This is a simple template file loader that loads templates
from a DataSource instead of plain files.
|
DefaultDatabaseObjectsFactory |
Database objects factory which will obtain a new connection from the data source and prepare needed statements
at each call
|
FileResourceLoader |
A loader for templates stored on the file system.
|
JarHolder |
A small wrapper around a Jar
|
JarResourceLoader |
ResourceLoader to load templates from multiple Jar files.
|
ResourceLoader |
This is abstract class the all text resource loaders should
extend.
|
ResourceLoaderFactory |
Factory to grab a template loader.
|
StringResourceLoader |
Resource loader that works with Strings.
|
URLResourceLoader |
This is a simple URL-based loader.
|