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