public class MockClientDataRequest extends MockPortletRequest implements javax.portlet.ClientDataRequest
ClientDataRequest interface.| Constructor and Description |
|---|
MockClientDataRequest()
Create a new MockClientDataRequest with a default
MockPortalContext
and a default MockPortletContext. |
MockClientDataRequest(javax.portlet.PortalContext portalContext,
javax.portlet.PortletContext portletContext)
Create a new MockClientDataRequest.
|
MockClientDataRequest(javax.portlet.PortletContext portletContext)
Create a new MockClientDataRequest with a default
MockPortalContext. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacterEncoding() |
int |
getContentLength() |
String |
getContentType() |
String |
getMethod() |
InputStream |
getPortletInputStream() |
BufferedReader |
getReader() |
void |
setCharacterEncoding(String characterEncoding) |
void |
setContent(byte[] content) |
void |
setContentType(String contentType) |
void |
setMethod(String method) |
addLocale, addParameter, addParameter, addPreferredLocale, addPreferredResponseContentType, addProperty, addResponseContentType, addUserRole, checkActive, close, getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLifecyclePhase, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isActive, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, registerPublicParameter, removeAttribute, setAttribute, setAuthType, setContextPath, setCookies, setParameter, setParameter, setParameters, setPortletMode, setPreferences, setProperty, setRemoteUser, setRequestedSessionIdValid, setScheme, setSecure, setServerName, setServerPort, setSession, setUserPrincipal, setWindowID, setWindowStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributepublic MockClientDataRequest()
MockPortalContext
and a default MockPortletContext.MockPortalContext,
MockPortletContextpublic MockClientDataRequest(javax.portlet.PortletContext portletContext)
MockPortalContext.portletContext - the PortletContext that the request runs inpublic MockClientDataRequest(javax.portlet.PortalContext portalContext,
javax.portlet.PortletContext portletContext)
portalContext - the PortalContext that the request runs inportletContext - the PortletContext that the request runs inpublic void setContent(byte[] content)
public InputStream getPortletInputStream() throws IOException
getPortletInputStream in interface javax.portlet.ClientDataRequestIOExceptionpublic void setCharacterEncoding(String characterEncoding)
setCharacterEncoding in interface javax.portlet.ClientDataRequestpublic BufferedReader getReader() throws UnsupportedEncodingException
getReader in interface javax.portlet.ClientDataRequestUnsupportedEncodingExceptionpublic String getCharacterEncoding()
getCharacterEncoding in interface javax.portlet.ClientDataRequestpublic void setContentType(String contentType)
public String getContentType()
getContentType in interface javax.portlet.ClientDataRequestpublic int getContentLength()
getContentLength in interface javax.portlet.ClientDataRequestpublic void setMethod(String method)
public String getMethod()
getMethod in interface javax.portlet.ClientDataRequestCopyright © 2015. All rights reserved.