|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletDelegationDispatcher
Used to dispatch requests to a delegate portlet window. Also provides information about the state of the delegate portlet window.
| Method Detail |
|---|
IPortletWindowId getPortletWindowId()
PortletDelegationLocatorDelegateState getDelegateState()
DelegationActionResponse doAction(ActionRequest actionRequest,
ActionResponse actionResponse)
throws IOException
doAction(ActionRequest, ActionResponse, DelegationRequest) with no DelegationRequest
data
IOExceptiondoAction(ActionRequest, ActionResponse, DelegationRequest)
DelegationActionResponse doAction(ActionRequest actionRequest,
ActionResponse actionResponse,
DelegationRequest delegationRequest)
throws IOException
actionRequest - The current portlet's action requestactionResponse - The current portlet's action responsedelegationRequest - The state to set for the delegate and the basis for generated URLs
IOException
DelegationResponse doRender(RenderRequest renderRequest,
RenderResponse renderResponse)
throws IOException
doRender(RenderRequest, RenderResponse, DelegationRequest, Writer) with no DelegationRequest
data and uses RenderResponse.getWriter() for the writer.,
IOExceptiondoRender(RenderRequest, RenderResponse, DelegationRequest, Writer)
DelegationResponse doRender(RenderRequest renderRequest,
RenderResponse renderResponse,
Writer writer)
throws IOException
doRender(RenderRequest, RenderResponse, DelegationRequest, Writer) with no DelegationRequest
data.
IOExceptiondoRender(RenderRequest, RenderResponse, DelegationRequest, Writer)
DelegationResponse doRender(RenderRequest renderRequest,
RenderResponse renderResponse,
DelegationRequest delegationRequest)
throws IOException
doRender(RenderRequest, RenderResponse, DelegationRequest, Writer) using
RenderResponse.getWriter() for the writer.,
IOExceptiondoRender(RenderRequest, RenderResponse, DelegationRequest, Writer)
DelegationResponse doRender(RenderRequest renderRequest,
RenderResponse renderResponse,
DelegationRequest delegationRequest,
Writer writer)
throws IOException
Writer
renderRequest - The current portlet's render requestrenderResponse - The current portlet's render responsedelegationRequest - The state to set for the delegate and the basis for generated URLswriter - The Writer to send all content from the delegate portlet to
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||