NVelocity.Runtime.Resource
Class ContentResource

This class represent a general text resource that may have been retrieved from any number of possible sources. *

Fields inherited from class NVelocity.Runtime.Resource.Resource
data, encoding, lastModified, modificationCheckInterval, name, nextCheck, resourceLoader, rsvc

Constructor Summary
ContentResource()
        Default empty constructor

Properties inherited from class NVelocity.Runtime.Resource.Resource
Data, Encoding, LastModified, ModificationCheckInterval, Name, ResourceLoader, RuntimeServices

Method Summary
bool Process()
        Pull in static content and store it

Methods inherited from class NVelocity.Runtime.Resource.Resource
IsSourceModified, RequiresChecking, Touch

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


Constructor Detail

ContentResource

public ContentResource()

Default empty constructor

Method Detail

Process

public bool Process()

Pull in static content and store it