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$
begin
void begin(Appendable out)
throws IOException,
info.magnolia.rendering.engine.RenderException
- Throws:
IOException
info.magnolia.rendering.engine.RenderException
end
void end(Appendable out)
throws IOException,
info.magnolia.rendering.engine.RenderException
- Throws:
IOException
info.magnolia.rendering.engine.RenderException
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.