NVelocity.Http.Resource.Loader
Class WebappLoader

a resource loader for use with web applications, sets up the path list with the physical application path.

Field Summary
System.Web.HttpContext httpContext

Fields inherited from class NVelocity.Runtime.Resource.Loader.FileResourceLoader
paths, templatePaths

Fields inherited from class NVelocity.Runtime.Resource.Loader.ResourceLoader
className, isCachingOn_Renamed_Field, modificationCheckInterval, rsvc

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

Properties inherited from class NVelocity.Runtime.Resource.Loader.ResourceLoader
CachingOn, ClassName, ModificationCheckInterval

Method Summary
void init(Commons.Collections.ExtendedProperties configuration)
         This is abstract in the base class, so we need it

Methods inherited from class NVelocity.Runtime.Resource.Loader.FileResourceLoader
getLastModified, getResourceStream, isSourceModified

Methods inherited from class NVelocity.Runtime.Resource.Loader.ResourceLoader
commonInit, isCachingOn

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


Field Detail

httpContext

protected internal System.Web.HttpContext httpContext

Constructor Detail

WebappLoader

public WebappLoader()

Initializes a new instance of the WebappLoader class.

Method Detail

init

public void init(Commons.Collections.ExtendedProperties configuration)

This is abstract in the base class, so we need it