|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.mock.web.portlet.MockPortletRequest org.springframework.mock.web.portlet.MockClientDataRequest org.springframework.mock.web.portlet.MockResourceRequest
public class MockResourceRequest
Mock implementation of the ResourceRequest
interface.
Field Summary |
---|
Fields inherited from interface javax.portlet.ResourceRequest |
---|
ETAG |
Fields inherited from interface javax.portlet.PortletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Constructor Summary | |
---|---|
MockResourceRequest()
Create a new MockResourceRequest with a default MockPortalContext
and a default MockPortletContext . |
|
MockResourceRequest(MockResourceURL url)
Create a new MockResourceRequest with a default MockPortalContext
and a default MockPortletContext . |
|
MockResourceRequest(PortalContext portalContext,
PortletContext portletContext)
Create a new MockResourceRequest. |
|
MockResourceRequest(PortletContext portletContext)
Create a new MockResourceRequest with a default MockPortalContext . |
|
MockResourceRequest(String resourceID)
Create a new MockResourceRequest with a default MockPortalContext
and a default MockPortletContext . |
Method Summary | |
---|---|
void |
addPrivateRenderParameter(String key,
String value)
|
void |
addPrivateRenderParameter(String key,
String[] values)
|
String |
getCacheability()
|
String |
getETag()
|
protected String |
getLifecyclePhase()
Return the Portlet 2.0 lifecycle id for the current phase. |
Map<String,String[]> |
getPrivateRenderParameterMap()
|
String |
getResourceID()
|
void |
setCacheability(String cacheLevel)
|
void |
setResourceID(String resourceID)
|
Methods inherited from class org.springframework.mock.web.portlet.MockClientDataRequest |
---|
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding, setContent, setContentType, setMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.portlet.ResourceRequest |
---|
getResponseContentType, getResponseContentTypes |
Methods inherited from interface javax.portlet.ClientDataRequest |
---|
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding |
Constructor Detail |
---|
public MockResourceRequest()
MockPortalContext
and a default MockPortletContext
.
MockPortalContext
,
MockPortletContext
public MockResourceRequest(String resourceID)
MockPortalContext
and a default MockPortletContext
.
resourceID
- the resource id for this requestpublic MockResourceRequest(MockResourceURL url)
MockPortalContext
and a default MockPortletContext
.
url
- the resource URL for this requestpublic MockResourceRequest(PortletContext portletContext)
MockPortalContext
.
portletContext
- the PortletContext that the request runs inpublic MockResourceRequest(PortalContext portalContext, PortletContext portletContext)
portalContext
- the PortalContext that the request runs inportletContext
- the PortletContext that the request runs inMethod Detail |
---|
protected String getLifecyclePhase()
MockPortletRequest
getLifecyclePhase
in class MockPortletRequest
public void setResourceID(String resourceID)
public String getResourceID()
getResourceID
in interface ResourceRequest
public void setCacheability(String cacheLevel)
public String getCacheability()
getCacheability
in interface ResourceRequest
public String getETag()
getETag
in interface ResourceRequest
public void addPrivateRenderParameter(String key, String value)
public void addPrivateRenderParameter(String key, String[] values)
public Map<String,String[]> getPrivateRenderParameterMap()
getPrivateRenderParameterMap
in interface ResourceRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |