| Modifier and Type | Method and Description |
|---|---|
org.gatein.pc.api.spi.PortletInvocationContext |
ControllerContext.createPortletInvocationContext(String windowId,
PageNavigationalState pageNavigationalState)
Create a portlet invocation context for the specified window id.
|
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
PortletController.render(ControllerContext controllerContext,
List<javax.servlet.http.Cookie> cookies,
PageNavigationalState pageNavigationalState,
String windowId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String[]> |
StateControllerContextImpl.getPublicWindowNavigationalState(ControllerContext controller,
PageNavigationalState page,
String windowId) |
void |
StateControllerContextImpl.updatePublicNavigationalState(ControllerContext controller,
PageNavigationalState page,
String portletWindowId,
Map<String,String[]> update) |
| Modifier and Type | Field and Description |
|---|---|
protected PageNavigationalState |
PortletRequest.pageNavigationalState
.
|
| Modifier and Type | Method and Description |
|---|---|
PageNavigationalState |
PortletResourceRequest.getPageNavigationalState() |
PageNavigationalState |
PortletResourceRequest.PageScope.getPageNavigationalState() |
PageNavigationalState |
PortletRequest.getPageNavigationalState() |
abstract PageNavigationalState |
ControllerRequest.getPageNavigationalState()
Returns the page navigational state or null if that kind of request cannot have one.
|
| Constructor and Description |
|---|
PortletActionRequest(String windowId,
org.gatein.pc.api.StateString interactionState,
Map<String,String[]> bodyParameters,
WindowNavigationalState windowNavigationalState,
PageNavigationalState pageNavigationalState)
Build a new portlet action request.
|
PortletEventRequest(String windowId,
WindowNavigationalState windowNavigationalState,
PageNavigationalState pageNavigationalState,
QName name,
Serializable payload) |
PortletRenderRequest(String windowId,
WindowNavigationalState windowNavigationalState,
Map<String,String[]> publicNavigationalStateChanges,
PageNavigationalState pageNavigationalState) |
PortletResourceRequest.PageScope(WindowNavigationalState windowNavigationalState,
PageNavigationalState pageNavigationalState) |
| Modifier and Type | Method and Description |
|---|---|
PageNavigationalState |
PageUpdateResponse.getPageNavigationalState() |
| Constructor and Description |
|---|
PageUpdateResponse(org.gatein.pc.api.invocation.response.UpdateNavigationalStateResponse update,
org.gatein.pc.api.invocation.response.ResponseProperties properties,
PageNavigationalState pageNavigationalState,
int eventCycleStatus) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String[]> |
StateControllerContext.getPublicWindowNavigationalState(ControllerContext controller,
PageNavigationalState page,
String windowId)
Obtain the public navigational state of a portlet window.
|
void |
StateControllerContext.updatePublicNavigationalState(ControllerContext controller,
PageNavigationalState page,
String portletWindowId,
Map<String,String[]> update)
Update the public navigational state of a portlet window.
|
| Constructor and Description |
|---|
PageNavigationalState(PageNavigationalState original,
boolean modifiable) |
Copyright © 2003-2018 GateIn. All Rights Reserved.