public class MockPortletResponse extends Object implements javax.portlet.PortletResponse
Mock implementation of PortletResponse.
| Constructor and Description |
|---|
MockPortletResponse()
Return a default instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String name,
String value) |
String |
encodeURL(String url) |
void |
setProperty(String name,
String value) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.