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