Frames | No Frames |
Classes derived from org.apache.velocity.runtime.resource.loader.ResourceLoader | |
class | ClasspathResourceLoader is a simple loader that will load
templates from the classpath. |
class | This is a simple template file loader that loads templates
from a DataSource instead of plain files. |
class | A loader for templates stored on the file system. |
class |
ResourceLoader to load templates from multiple Jar files. |
Methods with return type org.apache.velocity.runtime.resource.loader.ResourceLoader | |
ResourceLoader | Gets the loader specified in the configuration file. |
Methods with parameter type org.apache.velocity.runtime.resource.loader.ResourceLoader | |
void | Set the template loader for this template. |
Methods with return type org.apache.velocity.runtime.resource.loader.ResourceLoader | |
ResourceLoader | Return the template loader that pulled
in the template stream
|
Fields of type org.apache.velocity.runtime.resource.loader.ResourceLoader | |
ResourceLoader | The template loader that initially loaded the input
stream for this template, and knows how to check the
source of the input stream for modification. |