|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.portal.provider.v2.render.ManagedRenderer
public abstract class ManagedRenderer
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.
| Constructor Summary | |
|---|---|
ManagedRenderer()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getContentType()
Gets the MIME type to be used as the content type for this renderer's pages. |
abstract boolean |
prepareResponse(PortletRenderRequest pr)
Performs any protocol specific preparation that is needed before the render modes's contents are rendered. |
abstract void |
renderBody(PortletRenderRequest pr)
Performs the steps necessary to render the portlet's contents for this specific PortletRenderRequest. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManagedRenderer()
| Method Detail |
|---|
public abstract java.lang.String getContentType()
public abstract boolean prepareResponse(PortletRenderRequest pr)
throws PortletException
pr - a PortletRenderRequest
PortletException
public abstract 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
PortletException
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||