public abstract class MimeResponseImpl extends PortletResponseImpl implements MimeResponse
portletName, portletRequestImpl, response
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() |
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, init, init, setDateHeader, setHeader, setIntHeader, setPlid, setProperty, setURLEncoder, transferHeaders, transferMarkupHeadElements
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createActionURL, createRenderURL, createResourceURL
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setProperty
public void flushBuffer() throws IOException
flushBuffer
in interface MimeResponse
IOException
public int getBufferSize()
getBufferSize
in interface MimeResponse
public CacheControl getCacheControl()
getCacheControl
in interface MimeResponse
public String getCharacterEncoding()
getCharacterEncoding
in interface MimeResponse
public String getContentType()
getContentType
in interface MimeResponse
public Locale getLocale()
getLocale
in interface MimeResponse
public OutputStream getPortletOutputStream() throws IllegalStateException, IOException
getPortletOutputStream
in interface MimeResponse
IllegalStateException
IOException
public PrintWriter getWriter() throws IllegalStateException, IOException
getWriter
in interface MimeResponse
IllegalStateException
IOException
public boolean isCalledFlushBuffer()
public boolean isCalledGetPortletOutputStream()
public boolean isCalledGetWriter()
public boolean isCommitted()
isCommitted
in interface MimeResponse
public void reset()
reset
in interface MimeResponse
public void resetBuffer()
resetBuffer
in interface MimeResponse
public void setBufferSize(int bufferSize)
setBufferSize
in interface MimeResponse
public void setContentType(String contentType)
setContentType
in interface MimeResponse