org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
Class ActionRequestImp

java.lang.Object
  extended by javax.servlet.ServletRequestWrapper
      extended by javax.servlet.http.HttpServletRequestWrapper
          extended by org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.PortletRequestImp
              extended by org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.ClientDataRequestImp
                  extended by org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.ActionRequestImp
All Implemented Interfaces:
java.util.Map, javax.portlet.ActionRequest, javax.portlet.ClientDataRequest, javax.portlet.PortletRequest, javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class ActionRequestImp
extends ClientDataRequestImp
implements javax.portlet.ActionRequest

Created by The eXo Platform SAS. Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: Jul 29, 2003 Time: 1:38:46 PM


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.ActionRequest
ACTION_NAME
 
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
ActionRequestImp(RequestContext reqCtx)
           
 
Method Summary
 java.lang.String getLifecyclePhase()
          Overridden method.
 
Methods inherited from class org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.ClientDataRequestImp
getCharacterEncoding, getContentLength, getContentType, getMethod, 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
getCookies, 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.ClientDataRequest
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding
 
Methods inherited from interface javax.portlet.PortletRequest
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, 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

ActionRequestImp

public ActionRequestImp(RequestContext reqCtx)
Parameters:
reqCtx - request context
Method Detail

getLifecyclePhase

public java.lang.String getLifecyclePhase()
Overridden method.

Specified by:
getLifecyclePhase in class ClientDataRequestImp
Returns:
action lifecycle phase
See Also:
ClientDataRequestImp.getLifecyclePhase()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.