public class MockResourceRequest extends MockClientDataRequest implements ResourceRequest
ResourceRequest インターフェースのモック実装。PortletRequest.P3PUserInfosETAGACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO| コンストラクターと説明 |
|---|
MockResourceRequest() デフォルトの MockPortalContext とデフォルトの MockPortletContext を使用して新しい MockResourceRequest を作成します。 |
MockResourceRequest(MockResourceURL url) デフォルトの MockPortalContext とデフォルトの MockPortletContext を使用して新しい MockResourceRequest を作成します。 |
MockResourceRequest(PortalContext portalContext, PortletContext portletContext) 新しい MockResourceRequest を作成します。 |
MockResourceRequest(PortletContext portletContext) デフォルトの MockPortalContext で新しい MockResourceRequest を作成します。 |
MockResourceRequest(StringSE resourceID) デフォルトの MockPortalContext とデフォルトの MockPortletContext を使用して新しい MockResourceRequest を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | addPrivateRenderParameter(StringSE key, StringSE value) |
void | addPrivateRenderParameter(StringSE key, StringSE[] values) |
StringSE | getCacheability() |
StringSE | getETag() |
protected StringSE | getLifecyclePhase() 現在のフェーズのポートレット 2.0 ライフサイクル ID を返します。 |
MapSE<StringSE, StringSE[]> | getPrivateRenderParameterMap() |
StringSE | getResourceID() |
void | setCacheability(StringSE cacheLevel) |
void | setResourceID(StringSE resourceID) |
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding, setContent, setContentType, setMethodaddLocale, addParameter, addParameter, addPreferredLocale, addPreferredResponseContentType, addProperty, addResponseContentType, addUserRole, checkActive, close, getAttribute, 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, 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, setWindowStatecloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEgetResponseContentType, getResponseContentTypesgetCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncodinggetAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributepublic MockResourceRequest()
MockPortalContext とデフォルトの MockPortletContext を使用して新しい MockResourceRequest を作成します。public MockResourceRequest(StringSE resourceID)
MockPortalContext とデフォルトの MockPortletContext を使用して新しい MockResourceRequest を作成します。resourceID - このリクエストのリソース IDpublic MockResourceRequest(MockResourceURL url)
MockPortalContext とデフォルトの MockPortletContext を使用して新しい MockResourceRequest を作成します。url - このリクエストのリソース URLpublic MockResourceRequest(PortletContext portletContext)
MockPortalContext で新しい MockResourceRequest を作成します。portletContext - リクエストが実行される PortletContextpublic MockResourceRequest(PortalContext portalContext, PortletContext portletContext)
portalContext - リクエストが実行される PortalContextportletContext - リクエストが実行される PortletContextprotected StringSE getLifecyclePhase()
MockPortletRequestMockPortletRequest の getLifecyclePhase public void setResourceID(StringSE resourceID)
public StringSE getResourceID()
ResourceRequest の getResourceID public void setCacheability(StringSE cacheLevel)
public StringSE getCacheability()
ResourceRequest の getCacheability public StringSE getETag()
ResourceRequest の getETag public MapSE<StringSE,StringSE[]> getPrivateRenderParameterMap()
ResourceRequest の getPrivateRenderParameterMap