C# 클래스 Apachai.StaticContentModule

상속: Manos.ManosModule
파일 보기 프로젝트 열기: garuma/apachai 1 사용 예제들

공개 메소드들

메소드 설명
Content ( IManosContext ctx ) : void
Content ( IManosContext ctx, string path ) : void
StaticContentModule ( ) : System
StaticContentModule ( string dir ) : System
StaticContentModule ( string dir, IEnumerable cacheExtensions, System.TimeSpan expireTime ) : System

비공개 메소드들

메소드 설명
GetEtagFromFile ( string path ) : string
InitFileSystemWatcher ( string dir ) : void
ValidFile ( string path ) : bool

메소드 상세

Content() 공개 메소드

public Content ( IManosContext ctx ) : void
ctx IManosContext
리턴 void

Content() 공개 메소드

public Content ( IManosContext ctx, string path ) : void
ctx IManosContext
path string
리턴 void

StaticContentModule() 공개 메소드

public StaticContentModule ( ) : System
리턴 System

StaticContentModule() 공개 메소드

public StaticContentModule ( string dir ) : System
dir string
리턴 System

StaticContentModule() 공개 메소드

public StaticContentModule ( string dir, IEnumerable cacheExtensions, System.TimeSpan expireTime ) : System
dir string
cacheExtensions IEnumerable
expireTime System.TimeSpan
리턴 System