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 2001/10/22 03:53:25 jon 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 © 2003 Apache Software Foundation. All Rights Reserved.