org.apache.velocity.runtime.resource
Class ResourceFactory

java.lang.Object
  extended by org.apache.velocity.runtime.resource.ResourceFactory

public class ResourceFactory
extends Object

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

Version:
$Id: ResourceFactory.java 191743 2005-06-21 23:22:20Z dlr $
Author:
Jason van Zyl, Geir Magnusson Jr.

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

Constructor Detail

ResourceFactory

public ResourceFactory()
Method Detail

getResource

public static Resource getResource(String resourceName,
                                   int resourceType)


Copyright © 2002 Apache Software Foundation. All Rights Reserved.