C# Class NVelocity.Runtime.Resource.Loader.AssemblyRelativeResourceLoader

Inheritance: ResourceLoader
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity

Méthodes publiques

Méthode Description
GetLastModified ( Util.Resource resource ) : long

Get the last modified time of the InputStream source that was used to create the template. We need the template here because we have to extract the name of the template in order to locate the InputStream source.

GetResourceStream ( String templateName ) : Stream

Get the InputStream that the Runtime will parse to create a template.

Init ( ExtendedProperties configuration ) : void

Initialize the template loader with a a resources class.

IsSourceModified ( Util.Resource resource ) : bool

Given a template, check to see if the source of InputStream has been modified.

Method Details

GetLastModified() public méthode

Get the last modified time of the InputStream source that was used to create the template. We need the template here because we have to extract the name of the template in order to locate the InputStream source.
public GetLastModified ( Util.Resource resource ) : long
resource Util.Resource
Résultat long

GetResourceStream() public méthode

Get the InputStream that the Runtime will parse to create a template.
public GetResourceStream ( String templateName ) : Stream
templateName String
Résultat Stream

Init() public méthode

Initialize the template loader with a a resources class.
public Init ( ExtendedProperties configuration ) : void
configuration Commons.Collections.ExtendedProperties
Résultat void

IsSourceModified() public méthode

Given a template, check to see if the source of InputStream has been modified.
public IsSourceModified ( Util.Resource resource ) : bool
resource Util.Resource
Résultat bool