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
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Default empty constructor
public ContentResource ( ) : System
Résultat System

Process() public méthode

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