Uses of Class
org.gatein.pc.controller.state.PageNavigationalState
-
-
Uses of PageNavigationalState in org.gatein.pc.controller
Methods in org.gatein.pc.controller with parameters of type PageNavigationalState Modifier and Type Method Description org.gatein.pc.api.spi.PortletInvocationContextControllerContext. createPortletInvocationContext(String windowId, PageNavigationalState pageNavigationalState)Create a portlet invocation context for the specified window id.org.gatein.pc.api.invocation.response.PortletInvocationResponsePortletController. render(ControllerContext controllerContext, List<javax.servlet.http.Cookie> cookies, PageNavigationalState pageNavigationalState, String windowId) -
Uses of PageNavigationalState in org.gatein.pc.controller.impl.state
Methods in org.gatein.pc.controller.impl.state with parameters of type PageNavigationalState Modifier and Type Method Description Map<String,String[]>StateControllerContextImpl. getPublicWindowNavigationalState(ControllerContext controller, PageNavigationalState page, String windowId)voidStateControllerContextImpl. updatePublicNavigationalState(ControllerContext controller, PageNavigationalState page, String portletWindowId, Map<String,String[]> update) -
Uses of PageNavigationalState in org.gatein.pc.controller.request
Fields in org.gatein.pc.controller.request declared as PageNavigationalState Modifier and Type Field Description protected PageNavigationalStatePortletRequest. pageNavigationalState.Methods in org.gatein.pc.controller.request that return PageNavigationalState Modifier and Type Method Description abstract PageNavigationalStateControllerRequest. getPageNavigationalState()Returns the page navigational state or null if that kind of request cannot have one.PageNavigationalStatePortletRequest. getPageNavigationalState()PageNavigationalStatePortletResourceRequest. getPageNavigationalState()PageNavigationalStatePortletResourceRequest.PageScope. getPageNavigationalState()Constructors in org.gatein.pc.controller.request with parameters of type PageNavigationalState Constructor Description PageScope(WindowNavigationalState windowNavigationalState, PageNavigationalState pageNavigationalState)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) -
Uses of PageNavigationalState in org.gatein.pc.controller.response
Methods in org.gatein.pc.controller.response that return PageNavigationalState Modifier and Type Method Description PageNavigationalStatePageUpdateResponse. getPageNavigationalState()Constructors in org.gatein.pc.controller.response with parameters of type PageNavigationalState Constructor Description PageUpdateResponse(org.gatein.pc.api.invocation.response.UpdateNavigationalStateResponse update, org.gatein.pc.api.invocation.response.ResponseProperties properties, PageNavigationalState pageNavigationalState, int eventCycleStatus) -
Uses of PageNavigationalState in org.gatein.pc.controller.state
Methods in org.gatein.pc.controller.state with parameters of type PageNavigationalState Modifier and Type Method Description Map<String,String[]>StateControllerContext. getPublicWindowNavigationalState(ControllerContext controller, PageNavigationalState page, String windowId)Obtain the public navigational state of a portlet window.voidStateControllerContext. updatePublicNavigationalState(ControllerContext controller, PageNavigationalState page, String portletWindowId, Map<String,String[]> update)Update the public navigational state of a portlet window.Constructors in org.gatein.pc.controller.state with parameters of type PageNavigationalState Constructor Description PageNavigationalState(PageNavigationalState original, boolean modifiable)
-