|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletControllerContext
The context provided to call the portlet controller.
| Method Summary | |
|---|---|
PortletInvocationContext |
createPortletInvocationContext(java.lang.String windowId,
PortletPageNavigationalState pageNavigationalState)
Create a portlet invocation context for the specified window id. |
EventControllerContext |
getEventControllerContext()
|
PortletInfo |
getPortletInfo(java.lang.String windowId)
Returns the portet info for a specified window. |
StateControllerContext |
getStateControllerContext()
|
PortletInvocationResponse |
invoke(ActionInvocation actionInvocation)
|
PortletInvocationResponse |
invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
EventInvocation eventInvocation)
|
PortletInvocationResponse |
invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
RenderInvocation renderInvocation)
|
PortletInvocationResponse |
invoke(ResourceInvocation resourceInvocation)
|
| Method Detail |
|---|
PortletInfo getPortletInfo(java.lang.String windowId)
windowId - the window id
PortletInvocationContext createPortletInvocationContext(java.lang.String windowId,
PortletPageNavigationalState pageNavigationalState)
windowId - the window idpageNavigationalState -
PortletInvocationResponse invoke(ActionInvocation actionInvocation)
throws PortletInvokerException
PortletInvokerException
PortletInvocationResponse invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
EventInvocation eventInvocation)
throws PortletInvokerException
PortletInvokerException
PortletInvocationResponse invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
RenderInvocation renderInvocation)
throws PortletInvokerException
PortletInvokerException
PortletInvocationResponse invoke(ResourceInvocation resourceInvocation)
throws PortletInvokerException
PortletInvokerExceptionEventControllerContext getEventControllerContext()
StateControllerContext getStateControllerContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||