Package org.gatein.pc.test.controller
Class AbstractMarkupRenderer
java.lang.Object
org.gatein.pc.test.controller.AbstractMarkupRenderer
- All Implemented Interfaces:
Renderer
- Direct Known Subclasses:
PageRenderer,ResourceRenderer
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.gatein.pc.api.invocation.response.ResponseProperties. -
Constructor Summary
ConstructorsConstructorDescriptionAbstractMarkupRenderer(org.gatein.pc.api.invocation.response.ResponseProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprepareRendering(RendererContext context) voidrender(RendererContext context) protected abstract voidrenderContent(jakarta.servlet.http.HttpServletResponse resp)
-
Field Details
-
properties
protected org.gatein.pc.api.invocation.response.ResponseProperties properties.
-
-
Constructor Details
-
AbstractMarkupRenderer
public AbstractMarkupRenderer(org.gatein.pc.api.invocation.response.ResponseProperties properties)
-
-
Method Details
-
render
- Specified by:
renderin interfaceRenderer- Throws:
IOException
-
renderContent
protected abstract void renderContent(jakarta.servlet.http.HttpServletResponse resp) throws IOException - Throws:
IOException
-
prepareRendering
-