info.magnolia.module.templating.engine
Interface RenderingEngine

All Known Implementing Classes:
DefaultRenderingEngine

public interface RenderingEngine

This is the central entry point to render any content.

Version:
$Id$
Author:
pbaerfuss

Method Summary
 void render(Content content, String definitionName, Writer out)
          Render the content by using the passed definition.
 void render(Content content, Writer out)
          Determines the definition to use from the passed content.
 

Method Detail

render

void render(Content content,
            Writer out)
            throws RenderException
Determines the definition to use from the passed content.

Throws:
RenderException

render

void render(Content content,
            String definitionName,
            Writer out)
            throws RenderException
Render the content by using the passed definition.

Throws:
RenderException


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