C# Class DotSmart.CoffeeScriptHandler

Inheritance: ScriptHandlerBase, IHttpHandler
Mostra file Open project: duncansmart/LessCoffee

Protected Methods

Method Description
GetFileDependencies ( string physicalFileName ) : IEnumerable
Render ( string physicalFileName, TextWriter output ) : void

Private Methods

Method Description
CoffeeScriptHandler ( ) : System
renderScript ( string scriptFileName, TextWriter output ) : void

Method Details

GetFileDependencies() protected method

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

Render() protected method

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