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

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

public class ResponseContext
extends java.lang.Object

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


Constructor Summary
ResponseContext(javax.servlet.http.HttpServletResponse httpServletResponse, org.exoplatform.container.ExoContainer cont, java.lang.String windowID, Input input, Portlet portletDatas, boolean isSecure, java.util.Collection<java.lang.String> supportedContents, java.util.Enumeration<javax.portlet.WindowState> windowStates, java.util.List<CustomWindowState> customWindowState, Output output, javax.portlet.PortalContext portalContext, javax.portlet.PortletRequest request)
           
 
Method Summary
 org.exoplatform.container.ExoContainer getCont()
           
 java.util.List<CustomWindowState> getCustomWindowState()
           
 javax.servlet.http.HttpServletResponse getHttpServletResponse()
           
 Input getInput()
           
 Output getOutput()
           
 javax.portlet.PortalContext getPortalContext()
           
 Portlet getPortletDatas()
           
 javax.portlet.PortletRequest getPortletRequest()
           
 java.util.Collection<java.lang.String> getSupportedContents()
           
 java.lang.String getWindowID()
           
 java.util.Enumeration<javax.portlet.WindowState> getWindowStates()
           
 boolean isSecure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseContext

public ResponseContext(javax.servlet.http.HttpServletResponse httpServletResponse,
                       org.exoplatform.container.ExoContainer cont,
                       java.lang.String windowID,
                       Input input,
                       Portlet portletDatas,
                       boolean isSecure,
                       java.util.Collection<java.lang.String> supportedContents,
                       java.util.Enumeration<javax.portlet.WindowState> windowStates,
                       java.util.List<CustomWindowState> customWindowState,
                       Output output,
                       javax.portlet.PortalContext portalContext,
                       javax.portlet.PortletRequest request)
Parameters:
httpServletResponse - http servlet response
cont - container
windowID - window id
input - input
portletDatas - portlet datas
isSecure - is secure
supportedContents - supported contents
windowStates - window states
customWindowState - custom window state
output - output
portalContext - portal context
request - request
Method Detail

getHttpServletResponse

public final javax.servlet.http.HttpServletResponse getHttpServletResponse()
Returns:
http servlet response

getCont

public final org.exoplatform.container.ExoContainer getCont()
Returns:
exo container

getWindowID

public final java.lang.String getWindowID()
Returns:
window id

getInput

public final Input getInput()
Returns:
input

getPortletDatas

public final Portlet getPortletDatas()
Returns:
portlet datas

isSecure

public final boolean isSecure()
Returns:
is secure

getSupportedContents

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

getWindowStates

public final java.util.Enumeration<javax.portlet.WindowState> getWindowStates()
Returns:
window states

getCustomWindowState

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

getOutput

public final Output getOutput()
Returns:
output

getPortalContext

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

getPortletRequest

public final javax.portlet.PortletRequest getPortletRequest()
Returns:
portlet request


Copyright © 2010 eXo Platform SAS. All Rights Reserved.