public class MockLiferayResourceResponse
extends Object
implements com.liferay.portal.kernel.portlet.LiferayPortletResponse, javax.portlet.ResourceResponse
| Constructor and Description |
|---|
MockLiferayResourceResponse() |
| 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) |
<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) |
void |
flushBuffer() |
int |
getBufferSize() |
javax.portlet.CacheControl |
getCacheControl() |
String |
getCharacterEncoding() |
String |
getContentType() |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse() |
String |
getLifecycle() |
Locale |
getLocale() |
String |
getNamespace() |
com.liferay.portal.kernel.model.Portlet |
getPortlet() |
OutputStream |
getPortletOutputStream() |
Map<String,String[]> |
getProperties() |
String |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
Collection<String> |
getPropertyValues(String key) |
int |
getStatus() |
PrintWriter |
getWriter() |
boolean |
isCommitted() |
void |
reset() |
void |
resetBuffer() |
void |
setBufferSize(int bufferSize) |
void |
setCharacterEncoding(String characterEncoding) |
void |
setContentLength(int contentLength) |
void |
setContentLengthLong(long contentLength) |
void |
setContentType(String contentType) |
void |
setDateHeader(String name,
long date) |
void |
setHeader(String name,
String value) |
void |
setIntHeader(String name,
int value) |
void |
setLocale(Locale locale) |
void |
setProperty(String property,
String value) |
void |
setStatus(int status) |
void |
setURLEncoder(com.liferay.portal.kernel.servlet.URLEncoder urlEncoder) |
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.LiferayPortletResponsecreateActionURL in interface javax.portlet.MimeResponsecreateActionURL in interface javax.portlet.ResourceResponsepublic javax.portlet.ActionURL createActionURL(javax.portlet.MimeResponse.Copy copy)
createActionURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsecreateActionURL in interface javax.portlet.MimeResponsecreateActionURL in interface javax.portlet.ResourceResponsepublic 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 <T extends javax.portlet.PortletURL & javax.portlet.RenderURL> T createRenderURL()
createRenderURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsecreateRenderURL in interface javax.portlet.MimeResponsecreateRenderURL in interface javax.portlet.ResourceResponsepublic javax.portlet.RenderURL createRenderURL(javax.portlet.MimeResponse.Copy copy)
createRenderURL in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsecreateRenderURL in interface javax.portlet.MimeResponsecreateRenderURL in interface javax.portlet.ResourceResponsepublic 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.LiferayPortletResponsecreateResourceURL in interface javax.portlet.MimeResponsecreateResourceURL in interface javax.portlet.ResourceResponsepublic 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 void flushBuffer()
throws IOException
flushBuffer in interface javax.portlet.MimeResponseIOExceptionpublic int getBufferSize()
getBufferSize in interface javax.portlet.MimeResponsepublic javax.portlet.CacheControl getCacheControl()
getCacheControl in interface javax.portlet.MimeResponsepublic String getCharacterEncoding()
getCharacterEncoding in interface javax.portlet.MimeResponsepublic String getContentType()
getContentType in interface javax.portlet.MimeResponsepublic 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 Locale getLocale()
getLocale in interface javax.portlet.MimeResponsepublic String getNamespace()
getNamespace in interface javax.portlet.PortletResponsepublic com.liferay.portal.kernel.model.Portlet getPortlet()
getPortlet in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic OutputStream getPortletOutputStream()
throws IOException
getPortletOutputStream in interface javax.portlet.MimeResponseIOExceptionpublic 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 int getStatus()
getStatus in interface javax.portlet.ResourceResponsepublic PrintWriter getWriter()
throws IOException
getWriter in interface javax.portlet.MimeResponseIOExceptionpublic boolean isCommitted()
isCommitted in interface javax.portlet.MimeResponsepublic void reset()
reset in interface javax.portlet.MimeResponsepublic void resetBuffer()
resetBuffer in interface javax.portlet.MimeResponsepublic void setBufferSize(int bufferSize)
setBufferSize in interface javax.portlet.MimeResponsepublic void setCharacterEncoding(String characterEncoding)
setCharacterEncoding in interface javax.portlet.ResourceResponsepublic void setContentLength(int contentLength)
setContentLength in interface javax.portlet.ResourceResponsepublic void setContentLengthLong(long contentLength)
setContentLengthLong in interface javax.portlet.ResourceResponsepublic void setContentType(String contentType)
setContentType in interface javax.portlet.MimeResponsepublic void setDateHeader(String name,
long date)
setDateHeader in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic 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 setLocale(Locale locale)
setLocale in interface javax.portlet.ResourceResponsepublic void setProperty(String property,
String value)
setProperty in interface javax.portlet.PortletResponsepublic void setStatus(int status)
setStatus in interface javax.portlet.ResourceResponsepublic void setURLEncoder(com.liferay.portal.kernel.servlet.URLEncoder urlEncoder)
setURLEncoder in interface com.liferay.portal.kernel.portlet.LiferayPortletResponsepublic 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