C# 클래스 Pretzel.Logic.Templating.Jekyll.LiquidEngine

상속: JekyllEngineBase
파일 보기 프로젝트 열기: Code52/pretzel

공개 메소드들

메소드 설명
Initialize ( ) : void
LiquidEngine ( ) : System

보호된 메소드들

메소드 설명
PreProcess ( ) : void
RenderTemplate ( string templateContents, Pretzel.Logic.Templating.Context.PageContext pageData ) : string

비공개 메소드들

메소드 설명
CreatePageData ( Pretzel.Logic.Templating.Context.PageContext pageContext ) : Hash

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LiquidEngine() 공개 메소드

public LiquidEngine ( ) : System
리턴 System

PreProcess() 보호된 메소드

protected PreProcess ( ) : void
리턴 void

RenderTemplate() 보호된 메소드

protected RenderTemplate ( string templateContents, Pretzel.Logic.Templating.Context.PageContext pageData ) : string
templateContents string
pageData Pretzel.Logic.Templating.Context.PageContext
리턴 string