org.apache.velocity.runtime.resource
Class ResourceFactory

java.lang.Object
  |
  +--org.apache.velocity.runtime.resource.ResourceFactory

public class ResourceFactory
extends java.lang.Object

Class responsible for instantiating Resource objects, given name and type.

Version:
$Id: ResourceFactory.java,v 1.5.8.1 2004/03/03 23:23:01 geirm Exp $
Author:
Jason van Zyl, Geir Magnusson Jr.

Constructor Summary
ResourceFactory()
           
 
Method Summary
static Resource getResource(java.lang.String resourceName, int resourceType)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ResourceFactory

public ResourceFactory()
Method Detail

getResource

public static Resource getResource(java.lang.String resourceName,
                                   int resourceType)


Copyright © 2002 Apache Software Foundation. All Rights Reserved.