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