public final class Engine extends java.lang.Object implements Template.Processor
Constructor and Description |
---|
Engine(EngineContext context) |
Modifier and Type | Method and Description |
---|---|
void |
defineExceptionHandler(ExceptionHandler handler) |
void |
finish() |
void |
process(Template.Section section,
Block block) |
public Engine(EngineContext context)
public void process(Template.Section section, Block block)
process
in interface Template.Processor
public void defineExceptionHandler(ExceptionHandler handler)
defineExceptionHandler
in interface Template.Processor
public void finish()
finish
in interface Template.Processor