Class PortletResponseImpl

    • Field Detail

      • invocation

        protected final org.gatein.pc.api.invocation.PortletInvocation invocation
        .
    • Constructor Detail

      • PortletResponseImpl

        protected PortletResponseImpl​(org.gatein.pc.api.invocation.PortletInvocation invocation,
                                      PortletRequestImpl preq)
    • Method Detail

      • getResponse

        public abstract org.gatein.pc.api.invocation.response.PortletInvocationResponse getResponse()
      • encodeURL

        public String encodeURL​(String url)
        Specified by:
        encodeURL in interface javax.portlet.PortletResponse
      • addProperty

        public void addProperty​(javax.servlet.http.Cookie cookie)
        Specified by:
        addProperty in interface javax.portlet.PortletResponse
      • addProperty

        public void addProperty​(String key,
                                Element element)
        Specified by:
        addProperty in interface javax.portlet.PortletResponse
      • getNamespace

        public String getNamespace()
        Specified by:
        getNamespace in interface javax.portlet.PortletResponse
      • getRealResponse

        public final javax.servlet.http.HttpServletResponseWrapper getRealResponse()
      • getProperties

        protected final org.gatein.pc.api.invocation.response.ResponseProperties getProperties()
      • getProperties

        protected final org.gatein.pc.api.invocation.response.ResponseProperties getProperties​(boolean create)