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

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.RequestContext

public class RequestContext
extends java.lang.Object

Created by The eXo Platform SAS. Author : Roman Pedchenko roman.pedchenko@exoplatform.com.ua


Constructor Summary
RequestContext(javax.servlet.http.HttpServletRequest httpServletRequest, javax.portlet.PortalContext portalContext, javax.portlet.PortletContext portletContext, PortletSessionImp session, Input input, PortletWindowInternal portletWindowInternal, java.util.List<SecurityConstraint> securityContraints, java.util.List<UserAttribute> userAttributes, java.util.List<CustomPortletMode> customPortletModes, java.util.List<CustomWindowState> customWindowStates, java.util.Collection<java.lang.String> roles, java.util.Collection<java.lang.String> supportedContents)
           
 
Method Summary
 java.util.List<CustomPortletMode> getCustomPortletModes()
           
 java.util.List<CustomWindowState> getCustomWindowStates()
           
 javax.servlet.http.HttpServletRequest getHttpServletRequest()
           
 Input getInput()
           
 javax.portlet.PortalContext getPortalContext()
           
 javax.portlet.PortletContext getPortletContext()
           
 Portlet getPortletDatas()
           
 PortletWindowInternal getPortletWindowInternal()
           
 java.util.Collection<java.lang.String> getRoles()
           
 java.util.List<SecurityConstraint> getSecurityContraints()
           
 PortletSessionImp getSession()
           
 java.util.Collection<java.lang.String> getSupportedContents()
           
 java.util.List<UserAttribute> getUserAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContext

public RequestContext(javax.servlet.http.HttpServletRequest httpServletRequest,
                      javax.portlet.PortalContext portalContext,
                      javax.portlet.PortletContext portletContext,
                      PortletSessionImp session,
                      Input input,
                      PortletWindowInternal portletWindowInternal,
                      java.util.List<SecurityConstraint> securityContraints,
                      java.util.List<UserAttribute> userAttributes,
                      java.util.List<CustomPortletMode> customPortletModes,
                      java.util.List<CustomWindowState> customWindowStates,
                      java.util.Collection<java.lang.String> roles,
                      java.util.Collection<java.lang.String> supportedContents)
Parameters:
httpServletRequest - http servlet request
portalContext - portal context
portletContext - portlet context
session - session
input - input
portletWindowInternal - portlet window internal
securityContraints - security contraints
userAttributes - user attributes
customPortletModes - custom portlet modes
customWindowStates - custom window states
roles - roles
supportedContents - supported contents
Method Detail

getHttpServletRequest

public final javax.servlet.http.HttpServletRequest getHttpServletRequest()
Returns:
http servlet request

getPortalContext

public final javax.portlet.PortalContext getPortalContext()
Returns:
portal context

getPortletContext

public final javax.portlet.PortletContext getPortletContext()
Returns:
portlet context

getSession

public final PortletSessionImp getSession()
Returns:
session

getPortletDatas

public final Portlet getPortletDatas()
Returns:
portlet datas

getInput

public final Input getInput()
Returns:
input

getPortletWindowInternal

public final PortletWindowInternal getPortletWindowInternal()
Returns:
portlet window internal object

getSecurityContraints

public final java.util.List<SecurityConstraint> getSecurityContraints()
Returns:
security constraints

getUserAttributes

public final java.util.List<UserAttribute> getUserAttributes()
Returns:
user attributes

getCustomPortletModes

public final java.util.List<CustomPortletMode> getCustomPortletModes()
Returns:
portlet modes

getCustomWindowStates

public final java.util.List<CustomWindowState> getCustomWindowStates()
Returns:
window states

getRoles

public final java.util.Collection<java.lang.String> getRoles()
Returns:
roles

getSupportedContents

public final java.util.Collection<java.lang.String> getSupportedContents()
Returns:
supported contents


Copyright © 2011 eXo Platform SAS. All Rights Reserved.