Class PortletResponseImpl

java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
All Implemented Interfaces:
javax.portlet.PortletResponse
Direct Known Subclasses:
MimeResponseImpl, StateAwareResponseImpl

public abstract class PortletResponseImpl extends Object implements javax.portlet.PortletResponse
Version:
$Revision: 6697 $
Author:
Julien Viet
  • Field Details

    • invocation

      protected final org.gatein.pc.api.invocation.PortletInvocation invocation
      .
    • preq

      protected final PortletRequestImpl preq
      .
  • Constructor Details

    • PortletResponseImpl

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

    • 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(String key, String value) throws IllegalArgumentException
      Specified by:
      addProperty in interface javax.portlet.PortletResponse
      Throws:
      IllegalArgumentException
    • setProperty

      public void setProperty(String key, String value) throws IllegalArgumentException
      Specified by:
      setProperty in interface javax.portlet.PortletResponse
      Throws:
      IllegalArgumentException
    • 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
    • createElement

      public Element createElement(String tagName) throws DOMException
      Specified by:
      createElement in interface javax.portlet.PortletResponse
      Throws:
      DOMException
    • 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)