Class RenderResponseImpl

  • All Implemented Interfaces:
    javax.portlet.MimeResponse, javax.portlet.PortletResponse, javax.portlet.RenderResponse

    public class RenderResponseImpl
    extends MimeResponseImpl
    implements javax.portlet.RenderResponse
    Version:
    $Revision: 6704 $
    Author:
    Julien Viet
    • Field Detail

      • responseNextModes

        protected Set<org.gatein.pc.api.Mode> responseNextModes
        .
      • responseTitle

        protected String responseTitle
        The title if any.
    • Constructor Detail

      • RenderResponseImpl

        public RenderResponseImpl​(org.gatein.pc.api.invocation.RenderInvocation invocation,
                                  PortletRequestImpl preq)
    • Method Detail

      • setTitle

        public void setTitle​(String title)
        Specified by:
        setTitle in interface javax.portlet.RenderResponse
      • setNextPossiblePortletModes

        public void setNextPossiblePortletModes​(Collection<javax.portlet.PortletMode> portletModes)
        Specified by:
        setNextPossiblePortletModes in interface javax.portlet.RenderResponse
      • setContentType

        public void setContentType​(String contentType)
        Specified by:
        setContentType in interface javax.portlet.MimeResponse
        Specified by:
        setContentType in interface javax.portlet.RenderResponse
        Overrides:
        setContentType in class MimeResponseImpl
      • getCharacterEncoding

        public String getCharacterEncoding()
        Specified by:
        getCharacterEncoding in interface javax.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:
        createResponse in class MimeResponseImpl
      • 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:
        createResponse in class MimeResponseImpl
      • 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:
        createResponse in class MimeResponseImpl