C# 클래스 Jade.JadeConfiguration

파일 보기 프로젝트 열기: rnrn/Jade4Net

보호된 프로퍼티들

프로퍼티 타입 설명
MAX_ENTRIES int

공개 메소드들

메소드 설명
JadeConfiguration ( ) : System
clearCache ( ) : void
getMode ( ) : Jade4Net.Mode
getSharedVariables ( ) : Object>.Dictionary
getTemplate ( String name ) : JadeTemplate
getTemplateLoader ( ) : TemplateLoader
isCaching ( ) : bool
isPrettyPrint ( ) : bool
removeFilter ( String name ) : void
renderTemplate ( JadeTemplate template, Object>.Dictionary model ) : String
renderTemplate ( JadeTemplate template, Object>.Dictionary model, TextWriter writer ) : void
setCaching ( bool cache ) : void
setFilter ( String name, Filter filter ) : void
setMode ( Jade4Net mode ) : void
setPrettyPrint ( bool prettyPrint ) : void
setSharedVariables ( Object>.Dictionary sharedVariables ) : void
setTemplateLoader ( TemplateLoader templateLoader ) : void
templateExists ( String url ) : bool

비공개 메소드들

메소드 설명
createTemplate ( String name ) : JadeTemplate

메소드 상세

JadeConfiguration() 공개 메소드

public JadeConfiguration ( ) : System
리턴 System

clearCache() 공개 메소드

public clearCache ( ) : void
리턴 void

getMode() 공개 메소드

public getMode ( ) : Jade4Net.Mode
리턴 Jade4Net.Mode

getSharedVariables() 공개 메소드

public getSharedVariables ( ) : Object>.Dictionary
리턴 Object>.Dictionary

getTemplate() 공개 메소드

public getTemplate ( String name ) : JadeTemplate
name String
리턴 JadeTemplate

getTemplateLoader() 공개 메소드

public getTemplateLoader ( ) : TemplateLoader
리턴 TemplateLoader

isCaching() 공개 메소드

public isCaching ( ) : bool
리턴 bool

isPrettyPrint() 공개 메소드

public isPrettyPrint ( ) : bool
리턴 bool

removeFilter() 공개 메소드

public removeFilter ( String name ) : void
name String
리턴 void

renderTemplate() 공개 메소드

public renderTemplate ( JadeTemplate template, Object>.Dictionary model ) : String
template JadeTemplate
model Object>.Dictionary
리턴 String

renderTemplate() 공개 메소드

public renderTemplate ( JadeTemplate template, Object>.Dictionary model, TextWriter writer ) : void
template JadeTemplate
model Object>.Dictionary
writer System.IO.TextWriter
리턴 void

setCaching() 공개 메소드

public setCaching ( bool cache ) : void
cache bool
리턴 void

setFilter() 공개 메소드

public setFilter ( String name, Filter filter ) : void
name String
filter Filter
리턴 void

setMode() 공개 메소드

public setMode ( Jade4Net mode ) : void
mode Jade4Net
리턴 void

setPrettyPrint() 공개 메소드

public setPrettyPrint ( bool prettyPrint ) : void
prettyPrint bool
리턴 void

setSharedVariables() 공개 메소드

public setSharedVariables ( Object>.Dictionary sharedVariables ) : void
sharedVariables Object>.Dictionary
리턴 void

setTemplateLoader() 공개 메소드

public setTemplateLoader ( TemplateLoader templateLoader ) : void
templateLoader TemplateLoader
리턴 void

templateExists() 공개 메소드

public templateExists ( String url ) : bool
url String
리턴 bool

프로퍼티 상세

MAX_ENTRIES 보호되어 있는 정적으로 프로퍼티

protected static int MAX_ENTRIES
리턴 int