public abstract class PortletResponseImpl extends Object implements javax.portlet.PortletResponse
| Modifier and Type | Field and Description |
|---|---|
protected PortletInvocation |
invocation
.
|
protected PortletRequestImpl |
preq
.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PortletResponseImpl(PortletInvocation invocation,
PortletRequestImpl preq) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(javax.servlet.http.Cookie cookie) |
void |
addProperty(String key,
Element element) |
void |
addProperty(String key,
String value) |
Element |
createElement(String tagName) |
String |
encodeURL(String url) |
String |
getNamespace() |
protected ResponseProperties |
getProperties() |
protected ResponseProperties |
getProperties(boolean create) |
javax.servlet.http.HttpServletResponseWrapper |
getRealResponse() |
abstract PortletInvocationResponse |
getResponse() |
void |
setProperty(String key,
String value) |
protected final PortletInvocation invocation
protected final PortletRequestImpl preq
protected PortletResponseImpl(PortletInvocation invocation, PortletRequestImpl preq)
public abstract PortletInvocationResponse getResponse()
public String encodeURL(String url)
encodeURL in interface javax.portlet.PortletResponsepublic void addProperty(String key, String value) throws IllegalArgumentException
addProperty in interface javax.portlet.PortletResponseIllegalArgumentExceptionpublic void setProperty(String key, String value) throws IllegalArgumentException
setProperty in interface javax.portlet.PortletResponseIllegalArgumentExceptionpublic void addProperty(javax.servlet.http.Cookie cookie)
addProperty in interface javax.portlet.PortletResponsepublic void addProperty(String key, Element element)
addProperty in interface javax.portlet.PortletResponsepublic Element createElement(String tagName) throws DOMException
createElement in interface javax.portlet.PortletResponseDOMExceptionpublic String getNamespace()
getNamespace in interface javax.portlet.PortletResponsepublic final javax.servlet.http.HttpServletResponseWrapper getRealResponse()
protected final ResponseProperties getProperties()
protected final ResponseProperties getProperties(boolean create)
Copyright © 2003-2019 GateIn. All Rights Reserved.