C# 클래스 Simple.NVelocity.NVelocityMemoryEngine

상속: NVelocity.App.VelocityEngine
파일 보기 프로젝트 열기: juanplopes/pilgrim

공개 메소드들

메소드 설명
NVelocityMemoryEngine ( bool cacheTemplate ) : System
Process ( IContext context, string template ) : string
Process ( IContext context, TextWriter writer, string template ) : void

메소드 상세

NVelocityMemoryEngine() 공개 메소드

public NVelocityMemoryEngine ( bool cacheTemplate ) : System
cacheTemplate bool
리턴 System

Process() 공개 메소드

public Process ( IContext context, string template ) : string
context IContext
template string
리턴 string

Process() 공개 메소드

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