public class MockLiferayPortletActionResponse
extends Object
implements javax.portlet.ActionResponse, com.liferay.portal.kernel.portlet.LiferayPortletResponse
| Constructor and Description |
|---|
MockLiferayPortletActionResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDateHeader(String name,
long date) |
void |
addHeader(String name,
String value) |
void |
addIntHeader(String name,
int value) |
void |
addProperty(javax.servlet.http.Cookie cookie) |
void |
addProperty(String name,
org.w3c.dom.Element element) |
void |
addProperty(String name,
String value) |
<T extends javax.portlet.PortletURL & javax.portlet.ActionURL> |
createActionURL() |
javax.portlet.ActionURL |
createActionURL(javax.portlet.MimeResponse.Copy copy) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createActionURL(String portletName) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createActionURL(String portletName,
javax.portlet.MimeResponse.Copy copy) |
org.w3c.dom.Element |
createElement(String tagName) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(long plid,
String portletName,
String lifecycle) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
boolean includeLinkToLayoutUuid) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
javax.portlet.MimeResponse.Copy copy) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
javax.portlet.MimeResponse.Copy copy,
boolean includeLinkToLayoutUuid) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(String lifecycle) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(String portletName,
String lifecycle) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(String portletName,
String lifecycle,
javax.portlet.MimeResponse.Copy copy) |
javax.portlet.RenderURL |
createRedirectURL(javax.portlet.MimeResponse.Copy copy) |
<T extends javax.portlet.PortletURL & javax.portlet.RenderURL> |
createRenderURL() |
javax.portlet.RenderURL |
createRenderURL(javax.portlet.MimeResponse.Copy copy) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createRenderURL(String portletName) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createRenderURL(String portletName,
javax.portlet.MimeResponse.Copy copy) |
javax.portlet.ResourceURL |
createResourceURL() |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createResourceURL(String portletName) |
String |
encodeURL(String url) |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse() |
String |
getLifecycle() |
String |
getNamespace() |
com.liferay.portal.kernel.model.Portlet |
getPortlet() |
javax.portlet.PortletMode |
getPortletMode() |
Map<String,String[]> |
getProperties() |
String |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
Collection<String> |
getPropertyValues(String key) |
Map<String,String[]> |
getRenderParameterMap() |
javax.portlet.MutableRenderParameters |
getRenderParameters() |
javax.portlet.WindowState |
getWindowState() |
void |
removePublicRenderParameter(String name) |
void |
sendRedirect(String location) |
void |
sendRedirect(String location,
String renderUrlParamName) |
void |
setDateHeader(String name,
long date) |
void |
setEvent(javax.xml.namespace.QName qName,
Serializable serializable) |
void |
setEvent(String name,
Serializable serializable) |
void |
setHeader(String name,
String value) |
void |
setIntHeader(String name,
int value) |
void |
setPortletMode(javax.portlet.PortletMode portletMode) |
void |
setProperty(String key,
String value) |
void |
setRenderParameter(String name,
String... values) |
void |
setRenderParameter(String name,
String value) |
void |
setRenderParameters(Map<String,String[]> map) |
void |
setURLEncoder(com.liferay.portal.kernel.servlet.URLEncoder urlEncoder) |
void |
setWindowState(javax.portlet.WindowState windowState) |
void |
transferHeaders(javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
transferMarkupHeadElements() |
public void addDateHeader(String name,
long date)
addDateHeader in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic void addHeader(String name,
String value)
addHeader in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic void addIntHeader(String name,
int value)
addIntHeader in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic void addProperty(javax.servlet.http.Cookie cookie)
addProperty in interface javax.portlet.PortletResponsepublic void addProperty(String name,
org.w3c.dom.Element element)
addProperty in interface javax.portlet.PortletResponsepublic void addProperty(String name,
String value)
addProperty in interface javax.portlet.PortletResponsepublic <T extends javax.portlet.PortletURL & javax.portlet.ActionURL> T createActionURL()
createActionURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic javax.portlet.ActionURL createActionURL(javax.portlet.MimeResponse.Copy copy)
createActionURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createActionURL(String portletName)
createActionURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createActionURL(String portletName,
javax.portlet.MimeResponse.Copy copy)
createActionURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic org.w3c.dom.Element createElement(String tagName)
throws org.w3c.dom.DOMException
createElement in interface javax.portlet.PortletResponseorg.w3c.dom.DOMExceptionpublic com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(long plid,
String portletName,
String lifecycle)
createLiferayPortletURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
boolean includeLinkToLayoutUuid)
createLiferayPortletURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
javax.portlet.MimeResponse.Copy copy)
createLiferayPortletURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
javax.portlet.MimeResponse.Copy copy,
boolean includeLinkToLayoutUuid)
createLiferayPortletURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(String lifecycle)
createLiferayPortletURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(String portletName,
String lifecycle)
createLiferayPortletURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(String portletName,
String lifecycle,
javax.portlet.MimeResponse.Copy copy)
createLiferayPortletURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic javax.portlet.RenderURL createRedirectURL(javax.portlet.MimeResponse.Copy copy)
throws IllegalStateException
createRedirectURL in interface javax.portlet.ActionResponseIllegalStateExceptionpublic <T extends javax.portlet.PortletURL & javax.portlet.RenderURL> T createRenderURL()
createRenderURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic javax.portlet.RenderURL createRenderURL(javax.portlet.MimeResponse.Copy copy)
createRenderURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createRenderURL(String portletName)
createRenderURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createRenderURL(String portletName,
javax.portlet.MimeResponse.Copy copy)
createRenderURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic javax.portlet.ResourceURL createResourceURL()
createResourceURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic com.liferay.portal.kernel.portlet.LiferayPortletURL createResourceURL(String portletName)
createResourceURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic String encodeURL(String url)
encodeURL in interface javax.portlet.PortletResponsepublic javax.servlet.http.HttpServletResponse getHttpServletResponse()
getHttpServletResponse in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic String getLifecycle()
getLifecycle in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic String getNamespace()
getNamespace in interface javax.portlet.PortletResponsepublic com.liferay.portal.kernel.model.Portlet getPortlet()
getPortlet in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic javax.portlet.PortletMode getPortletMode()
getPortletMode in interface javax.portlet.RenderStatepublic Map<String,String[]> getProperties()
getProperties in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic String getProperty(String name)
getProperty in interface javax.portlet.PortletResponsepublic Collection<String> getPropertyNames()
getPropertyNames in interface javax.portlet.PortletResponsepublic Collection<String> getPropertyValues(String key)
getPropertyValues in interface javax.portlet.PortletResponsepublic Map<String,String[]> getRenderParameterMap()
getRenderParameterMap in interface javax.portlet.StateAwareResponsepublic javax.portlet.MutableRenderParameters getRenderParameters()
getRenderParameters in interface javax.portlet.MutableRenderStategetRenderParameters in interface javax.portlet.RenderStatepublic javax.portlet.WindowState getWindowState()
getWindowState in interface javax.portlet.RenderStatepublic void removePublicRenderParameter(String name)
removePublicRenderParameter in interface javax.portlet.StateAwareResponsepublic void sendRedirect(String location)
throws IOException
sendRedirect in interface javax.portlet.ActionResponseIOExceptionpublic void sendRedirect(String location,
String renderUrlParamName)
throws IOException
sendRedirect in interface javax.portlet.ActionResponseIOExceptionpublic void setDateHeader(String name,
long date)
setDateHeader in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic void setEvent(javax.xml.namespace.QName qName,
Serializable serializable)
setEvent in interface javax.portlet.StateAwareResponsepublic void setEvent(String name,
Serializable serializable)
setEvent in interface javax.portlet.StateAwareResponsepublic void setHeader(String name,
String value)
setHeader in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic void setIntHeader(String name,
int value)
setIntHeader in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic void setPortletMode(javax.portlet.PortletMode portletMode)
throws javax.portlet.PortletModeException
setPortletMode in interface javax.portlet.MutableRenderStatejavax.portlet.PortletModeExceptionpublic void setProperty(String key,
String value)
setProperty in interface javax.portlet.PortletResponsepublic void setRenderParameter(String name,
String value)
setRenderParameter in interface javax.portlet.StateAwareResponsepublic void setRenderParameter(String name,
String... values)
setRenderParameter in interface javax.portlet.StateAwareResponsepublic void setRenderParameters(Map<String,String[]> map)
setRenderParameters in interface javax.portlet.StateAwareResponsepublic void setURLEncoder(com.liferay.portal.kernel.servlet.URLEncoder urlEncoder)
setURLEncoder in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic void setWindowState(javax.portlet.WindowState windowState)
throws javax.portlet.WindowStateException
setWindowState in interface javax.portlet.MutableRenderStatejavax.portlet.WindowStateExceptionpublic void transferHeaders(javax.servlet.http.HttpServletResponse httpServletResponse)
transferHeaders in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic void transferMarkupHeadElements()
transferMarkupHeadElements in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse