org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
Class ResponseContext
java.lang.Object
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.ResponseContext
public class ResponseContext
- extends 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,
String windowID,
Input input,
Portlet portletDatas,
boolean isSecure,
Collection<String> supportedContents,
Enumeration<javax.portlet.WindowState> windowStates,
List<CustomWindowState> customWindowState,
Output output,
javax.portlet.PortalContext portalContext,
javax.portlet.PortletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseContext
public ResponseContext(javax.servlet.http.HttpServletResponse httpServletResponse,
org.exoplatform.container.ExoContainer cont,
String windowID,
Input input,
Portlet portletDatas,
boolean isSecure,
Collection<String> supportedContents,
Enumeration<javax.portlet.WindowState> windowStates,
List<CustomWindowState> customWindowState,
Output output,
javax.portlet.PortalContext portalContext,
javax.portlet.PortletRequest request)
- Parameters:
httpServletResponse - http servlet responsecont - containerwindowID - window idinput - inputportletDatas - portlet datasisSecure - is securesupportedContents - supported contentswindowStates - window statescustomWindowState - custom window stateoutput - outputportalContext - portal contextrequest - request
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 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 Collection<String> getSupportedContents()
- Returns:
- supported contents
getWindowStates
public final Enumeration<javax.portlet.WindowState> getWindowStates()
- Returns:
- window states
getCustomWindowState
public final 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 © 2009 eXo Platform SAS. All Rights Reserved.