C# Class Jade.Template.ClasspathTemplateLoader

Inheritance: TemplateLoader
Show file Open project: rnrn/Jade4Net

Public Methods

Method Description
GetPath ( ) : string
getEncoding ( ) : String
getLastModified ( String name ) : long
getReader ( String name ) : TextReader
setEncoding ( String encoding ) : void

Method Details

GetPath() public method

public GetPath ( ) : string
return string

getEncoding() public method

public getEncoding ( ) : String
return String

getLastModified() public method

public getLastModified ( String name ) : long
name String
return long

getReader() public method

public getReader ( String name ) : TextReader
name String
return System.IO.TextReader

setEncoding() public method

public setEncoding ( String encoding ) : void
encoding String
return void