org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
Class ResponseContext
java.lang.Object
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)
|
| 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,
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 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 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 © 2012 eXo Platform SAS. All Rights Reserved.