C# Class Simple.NVelocity.NVelocityMemoryEngine

Inheritance: NVelocity.App.VelocityEngine
ファイルを表示 Open project: juanplopes/pilgrim

Public Methods

Method Description
NVelocityMemoryEngine ( bool cacheTemplate ) : System
Process ( IContext context, string template ) : string
Process ( IContext context, TextWriter writer, string template ) : void

Method Details

NVelocityMemoryEngine() public method

public NVelocityMemoryEngine ( bool cacheTemplate ) : System
cacheTemplate bool
return System

Process() public method

public Process ( IContext context, string template ) : string
context IContext
template string
return string

Process() public method

public Process ( IContext context, TextWriter writer, string template ) : void
context IContext
writer System.IO.TextWriter
template string
return void