Uses of Interface
org.gatein.pc.controller.ControllerContext
Packages that use ControllerContext
Package
Description
-
Uses of ControllerContext in org.gatein.pc.controller
Methods in org.gatein.pc.controller with parameters of type ControllerContextModifier and TypeMethodDescriptionPortletController.process(ControllerContext controllerContext, ControllerRequest controllerRequest) org.gatein.pc.api.invocation.response.PortletInvocationResponsePortletController.render(ControllerContext controllerContext, List<jakarta.servlet.http.Cookie> cookies, PageNavigationalState pageNavigationalState, String windowId) -
Uses of ControllerContext in org.gatein.pc.controller.impl
Classes in org.gatein.pc.controller.impl that implement ControllerContext -
Uses of ControllerContext in org.gatein.pc.controller.impl.state
Methods in org.gatein.pc.controller.impl.state with parameters of type ControllerContextModifier and TypeMethodDescriptionStateControllerContextImpl.getPublicWindowNavigationalState(ControllerContext controller, PageNavigationalState page, String windowId) voidStateControllerContextImpl.updatePublicNavigationalState(ControllerContext controller, PageNavigationalState page, String portletWindowId, Map<String, String[]> update) -
Uses of ControllerContext in org.gatein.pc.controller.request
Methods in org.gatein.pc.controller.request with parameters of type ControllerContextModifier and TypeMethodDescriptionabstract org.gatein.pc.api.invocation.response.PortletInvocationResponseControllerRequest.invoke(ControllerContext controllerContext) org.gatein.pc.api.invocation.response.PortletInvocationResponsePortletActionRequest.invoke(ControllerContext context) org.gatein.pc.api.invocation.response.PortletInvocationResponsePortletEventRequest.invoke(ControllerContext controllerContext) org.gatein.pc.api.invocation.response.PortletInvocationResponsePortletRenderRequest.invoke(ControllerContext controllerContext) org.gatein.pc.api.invocation.response.PortletInvocationResponsePortletResourceRequest.invoke(ControllerContext context) -
Uses of ControllerContext in org.gatein.pc.controller.state
Methods in org.gatein.pc.controller.state with parameters of type ControllerContextModifier and TypeMethodDescriptionStateControllerContext.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.