org.teatrove.tea.engine
Interface TeaExecutionEngine
- All Known Implementing Classes:
- SimpleTeaEngine
public interface TeaExecutionEngine
Implementations of this interface will provide a simplified means of using
tea in other programs.
- Author:
- Jonathan Colwell
init
void init(TeaEngineConfig config)
getTemplateSource
TemplateSource getTemplateSource()
executeTemplate
void executeTemplate(String templateName,
Object contextParameter,
Object[] templateParameters)
throws Exception
- Throws:
Exception
Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.