|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RenderingEngine
public interface RenderingEngine
This is the central entry point to render any content.
Method Summary | |
---|---|
void |
render(info.magnolia.cms.core.Content content,
String definitionName,
Writer out)
Deprecated. Render the content by using the passed definition . |
void |
render(info.magnolia.cms.core.Content content,
Writer out)
Deprecated. Determines the definition to use from the passed content. |
Method Detail |
---|
void render(info.magnolia.cms.core.Content content, Writer out) throws RenderException
definition
to use from the passed content.
RenderException
void render(info.magnolia.cms.core.Content content, String definitionName, Writer out) throws RenderException
definition
.
RenderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |