C# Class NVelocity.Runtime.Resource.Loader.ResourceLoaderFactory

Factory to grab a template loader.
Datei anzeigen Open project: rasmus-toftdahl-olesen/NVelocity

Public Methods

Method Description
getLoader ( IRuntimeServices rs, String loaderClassName ) : ResourceLoader

Gets the loader specified in the configuration file.

Method Details

getLoader() public static method

Gets the loader specified in the configuration file.
public static getLoader ( IRuntimeServices rs, String loaderClassName ) : ResourceLoader
rs IRuntimeServices
loaderClassName String
return ResourceLoader