Uses of Class org.apache.velocity.runtime.resource.loader.ResourceLoader

Uses in package org.apache.velocity.runtime.resource.loader

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
ResourceLoaderFactory.getLoader(RuntimeServices rs, String loaderClassName)
Gets the loader specified in the configuration file.

Uses in package org.apache.velocity.runtime.resource

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.

Copyright © 2003 Apache Software Foundation. All Rights Reserved.