org.apache.velocity.runtime.resource.loader
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,v 1.4 2001/03/20 01:39:31 jon Exp $
Author:
Jason van Zyl

Constructor Summary
ResourceLoaderFactory()
           
 
Method Summary
static ResourceLoader getLoader(java.lang.String loaderClassName)
          Gets the loader specified in the configuration file.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ResourceLoaderFactory

public ResourceLoaderFactory()
Method Detail

getLoader

public static ResourceLoader getLoader(java.lang.String loaderClassName)
                                throws java.lang.Exception
Gets the loader specified in the configuration file.
Returns:
TemplateLoader


Copyright © 2001 Apache Software Foundation. All Rights Reserved.