public interface ControllerContext
| Modifier and Type | Method and Description |
|---|---|
org.gatein.pc.api.spi.PortletInvocationContext |
createPortletInvocationContext(String windowId,
PageNavigationalState pageNavigationalState)
Create a portlet invocation context for the specified window id.
|
EventControllerContext |
getEventControllerContext() |
org.gatein.pc.api.info.PortletInfo |
getPortletInfo(String windowId)
Returns the portet info for a specified window.
|
StateControllerContext |
getStateControllerContext() |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
invoke(String windowId,
org.gatein.pc.api.invocation.ActionInvocation actionInvocation) |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
invoke(String windowId,
List<javax.servlet.http.Cookie> requestCookies,
org.gatein.pc.api.invocation.EventInvocation eventInvocation) |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
invoke(String windowId,
List<javax.servlet.http.Cookie> requestCookies,
org.gatein.pc.api.invocation.RenderInvocation renderInvocation) |
org.gatein.pc.api.invocation.response.PortletInvocationResponse |
invoke(String windowId,
org.gatein.pc.api.invocation.ResourceInvocation resourceInvocation) |
EventControllerContext getEventControllerContext()
StateControllerContext getStateControllerContext()
org.gatein.pc.api.info.PortletInfo getPortletInfo(String windowId)
windowId - the window idorg.gatein.pc.api.spi.PortletInvocationContext createPortletInvocationContext(String windowId, PageNavigationalState pageNavigationalState)
windowId - the window idpageNavigationalState - the page navigational stateorg.gatein.pc.api.invocation.response.PortletInvocationResponse invoke(String windowId, org.gatein.pc.api.invocation.ActionInvocation actionInvocation) throws org.gatein.pc.api.PortletInvokerException
org.gatein.pc.api.PortletInvokerExceptionorg.gatein.pc.api.invocation.response.PortletInvocationResponse invoke(String windowId, List<javax.servlet.http.Cookie> requestCookies, org.gatein.pc.api.invocation.EventInvocation eventInvocation) throws org.gatein.pc.api.PortletInvokerException
org.gatein.pc.api.PortletInvokerExceptionorg.gatein.pc.api.invocation.response.PortletInvocationResponse invoke(String windowId, List<javax.servlet.http.Cookie> requestCookies, org.gatein.pc.api.invocation.RenderInvocation renderInvocation) throws org.gatein.pc.api.PortletInvokerException
org.gatein.pc.api.PortletInvokerExceptionorg.gatein.pc.api.invocation.response.PortletInvocationResponse invoke(String windowId, org.gatein.pc.api.invocation.ResourceInvocation resourceInvocation) throws org.gatein.pc.api.PortletInvokerException
org.gatein.pc.api.PortletInvokerExceptionCopyright © 2003-2020 GateIn. All Rights Reserved.