Uses of Class
org.apache.velocity.runtime.resource.loader.ResourceLoader
-
Packages that use ResourceLoader Package Description org.apache.velocity.runtime.resource org.apache.velocity.runtime.resource.loader org.apache.velocity.script org.apache.velocity.spring -
-
Uses of ResourceLoader in org.apache.velocity.runtime.resource
Fields in org.apache.velocity.runtime.resource declared as ResourceLoader Modifier and Type Field Description protected ResourceLoaderResource. resourceLoaderThe template loader that initially loaded the input stream for this template, and knows how to check the source of the input stream for modification.Fields in org.apache.velocity.runtime.resource with type parameters of type ResourceLoader Modifier and Type Field Description protected List<ResourceLoader>ResourceManagerImpl. resourceLoadersThe List of templateLoaders that the Runtime will use to locate the InputStream source of a template.Methods in org.apache.velocity.runtime.resource that return ResourceLoader Modifier and Type Method Description ResourceLoaderResource. getResourceLoader()Return the template loader that pulled in the template streamMethods in org.apache.velocity.runtime.resource with parameters of type ResourceLoader Modifier and Type Method Description voidResource. setResourceLoader(ResourceLoader resourceLoader)Set the template loader for this template. -
Uses of ResourceLoader in org.apache.velocity.runtime.resource.loader
Subclasses of ResourceLoader in org.apache.velocity.runtime.resource.loader Modifier and Type Class Description classClasspathResourceLoaderClasspathResourceLoader is a simple loader that will load templates from the classpath.classDataSourceResourceLoaderThis is a simple template file loader that loads templates from a DataSource instead of plain files.classFileResourceLoaderA loader for templates stored on the file system.classJarResourceLoaderResourceLoader to load templates from multiple Jar files.classStringResourceLoaderResource loader that works with Strings.classURLResourceLoaderThis is a simple URL-based loader.Methods in org.apache.velocity.runtime.resource.loader that return ResourceLoader Modifier and Type Method Description static ResourceLoaderResourceLoaderFactory. getLoader(RuntimeServices rs, String loaderClassName)Gets the loader specified in the configuration file. -
Uses of ResourceLoader in org.apache.velocity.script
Subclasses of ResourceLoader in org.apache.velocity.script Modifier and Type Class Description protected static classVelocityScriptEngine.SingleResourceReader -
Uses of ResourceLoader in org.apache.velocity.spring
Subclasses of ResourceLoader in org.apache.velocity.spring Modifier and Type Class Description classSpringResourceLoaderVelocity ResourceLoader adapter that loads via a Spring ResourceLoader.
-