C# Class DotSmart.ScriptHandlerBase

Inheritance: IHttpHandler
Afficher le fichier Open project: duncansmart/LessCoffee

Protected Properties

Свойство Type Description
CompileDate System.DateTime
NodeExe string

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Méthodes protégées

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

Private Methods

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

Method Details

ExportResourceIfNewer() protected static méthode

protected static ExportResourceIfNewer ( string fileName, byte resource ) : void
fileName string
resource byte
Résultat void

GetFileDependencies() protected méthode

protected GetFileDependencies ( string physicalFileName ) : IEnumerable
physicalFileName string
Résultat IEnumerable

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

Render() protected abstract méthode

protected abstract Render ( string physicalFileName, TextWriter output ) : void
physicalFileName string
output System.IO.TextWriter
Résultat void

Property Details

CompileDate protected_oe static_oe property

protected static DateTime,System CompileDate
Résultat System.DateTime

NodeExe protected_oe static_oe property

protected static string NodeExe
Résultat string