Package org.gatein.pc.test.controller
Class PageRenderer
java.lang.Object
org.gatein.pc.test.controller.AbstractMarkupRenderer
org.gatein.pc.test.controller.PageRenderer
- All Implemented Interfaces:
Renderer
- Version:
- $Revision: 9748 $
- Author:
- Chris Laprun
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<org.gatein.pc.api.invocation.response.ErrorResponse> protected FragmentRendererprotected List<org.gatein.pc.api.invocation.response.ContentResponse> protected org.gatein.pc.controller.state.PageNavigationalStateFields inherited from class org.gatein.pc.test.controller.AbstractMarkupRenderer
properties -
Constructor Summary
ConstructorsConstructorDescriptionPageRenderer(org.gatein.pc.api.invocation.response.ResponseProperties properties, org.gatein.pc.controller.state.PageNavigationalState pageNavigationalState) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprepareRendering(RendererContext context) protected voidrenderContent(jakarta.servlet.http.HttpServletResponse resp) voidsetFragmentRenderer(FragmentRenderer fragmentRenderer) Methods inherited from class org.gatein.pc.test.controller.AbstractMarkupRenderer
render
-
Field Details
-
fragmentRenderer
-
fragments
-
errors
-
-
Constructor Details
-
Method Details
-
setFragmentRenderer
-
renderContent
- Specified by:
renderContentin classAbstractMarkupRenderer- Throws:
IOException
-
prepareRendering
- Overrides:
prepareRenderingin classAbstractMarkupRenderer
-