|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A ManagedRenderer is a controller used, in conjunction with RenderManager, to construct a correctly ordered response to a PortletRenderRequest. Such a response must do any protocol specific
preparation before rendering the portlet's contents.
Unless rendering for the default page, a ManagedRenderer's response corresponds to a single render mode.
| Method Summary | |
java.lang.String |
getContentType()
Gets the MIME type to be used as the content type for this renderer's pages. |
boolean |
prepareResponse(PortletRenderRequest pr)
Performs any protocol specific preparation that is needed before the render modes's contents are rendered. |
void |
renderBody(PortletRenderRequest pr)
Performs the steps necessary to render the portlet's contents for this specific PortletRenderRequest. |
| Method Detail |
public java.lang.String getContentType()
public boolean prepareResponse(PortletRenderRequest pr)
throws PortletException
pr - a PortletRenderRequest
public void renderBody(PortletRenderRequest pr)
throws PortletException
PortletRenderRequest. If this ManagedRenderer is
rendering for the default page, this method should be able to
render contents for all remaining supported modes.pr - a PortletRenderRequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||