|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.PortletRequestImp
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.ClientDataRequestImp
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.ResourceRequestImp
public class ResourceRequestImp
Created by The eXo Platform SAS. Author : Roman Pedchenko roman.pedchenko@exoplatform.com.ua
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
|---|
javax.portlet.PortletRequest.P3PUserInfos |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.PortletRequestImp |
|---|
cont, enc, encodingModified, reqCtx |
| Fields inherited from interface javax.portlet.ResourceRequest |
|---|
ETAG |
| Fields inherited from interface javax.portlet.PortletRequest |
|---|
ACTION_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 |
| Fields inherited from interface javax.servlet.http.HttpServletRequest |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Constructor Summary | |
|---|---|
ResourceRequestImp(RequestContext reqCtx)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCacheability()
Overridden method. |
javax.servlet.http.Cookie[] |
getCookies()
Overridden method. |
java.lang.String |
getETag()
Overridden method. |
java.lang.String |
getLifecyclePhase()
Overridden method. |
java.lang.String |
getMethod()
Overridden method. |
java.util.Map<java.lang.String,java.lang.String[]> |
getPrivateRenderParameterMap()
Overridden method. |
java.lang.String |
getResourceID()
Overridden method. |
| Methods inherited from class org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.ClientDataRequestImp |
|---|
getCharacterEncoding, getContentLength, getContentType, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortletInputStream, getReader, makeFormDataByteArray, setCharacterEncoding |
| Methods inherited from class org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.PortletRequestImp |
|---|
clear, containsKey, containsValue, entrySet, get, getAttribute, getAuthType, getContextPath, getInput, getLocale, getLocales, getPortalContext, getPortletConfig, getPortletDatas, getPortletMode, getPortletSession, getPortletSession, getPortletWindowInternal, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getResponseContentType, getResponseContentTypes, getWindowID, getWindowState, isEmpty, isPortletModeAllowed, isRequestedSessionIdValid, isUserInRole, isWindowStateAllowed, keySet, needsSecurityContraints, put, putAll, remove, removeAttribute, setAttribute, size, values |
| Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
|---|
getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL |
| Methods inherited from class javax.servlet.ServletRequestWrapper |
|---|
getAttributeNames, getInputStream, getLocalAddr, getLocalName, getLocalPort, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, setRequest |
| 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, getPortletInputStream, getReader, setCharacterEncoding |
| Methods inherited from interface javax.portlet.PortletRequest |
|---|
getAttribute, getAttributeNames, getAuthType, getContextPath, 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, setAttribute |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Methods inherited from interface javax.servlet.ServletRequest |
|---|
getAttributeNames, getInputStream, getLocalAddr, getLocalName, getLocalPort, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure |
| Constructor Detail |
|---|
public ResourceRequestImp(RequestContext reqCtx)
reqCtx - request context| Method Detail |
|---|
public final java.lang.String getResourceID()
getResourceID in interface javax.portlet.ResourceRequestResourceRequest.getResourceID()public final java.lang.String getLifecyclePhase()
getLifecyclePhase in class ClientDataRequestImpClientDataRequestImp.getLifecyclePhase()public final javax.servlet.http.Cookie[] getCookies()
getCookies in interface javax.portlet.PortletRequestgetCookies in interface javax.servlet.http.HttpServletRequestgetCookies in class javax.servlet.http.HttpServletRequestWrapperHttpServletRequestWrapper.getCookies()public final java.lang.String getMethod()
getMethod in interface javax.portlet.ClientDataRequestgetMethod in interface javax.servlet.http.HttpServletRequestgetMethod in class ClientDataRequestImpClientDataRequestImp.getMethod()public final java.util.Map<java.lang.String,java.lang.String[]> getPrivateRenderParameterMap()
getPrivateRenderParameterMap in interface javax.portlet.ResourceRequestResourceRequest.getPrivateRenderParameterMap()public final java.lang.String getETag()
getETag in interface javax.portlet.ResourceRequestResourceRequest.getETag()public final java.lang.String getCacheability()
getCacheability in interface javax.portlet.ResourceRequestResourceRequest.getCacheability()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||