Class ResourceLoaderFactory
java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory
Factory to grab a template loader.
- Version:
- $Id: ResourceLoaderFactory.java 898032 2010-01-11 19:51:03Z nbubna $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceLoader
getLoader
(RuntimeServices rs, String loaderClassName) Gets the loader specified in the configuration file.
-
Constructor Details
-
ResourceLoaderFactory
public ResourceLoaderFactory()
-
-
Method Details
-
getLoader
Gets the loader specified in the configuration file.- Parameters:
rs
-loaderClassName
-- Returns:
- TemplateLoader
-