C# Class DotSmart.ScriptHandlerBase

Inheritance: IHttpHandler
Mostra file Open project: duncansmart/LessCoffee

Protected Properties

Property Type Description
CompileDate System.DateTime
NodeExe string

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Protected Methods

Method Description
ExportResourceIfNewer ( string fileName, byte resource ) : void
GetFileDependencies ( string physicalFileName ) : IEnumerable
Render ( string physicalFileName, TextWriter output ) : void

Private Methods

Method Description
ScriptHandlerBase ( ) : System
cacheProfileExists ( string cacheProfileName ) : bool
extractNodeJs ( ) : void
getCacheParams ( ) : System.Web.UI.OutputCacheParameters

Method Details

ExportResourceIfNewer() protected static method

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

GetFileDependencies() protected method

protected GetFileDependencies ( string physicalFileName ) : IEnumerable
physicalFileName string
return IEnumerable

ProcessRequest() public method

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

Render() protected abstract method

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

Property Details

CompileDate protected_oe static_oe property

protected static DateTime,System CompileDate
return System.DateTime

NodeExe protected_oe static_oe property

protected static string NodeExe
return string