Class PortletResponseImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
- All Implemented Interfaces:
javax.portlet.PortletResponse
- Direct Known Subclasses:
MimeResponseImpl,StateAwareResponseImpl
- Version:
- $Revision: 6697 $
- Author:
- Julien Viet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.gatein.pc.api.invocation.PortletInvocation.protected final PortletRequestImpl. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPortletResponseImpl(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(jakarta.servlet.http.Cookie cookie) voidaddProperty(String key, String value) voidaddProperty(String key, Element element) createElement(String tagName) protected final org.gatein.pc.api.invocation.response.ResponsePropertiesprotected final org.gatein.pc.api.invocation.response.ResponsePropertiesgetProperties(boolean create) final jakarta.servlet.http.HttpServletResponseWrapperabstract org.gatein.pc.api.invocation.response.PortletInvocationResponsevoidsetProperty(String key, String value)
-
Field Details
-
invocation
protected final org.gatein.pc.api.invocation.PortletInvocation invocation. -
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
- Specified by:
encodeURLin interfacejavax.portlet.PortletResponse
-
addProperty
- Specified by:
addPropertyin interfacejavax.portlet.PortletResponse- Throws:
IllegalArgumentException
-
setProperty
- Specified by:
setPropertyin interfacejavax.portlet.PortletResponse- Throws:
IllegalArgumentException
-
addProperty
public void addProperty(jakarta.servlet.http.Cookie cookie) - Specified by:
addPropertyin interfacejavax.portlet.PortletResponse
-
addProperty
- Specified by:
addPropertyin interfacejavax.portlet.PortletResponse
-
createElement
- Specified by:
createElementin interfacejavax.portlet.PortletResponse- Throws:
DOMException
-
getNamespace
- Specified by:
getNamespacein interfacejavax.portlet.PortletResponse
-
getRealResponse
public final jakarta.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)
-