public abstract class MimeResponseImpl extends PortletResponseImpl implements MimeResponse
MimeResponse.CopyhttpServletResponse, portletName, portletRequestImplCACHE_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() |
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, createActionURL, createActionURL, createElement, createLiferayPortletURL, createLiferayPortletURL, createLiferayPortletURL, createLiferayPortletURL, createLiferayPortletURL, createLiferayPortletURL, createLiferayPortletURL, createRenderURL, createRenderURL, createRenderURL, createRenderURL, createResourceURL, createResourceURL, encodeURL, getCompanyId, getHttpServletRequest, getHttpServletResponse, getLayout, getLifecycle, getNamespace, getPlid, getPortlet, getPortletName, getPortletRequest, getPortletSetup, getProperties, getProperty, getPropertyNames, getPropertyValues, getUrlEncoder, init, setDateHeader, setHeader, setIntHeader, setPlid, setProperty, setURLEncoder, transferHeaders, transferMarkupHeadElementsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateActionURL, createActionURL, createRenderURL, createRenderURL, createResourceURLaddProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, getProperty, getPropertyNames, getPropertyValues, 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 IllegalStateException,
IOException
getPortletOutputStream in interface MimeResponseIllegalStateExceptionIOExceptionpublic PrintWriter getWriter()
throws IllegalStateException,
IOException
getWriter in interface MimeResponseIllegalStateExceptionIOExceptionpublic 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 MimeResponse