C# Class NVelocity.Runtime.Resource.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.
Inheritance: Resource
显示文件 Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Methods

Method Description
ContentResource ( ) : System

Default empty constructor

Process ( ) : bool

Pull in static content and store it. @exception ResourceNotFoundException Resource could not be found.

Method Details

ContentResource() public method

Default empty constructor
public ContentResource ( ) : System
return System

Process() public method

Pull in static content and store it. @exception ResourceNotFoundException Resource could not be found.
public Process ( ) : bool
return bool