public class TCKPortletControllerContext extends AbstractControllerContext
PORTAL_CONTEXT, req, resp| Constructor and Description |
|---|
TCKPortletControllerContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
PortletInvocationContext |
createPortletInvocationContext(String windowId,
PageNavigationalState pageNavigationalState) |
EventControllerContext |
getEventControllerContext() |
org.gatein.common.io.Serialization<PageNavigationalState> |
getPageNavigationalStateSerialization() |
protected Portlet |
getPortlet(String windowId) |
PortletInvoker |
getPortletInvoker() |
Set<Portlet> |
getPortlets() |
StateControllerContext |
getStateControllerContext() |
protected PortletInvocationResponse |
invoke(PortletInvocation invocation) |
getClientRequest, getClientResponse, getPortletInfo, invoke, invoke, invoke, invokepublic TCKPortletControllerContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext servletContext)
throws IOException
IOExceptionpublic PortletInvoker getPortletInvoker()
public Set<Portlet> getPortlets() throws PortletInvokerException
PortletInvokerExceptionprotected Portlet getPortlet(String windowId) throws PortletInvokerException
getPortlet in class AbstractControllerContextPortletInvokerExceptionprotected PortletInvocationResponse invoke(PortletInvocation invocation) throws PortletInvokerException
invoke in class AbstractControllerContextPortletInvokerExceptionpublic PortletInvocationContext createPortletInvocationContext(String windowId, PageNavigationalState pageNavigationalState)
public EventControllerContext getEventControllerContext()
public StateControllerContext getStateControllerContext()
public org.gatein.common.io.Serialization<PageNavigationalState> getPageNavigationalStateSerialization()
Copyright © 2003-2018 GateIn. All Rights Reserved.