C# Class Castle.MonoRail.Framework.Views.NVelocity.ResourceLoaderAdapter

Inheritance: NVelocity.Runtime.Resource.Loader.ResourceLoader
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
GetLastModified ( NVelocity.Runtime.Resource.Resource resource ) : long
GetResourceStream ( string source ) : Stream
Init ( ExtendedProperties configuration ) : void
IsSourceModified ( NVelocity.Runtime.Resource.Resource resource ) : bool
ResourceLoaderAdapter ( IViewSourceLoader sourceLoader )

Private Methods

Méthode Description
GetViewSource ( String templateName ) : IViewSource

Method Details

GetLastModified() public méthode

public GetLastModified ( NVelocity.Runtime.Resource.Resource resource ) : long
resource NVelocity.Runtime.Resource.Resource
Résultat long

GetResourceStream() public méthode

public GetResourceStream ( string source ) : Stream
source string
Résultat Stream

Init() public méthode

public Init ( ExtendedProperties configuration ) : void
configuration Commons.Collections.ExtendedProperties
Résultat void

IsSourceModified() public méthode

public IsSourceModified ( NVelocity.Runtime.Resource.Resource resource ) : bool
resource NVelocity.Runtime.Resource.Resource
Résultat bool

ResourceLoaderAdapter() public méthode

public ResourceLoaderAdapter ( IViewSourceLoader sourceLoader )
sourceLoader IViewSourceLoader