public class RenderResponseImpl extends MimeResponseImpl implements javax.portlet.RenderResponse
| Modifier and Type | Field and Description |
|---|---|
protected Set<Mode> |
responseNextModes
.
|
protected String |
responseTitle
The title if any.
|
bufferSize, cacheControlinvocation, preq| Constructor and Description |
|---|
RenderResponseImpl(RenderInvocation invocation,
PortletRequestImpl preq) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentResponse |
createResponse(ResponseProperties props,
Map<String,Object> attrs,
String contentType,
byte[] bytes,
CacheControl cacheControl) |
protected ContentResponse |
createResponse(ResponseProperties props,
Map<String,Object> attrs,
String contentType,
CacheControl cacheControl) |
protected ContentResponse |
createResponse(ResponseProperties props,
Map<String,Object> attrs,
String contentType,
String chars,
CacheControl cacheControl) |
String |
getCharacterEncoding() |
void |
setContentType(String contentType) |
void |
setNextPossiblePortletModes(Collection<javax.portlet.PortletMode> portletModes) |
void |
setTitle(String title) |
addProperty, createActionURL, createRenderURL, createResourceURL, flushBuffer, getBufferSize, getCacheControl, getContentType, getLocale, getPortletOutputStream, getResponse, getWriter, isCommitted, reset, resetBuffer, setBufferSize, setPropertyaddProperty, addProperty, createElement, encodeURL, getNamespace, getProperties, getProperties, getRealResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected String responseTitle
public RenderResponseImpl(RenderInvocation invocation, PortletRequestImpl preq)
public void setTitle(String title)
setTitle in interface javax.portlet.RenderResponsepublic void setNextPossiblePortletModes(Collection<javax.portlet.PortletMode> portletModes)
setNextPossiblePortletModes in interface javax.portlet.RenderResponsepublic void setContentType(String contentType)
setContentType in interface javax.portlet.MimeResponsesetContentType in interface javax.portlet.RenderResponsesetContentType in class MimeResponseImplpublic String getCharacterEncoding()
getCharacterEncoding in interface javax.portlet.MimeResponseprotected ContentResponse createResponse(ResponseProperties props, Map<String,Object> attrs, String contentType, byte[] bytes, CacheControl cacheControl)
createResponse in class MimeResponseImplprotected ContentResponse createResponse(ResponseProperties props, Map<String,Object> attrs, String contentType, String chars, CacheControl cacheControl)
createResponse in class MimeResponseImplprotected ContentResponse createResponse(ResponseProperties props, Map<String,Object> attrs, String contentType, CacheControl cacheControl)
createResponse in class MimeResponseImplCopyright © 2003-2021 GateIn. All Rights Reserved.