C# 클래스 DotSmart.ScriptHandlerBase

상속: IHttpHandler
파일 보기 프로젝트 열기: duncansmart/LessCoffee

보호된 프로퍼티들

프로퍼티 타입 설명
CompileDate System.DateTime
NodeExe string

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void

보호된 메소드들

메소드 설명
ExportResourceIfNewer ( string fileName, byte resource ) : void
GetFileDependencies ( string physicalFileName ) : IEnumerable
Render ( string physicalFileName, TextWriter output ) : void

비공개 메소드들

메소드 설명
ScriptHandlerBase ( ) : System
cacheProfileExists ( string cacheProfileName ) : bool
extractNodeJs ( ) : void
getCacheParams ( ) : System.Web.UI.OutputCacheParameters

메소드 상세

ExportResourceIfNewer() 보호된 정적인 메소드

protected static ExportResourceIfNewer ( string fileName, byte resource ) : void
fileName string
resource byte
리턴 void

GetFileDependencies() 보호된 메소드

protected GetFileDependencies ( string physicalFileName ) : IEnumerable
physicalFileName string
리턴 IEnumerable

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

Render() 보호된 추상적인 메소드

protected abstract Render ( string physicalFileName, TextWriter output ) : void
physicalFileName string
output System.IO.TextWriter
리턴 void

프로퍼티 상세

CompileDate 보호되어 있는 정적으로 프로퍼티

protected static DateTime,System CompileDate
리턴 System.DateTime

NodeExe 보호되어 있는 정적으로 프로퍼티

protected static string NodeExe
리턴 string