C# 클래스 Castle.MonoRail.Framework.Views.NVelocity.ResourceLoaderAdapter

상속: NVelocity.Runtime.Resource.Loader.ResourceLoader
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
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 )

비공개 메소드들

메소드 설명
GetViewSource ( String templateName ) : IViewSource

메소드 상세

GetLastModified() 공개 메소드

public GetLastModified ( NVelocity.Runtime.Resource.Resource resource ) : long
resource NVelocity.Runtime.Resource.Resource
리턴 long

GetResourceStream() 공개 메소드

public GetResourceStream ( string source ) : Stream
source string
리턴 Stream

Init() 공개 메소드

public Init ( ExtendedProperties configuration ) : void
configuration Commons.Collections.ExtendedProperties
리턴 void

IsSourceModified() 공개 메소드

public IsSourceModified ( NVelocity.Runtime.Resource.Resource resource ) : bool
resource NVelocity.Runtime.Resource.Resource
리턴 bool

ResourceLoaderAdapter() 공개 메소드

public ResourceLoaderAdapter ( IViewSourceLoader sourceLoader )
sourceLoader IViewSourceLoader