Uses of Class
org.apache.velocity.runtime.resource.loader.ResourceLoader
Package
Description
-
Uses of ResourceLoader in org.apache.velocity.runtime.resource
Modifier and TypeFieldDescriptionprotected ResourceLoader
Resource.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.Modifier and TypeFieldDescriptionprotected final List
<ResourceLoader> ResourceManagerImpl.resourceLoaders
The List of templateLoaders that the Runtime will use to locate the InputStream source of a template.Modifier and TypeMethodDescriptionResource.getResourceLoader()
Return the template loader that pulled in the template streamModifier and TypeMethodDescriptionvoid
Resource.setResourceLoader
(ResourceLoader resourceLoader) Set the template loader for this template. -
Uses of ResourceLoader in org.apache.velocity.runtime.resource.loader
Modifier and TypeClassDescriptionclass
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.class
Resource loader that works with Strings.class
This is a simple URL-based loader.Modifier and TypeMethodDescriptionstatic ResourceLoader
ResourceLoaderFactory.getLoader
(RuntimeServices rs, String loaderClassName) Gets the loader specified in the configuration file. -
Uses of ResourceLoader in org.apache.velocity.script
Modifier and TypeClassDescriptionprotected static class
-
Uses of ResourceLoader in org.apache.velocity.spring
Modifier and TypeClassDescriptionclass
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.