|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateRenderer
A TemplateRenderer implementation is responsible for generating the actual response from request data and a template. A typical jsp implementation will simply forward the request to the jsp through request dispatcher, but anybody is free to bind a specific implementation to a template type.
Method Summary | |
---|---|
void |
renderTemplate(Content content,
Template template,
java.io.Writer out)
Generates the actual output using the selected template. |
void |
renderTemplate(Template template,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. since 4.0 |
Method Detail |
---|
void renderTemplate(Content content, Template template, java.io.Writer out) throws RenderException, java.io.IOException
RenderException
java.io.IOException
void renderTemplate(Template template, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
java.io.IOException
javax.servlet.ServletException
renderTemplate(info.magnolia.cms.core.Content, Template, java.io.Writer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |