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

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

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

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

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

Methods in org.exoplatform.services.portletcontainer.pci.model with parameters of type CustomPortletMode
 void PortletApp.addCustomPortletMode(CustomPortletMode mode)
           
 

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

Methods in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp that return types with arguments of type CustomPortletMode
 List<CustomPortletMode> RequestContext.getCustomPortletModes()
           
 

Constructor parameters in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp with type arguments of type CustomPortletMode
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)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.