Uses of Class
org.exoplatform.services.portletcontainer.pci.model.CustomWindowState

Packages that use CustomWindowState
org.exoplatform.services.portletcontainer.pci.model   
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp   
 

Uses of CustomWindowState in org.exoplatform.services.portletcontainer.pci.model
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return CustomWindowState
static CustomWindowState XMLParser.readCustomWindowState(org.exoplatform.commons.xml.ExoXPPParser xpp)
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return types with arguments of type CustomWindowState
 List<CustomWindowState> PortletApp.getCustomWindowState()
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model with parameters of type CustomWindowState
 void PortletApp.addCustomWindowState(CustomWindowState value)
           
 

Uses of CustomWindowState in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp that return types with arguments of type CustomWindowState
 List<CustomWindowState> ResponseContext.getCustomWindowState()
           
 List<CustomWindowState> RequestContext.getCustomWindowStates()
           
 

Constructor parameters in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp with type arguments of type CustomWindowState
PortletConfigImp(Portlet portletDatas, javax.portlet.PortletContext portletContext, List<SecurityConstraint> securityContraints, List<UserAttribute> userAttributes, List<CustomPortletMode> customPortletModes, List<CustomWindowState> customWindowStates, String defaultNamespace)
           
RequestContext(javax.servlet.http.HttpServletRequest httpServletRequest, javax.portlet.PortalContext portalContext, javax.portlet.PortletContext portletContext, PortletSessionImp session, Input input, PortletWindowInternal portletWindowInternal, List<SecurityConstraint> securityContraints, List<UserAttribute> userAttributes, List<CustomPortletMode> customPortletModes, List<CustomWindowState> customWindowStates, Collection<String> roles, Collection<String> supportedContents)
           
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)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.