public class ControllerPortletInvocationContext extends AbstractPortletInvocationContext
PortletInvocationContext interface that is related to a specific
window.responseContentType| Constructor and Description |
|---|
ControllerPortletInvocationContext(org.gatein.common.io.Serialization<PageNavigationalState> serialization,
javax.servlet.http.HttpServletRequest clientRequest,
javax.servlet.http.HttpServletResponse clientResponse,
String windowId,
PageNavigationalState pageNavigationalState) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpServletRequest |
getClientRequest() |
javax.servlet.http.HttpServletResponse |
getClientResponse() |
String |
getWindowId() |
String |
renderURL(ContainerURL containerURL,
URLFormat format) |
encodeResourceURL, getResponseContentType, renderURLpublic ControllerPortletInvocationContext(org.gatein.common.io.Serialization<PageNavigationalState> serialization, javax.servlet.http.HttpServletRequest clientRequest, javax.servlet.http.HttpServletResponse clientResponse, String windowId, PageNavigationalState pageNavigationalState)
public String getWindowId()
public javax.servlet.http.HttpServletRequest getClientRequest()
throws IllegalStateException
getClientRequest in class AbstractPortletInvocationContextIllegalStateExceptionpublic javax.servlet.http.HttpServletResponse getClientResponse()
throws IllegalStateException
getClientResponse in class AbstractPortletInvocationContextIllegalStateExceptionpublic String renderURL(ContainerURL containerURL, URLFormat format)
Copyright © 2003-2016 GateIn. All Rights Reserved.