public class MockPortletResponse extends Object implements PortletResponse
PortletResponse
interface.Constructor and Description |
---|
MockPortletResponse()
Create a new MockPortletResponse with a default
MockPortalContext . |
MockPortletResponse(PortalContext portalContext)
Create a new MockPortletResponse.
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(Cookie cookie) |
void |
addProperty(String key,
Element value) |
void |
addProperty(String key,
String value) |
Element |
createElement(String tagName) |
String |
encodeURL(String path) |
Cookie |
getCookie(String name) |
Cookie[] |
getCookies() |
String |
getNamespace() |
PortalContext |
getPortalContext()
Return the PortalContext that this MockPortletResponse runs in,
defining the supported PortletModes and WindowStates.
|
String[] |
getProperties(String key) |
String |
getProperty(String key) |
Set<String> |
getPropertyNames() |
Element[] |
getXmlProperties(String key) |
Element |
getXmlProperty(String key) |
Set<String> |
getXmlPropertyNames() |
void |
setNamespace(String namespace) |
void |
setProperty(String key,
String value) |
public MockPortletResponse()
MockPortalContext
.MockPortalContext
public MockPortletResponse(PortalContext portalContext)
portalContext
- the PortalContext defining the supported
PortletModes and WindowStatespublic PortalContext getPortalContext()
public void addProperty(String key, String value)
addProperty
in interface PortletResponse
public void setProperty(String key, String value)
setProperty
in interface PortletResponse
public String encodeURL(String path)
encodeURL
in interface PortletResponse
public void setNamespace(String namespace)
public String getNamespace()
getNamespace
in interface PortletResponse
public void addProperty(Cookie cookie)
addProperty
in interface PortletResponse
public Cookie[] getCookies()
public void addProperty(String key, Element value)
addProperty
in interface PortletResponse
public Element createElement(String tagName) throws DOMException
createElement
in interface PortletResponse
DOMException