C# Class SenseNet.Portal.Handlers.TinyMCEGzipHandler

Inheritance: IHttpHandler
显示文件 Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
CreateOrModifyCacheFile void
LoadCacheFile void
ProcessJavaScriptSources void
ProcessParams void
SetCacheInfo void
SetCacheValues void
SetEncoding void
SetHeaders void
WriteDatas void
WriteTinyMCESource void
WriteWithoutCache void

Public Methods

Method Description
GetFileContents ( string path ) : string
GetParam ( string name, string def ) : string
MD5 ( string str ) : string
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
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

Method Details

GetFileContents() public method

public GetFileContents ( string path ) : string
path string
return string

GetParam() public method

public GetParam ( string name, string def ) : string
name string
def string
return string

MD5() public method

public MD5 ( string str ) : string
str string
return string

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void