From: Tim P. <ti...@pa...> - 2004-03-02 12:22:38
|
On Tuesday 02 March 2004 10:30 am, Tim Pizey wrote: > > The Melati Template interface: > > public interface Template { > void write(MelatiWriter out, TemplateContext templateContext, > TemplateEngine engine) throws TemplateEngineExcepti= on; > } > > This works for Velocity, old WebMacro and JTemplater and probably other= s. As I (don't) understand it by removing the Writer layer you have removed = the=20 ability to buffer, which is vital if you are to use sub-templates (temple= ts). TimP |