| Package | Description |
|---|---|
| org.gatein.pc.controller | |
| org.gatein.pc.controller.impl | |
| org.gatein.pc.controller.impl.state | |
| org.gatein.pc.controller.request | |
| org.gatein.pc.controller.state |
| Modifier and Type | Method and Description |
|---|---|
ControllerResponse |
PortletController.process(ControllerContext controllerContext,
ControllerRequest controllerRequest) |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
PortletController.render(ControllerContext controllerContext,
List<javax.servlet.http.Cookie> cookies,
PageNavigationalState pageNavigationalState,
String windowId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractControllerContext |
| 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 | Method and Description |
|---|---|
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
PortletRenderRequest.invoke(ControllerContext controllerContext) |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
PortletEventRequest.invoke(ControllerContext controllerContext) |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
PortletActionRequest.invoke(ControllerContext context) |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
PortletResourceRequest.invoke(ControllerContext context) |
abstract org.gatein.pc.api.invocation.response.PortletInvocationResponse |
ControllerRequest.invoke(ControllerContext controllerContext) |
| 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.
|
Copyright © 2003-2017 GateIn. All Rights Reserved.