public abstract class MimeResponseImpl extends PortletResponseImpl implements MimeResponse
CACHE_SCOPE, ETAG, EXPIRATION_CACHE, MARKUP_HEAD_ELEMENT, NAMESPACED_RESPONSE, PRIVATE_SCOPE, PUBLIC_SCOPE, USE_CACHED_CONTENT| Constructor and Description |
|---|
MimeResponseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
flushBuffer() |
int |
getBufferSize() |
CacheControl |
getCacheControl() |
String |
getCharacterEncoding() |
String |
getContentType() |
Locale |
getLocale() |
OutputStream |
getPortletOutputStream() |
PrintWriter |
getWriter() |
protected void |
init(PortletRequestImpl portletRequestImpl,
javax.servlet.http.HttpServletResponse response,
String portletName,
long companyId,
long plid) |
boolean |
isCalledFlushBuffer() |
boolean |
isCalledGetPortletOutputStream() |
boolean |
isCalledGetWriter() |
boolean |
isCommitted() |
void |
reset() |
void |
resetBuffer() |
void |
setBufferSize(int bufferSize) |
void |
setContentType(String contentType) |
addDateHeader, addHeader, addIntHeader, addProperty, addProperty, addProperty, createActionURL, createActionURL, createElement, createLiferayPortletURL, createLiferayPortletURL, createLiferayPortletURL, createLiferayPortletURL, createRenderURL, createRenderURL, createResourceURL, createResourceURL, doCreateLiferayPortletURL, encodeURL, getCompanyId, getHttpServletRequest, getHttpServletResponse, getLifecycle, getNamespace, getPlid, getPortlet, getPortletName, getPortletRequest, getPortletResponseImpl, getProperties, getUrlEncoder, setDateHeader, setHeader, setIntHeader, setPlid, setProperty, setURLEncoder, transferHeaders, transferMarkupHeadElementsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateActionURL, createRenderURL, createResourceURLaddProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setPropertypublic void flushBuffer()
throws IOException
flushBuffer in interface MimeResponseIOExceptionpublic int getBufferSize()
getBufferSize in interface MimeResponsepublic CacheControl getCacheControl()
getCacheControl in interface MimeResponsepublic String getCharacterEncoding()
getCharacterEncoding in interface MimeResponsepublic String getContentType()
getContentType in interface MimeResponsepublic Locale getLocale()
getLocale in interface MimeResponsepublic OutputStream getPortletOutputStream() throws IOException
getPortletOutputStream in interface MimeResponseIOExceptionpublic PrintWriter getWriter() throws IOException
getWriter in interface MimeResponseIOExceptionpublic boolean isCalledFlushBuffer()
public boolean isCalledGetPortletOutputStream()
public boolean isCalledGetWriter()
public boolean isCommitted()
isCommitted in interface MimeResponsepublic void reset()
reset in interface MimeResponsepublic void resetBuffer()
resetBuffer in interface MimeResponsepublic void setBufferSize(int bufferSize)
setBufferSize in interface MimeResponsepublic void setContentType(String contentType)
setContentType in interface MimeResponseprotected void init(PortletRequestImpl portletRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, long companyId, long plid)
init in class PortletResponseImpl