Package org.apache.velocity.runtime.resource.loader
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
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.

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.