Class RenderResponseImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
org.gatein.pc.portlet.impl.jsr168.api.MimeResponseImpl
org.gatein.pc.portlet.impl.jsr168.api.RenderResponseImpl
- All Implemented Interfaces:
javax.portlet.MimeResponse,javax.portlet.PortletResponse,javax.portlet.RenderResponse
- Version:
- $Revision: 6704 $
- Author:
- Julien Viet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<org.gatein.pc.api.Mode>.protected StringThe title if any.Fields inherited from class org.gatein.pc.portlet.impl.jsr168.api.MimeResponseImpl
bufferSize, cacheControlFields inherited from class org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
invocation, preqFields inherited from interface javax.portlet.MimeResponse
CACHE_SCOPE, ETAG, EXPIRATION_CACHE, MARKUP_HEAD_ELEMENT, NAMESPACED_RESPONSE, PRIVATE_SCOPE, PUBLIC_SCOPE, USE_CACHED_CONTENT -
Constructor Summary
ConstructorsConstructorDescriptionRenderResponseImpl(org.gatein.pc.api.invocation.RenderInvocation invocation, PortletRequestImpl preq) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.gatein.pc.api.invocation.response.ContentResponsecreateResponse(org.gatein.pc.api.invocation.response.ResponseProperties props, Map<String, Object> attrs, String contentType, byte[] bytes, org.gatein.pc.api.cache.CacheControl cacheControl) protected org.gatein.pc.api.invocation.response.ContentResponsecreateResponse(org.gatein.pc.api.invocation.response.ResponseProperties props, Map<String, Object> attrs, String contentType, String chars, org.gatein.pc.api.cache.CacheControl cacheControl) protected org.gatein.pc.api.invocation.response.ContentResponsecreateResponse(org.gatein.pc.api.invocation.response.ResponseProperties props, Map<String, Object> attrs, String contentType, org.gatein.pc.api.cache.CacheControl cacheControl) voidsetContentType(String contentType) voidsetNextPossiblePortletModes(Collection<javax.portlet.PortletMode> portletModes) voidMethods inherited from class org.gatein.pc.portlet.impl.jsr168.api.MimeResponseImpl
addProperty, createActionURL, createRenderURL, createResourceURL, flushBuffer, getBufferSize, getCacheControl, getContentType, getLocale, getPortletOutputStream, getResponse, getWriter, isCommitted, reset, resetBuffer, setBufferSize, setPropertyMethods inherited from class org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
addProperty, addProperty, createElement, encodeURL, getNamespace, getProperties, getProperties, getRealResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.portlet.MimeResponse
createActionURL, createRenderURL, createResourceURL, flushBuffer, getBufferSize, getCacheControl, getContentType, getLocale, getPortletOutputStream, getWriter, isCommitted, reset, resetBuffer, setBufferSizeMethods inherited from interface javax.portlet.PortletResponse
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setProperty
-
Field Details
-
responseNextModes
. -
responseTitle
The title if any.
-
-
Constructor Details
-
RenderResponseImpl
public RenderResponseImpl(org.gatein.pc.api.invocation.RenderInvocation invocation, PortletRequestImpl preq)
-
-
Method Details
-
setTitle
- Specified by:
setTitlein interfacejavax.portlet.RenderResponse
-
setNextPossiblePortletModes
- Specified by:
setNextPossiblePortletModesin interfacejavax.portlet.RenderResponse
-
setContentType
- Specified by:
setContentTypein interfacejavax.portlet.MimeResponse- Specified by:
setContentTypein interfacejavax.portlet.RenderResponse- Overrides:
setContentTypein classMimeResponseImpl
-
getCharacterEncoding
- Specified by:
getCharacterEncodingin interfacejavax.portlet.MimeResponse
-
createResponse
protected org.gatein.pc.api.invocation.response.ContentResponse createResponse(org.gatein.pc.api.invocation.response.ResponseProperties props, Map<String, Object> attrs, String contentType, byte[] bytes, org.gatein.pc.api.cache.CacheControl cacheControl) - Specified by:
createResponsein classMimeResponseImpl
-
createResponse
protected org.gatein.pc.api.invocation.response.ContentResponse createResponse(org.gatein.pc.api.invocation.response.ResponseProperties props, Map<String, Object> attrs, String contentType, String chars, org.gatein.pc.api.cache.CacheControl cacheControl) - Specified by:
createResponsein classMimeResponseImpl
-
createResponse
protected org.gatein.pc.api.invocation.response.ContentResponse createResponse(org.gatein.pc.api.invocation.response.ResponseProperties props, Map<String, Object> attrs, String contentType, org.gatein.pc.api.cache.CacheControl cacheControl) - Specified by:
createResponsein classMimeResponseImpl
-