| Package | Description |
|---|---|
| org.gatein.wsrp.consumer.handlers |
| Modifier and Type | Method and Description |
|---|---|
protected PerformBlockingInteraction |
ActionHandler.prepareRequest(InvocationHandler.RequestPrecursor<org.gatein.pc.api.invocation.ActionInvocation> requestPrecursor,
org.gatein.pc.api.invocation.ActionInvocation invocation) |
protected HandleEvents |
EventHandler.prepareRequest(InvocationHandler.RequestPrecursor<org.gatein.pc.api.invocation.EventInvocation> requestPrecursor,
org.gatein.pc.api.invocation.EventInvocation invocation) |
protected abstract Request |
InvocationHandler.prepareRequest(InvocationHandler.RequestPrecursor<Invocation> requestPrecursor,
Invocation invocation)
Created and further prepares the specific requests based on common extracted information from the specified RequestPrecursor and the originating portlet invocation.
|
protected GetMarkup |
RenderHandler.prepareRequest(InvocationHandler.RequestPrecursor<org.gatein.pc.api.invocation.RenderInvocation> requestPrecursor,
org.gatein.pc.api.invocation.RenderInvocation invocation) |
protected GetResource |
ResourceHandler.prepareRequest(InvocationHandler.RequestPrecursor<org.gatein.pc.api.invocation.ResourceInvocation> requestPrecursor,
org.gatein.pc.api.invocation.ResourceInvocation invocation) |
protected org.gatein.pc.api.invocation.response.PortletInvocationResponse |
ActionHandler.processResponse(BlockingInteractionResponse response,
org.gatein.pc.api.invocation.ActionInvocation invocation,
InvocationHandler.RequestPrecursor<org.gatein.pc.api.invocation.ActionInvocation> requestPrecursor) |
protected org.gatein.pc.api.invocation.response.PortletInvocationResponse |
EventHandler.processResponse(HandleEventsResponse response,
org.gatein.pc.api.invocation.EventInvocation invocation,
InvocationHandler.RequestPrecursor<org.gatein.pc.api.invocation.EventInvocation> requestPrecursor) |
protected abstract org.gatein.pc.api.invocation.response.PortletInvocationResponse |
InvocationHandler.processResponse(Response response,
Invocation invocation,
InvocationHandler.RequestPrecursor<Invocation> requestPrecursor)
Converts the WSRP response into a portlet container
PortletInvocationResponse based on its type and on whether other WSRP components need to be informed of potential
changes from the producer. |
protected org.gatein.pc.api.invocation.response.PortletInvocationResponse |
MimeResponseHandler.processResponse(Response response,
Invocation invocation,
InvocationHandler.RequestPrecursor<Invocation> requestPrecursor) |
protected org.gatein.pc.api.invocation.response.UpdateNavigationalStateResponse |
NavigationalStateUpdatingHandler.processUpdateResponse(Invocation invocation,
InvocationHandler.RequestPrecursor<Invocation> requestPrecursor,
UpdateResponse updateResponse,
Response wsrpResponse) |
Copyright © 2006-2014 GateIn. All Rights Reserved.