info.magnolia.templating.elements
Interface TemplatingElement

All Known Implementing Classes:
AbstractContentTemplatingElement, AbstractTemplatingElement, AreaElement, ComponentElement, InitElement

public interface TemplatingElement

Templating elements implement basic building blocks for template scripts. They are exposed as for use in templating engines; see the freemarker and jsp sub-packages.

Version:
$Id$

Method Summary
 void begin(Appendable out)
           
 void end(Appendable out)
           
 

Method Detail

begin

void begin(Appendable out)
           throws IOException,
                  RenderException
Throws:
IOException
RenderException

end

void end(Appendable out)
         throws IOException,
                RenderException
Throws:
IOException
RenderException


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.