C# (CSharp) NVelocity.Runtime.Resource Namespace

Nested Namespaces

NVelocity.Runtime.Resource.Loader

Classes

Name Description
ContentResource This class represent a general text resource that may have been retrieved from any number of possible sources. Also of interest is Velocity's {@link org.apache.velocity.Template} Resource.
Resource This class represent a general text resource that may have been retrieved from any number of possible sources.
ResourceCacheImpl Default implementation of the resource cache for the default ResourceManager. The cache uses a least recently used (LRU) algorithm, with a maximum size specified via the resource.manager.cache.size property (identified by the {@link org.apache.velocity.runtime.RuntimeConstants#RESOURCE_MANAGER_CACHE_SIZE} constant). This property get be set to 0 or less for a greedy, unbounded cache (the behavior from pre-v1.5). *
ResourceFactory Class responsible for instantiating Resource objects, given name and type. *
ResourceManagerImpl Class to manage the text resource for the Velocity Runtime.