C# Class Pretzel.Logic.Templating.Jekyll.LiquidEngine

Inheritance: JekyllEngineBase
Afficher le fichier Open project: Code52/pretzel

Méthodes publiques

Méthode Description
Initialize ( ) : void
LiquidEngine ( ) : System

Méthodes protégées

Méthode Description
PreProcess ( ) : void
RenderTemplate ( string templateContents, Pretzel.Logic.Templating.Context.PageContext pageData ) : string

Private Methods

Méthode Description
CreatePageData ( Pretzel.Logic.Templating.Context.PageContext pageContext ) : Hash

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LiquidEngine() public méthode

public LiquidEngine ( ) : System
Résultat System

PreProcess() protected méthode

protected PreProcess ( ) : void
Résultat void

RenderTemplate() protected méthode

protected RenderTemplate ( string templateContents, Pretzel.Logic.Templating.Context.PageContext pageData ) : string
templateContents string
pageData Pretzel.Logic.Templating.Context.PageContext
Résultat string