C# 클래스 SenseNet.Portal.Handlers.TinyMCEGzipHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명
CreateOrModifyCacheFile void
LoadCacheFile void
ProcessJavaScriptSources void
ProcessParams void
SetCacheInfo void
SetCacheValues void
SetEncoding void
SetHeaders void
WriteDatas void
WriteTinyMCESource void
WriteWithoutCache void

공개 메소드들

메소드 설명
GetFileContents ( string path ) : string
GetParam ( string name, string def ) : string
MD5 ( string str ) : string
ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
CreateOrModifyCacheFile ( BinaryData cacheBinary, bool compress ) : void
LoadCacheFile ( HttpContext context ) : void
ProcessJavaScriptSources ( ) : void
ProcessParams ( HttpContext context ) : void
SetCacheInfo ( ) : void
SetCacheValues ( HttpContext context ) : void
SetEncoding ( HttpContext context ) : void
SetHeaders ( HttpContext context ) : void
WriteDatas ( HttpContext context, BinaryData cacheBinary ) : void
WriteTinyMCESource ( HttpContext context ) : void
WriteWithoutCache ( HttpContext context ) : void

메소드 상세

GetFileContents() 공개 메소드

public GetFileContents ( string path ) : string
path string
리턴 string

GetParam() 공개 메소드

public GetParam ( string name, string def ) : string
name string
def string
리턴 string

MD5() 공개 메소드

public MD5 ( string str ) : string
str string
리턴 string

ProcessRequest() 공개 메소드

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