NVelocity.Runtime.Resource.Loader
Class ResourceLoaderFactory

Factory to grab a template loader.

Constructor Summary
ResourceLoaderFactory()
        Initializes a new instance of the ResourceLoaderFactory class.

Method Summary
NVelocity.Runtime.Resource.Loader.ResourceLoader getLoader(NVelocity.Runtime.RuntimeServices rs, string loaderClassName)
         Gets the loader specified in the configuration file.

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

ResourceLoaderFactory

public ResourceLoaderFactory()

Initializes a new instance of the ResourceLoaderFactory class.

Method Detail

getLoader

public NVelocity.Runtime.Resource.Loader.ResourceLoader getLoader(NVelocity.Runtime.RuntimeServices rs,
                                                                 string loaderClassName)

Gets the loader specified in the configuration file.

Returns:
TemplateLoader