Class ResourceLoaderFactory
java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory
Factory to grab a template loader.
- Version:
- $Id$
- Author:
- Jason van Zyl
-
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
-