org.exoplatform.services.portletcontainer
Class PortletContainer
java.lang.Object
org.exoplatform.services.portletcontainer.PortletContainer
public class PortletContainer
- extends Object
Jul 7, 2004 .
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletContainer
public PortletContainer()
- Simple constructor.
getCache
public final Cache getCache()
- Returns:
- cache
setCache
public final void setCache(Cache cache)
- Parameters:
cache - cache
getCustomMode
public final List<CustomMode> getCustomMode()
- Returns:
- custom portlet mode list
setCustomMode
public final void setCustomMode(List<CustomMode> list)
- Parameters:
list - custom portlet mode list
addCustomMode
public final void addCustomMode(CustomMode mode)
- Parameters:
mode - custom portlet mode
getCustomWindowState
public final List<CustomWindowState> getCustomWindowState()
- Returns:
- custom window state list
setCustomWindowState
public final void setCustomWindowState(List<CustomWindowState> list)
- Parameters:
list - custom window state list
addCustomWindowState
public final void addCustomWindowState(CustomWindowState state)
- Parameters:
state - custom window state
getGlobal
public final Global getGlobal()
- Returns:
- global
setGlobal
public final void setGlobal(Global global)
- Parameters:
global - global
getProperties
public final List<Properties> getProperties()
- Returns:
- properties list
setProperties
public final void setProperties(List<Properties> list)
- Parameters:
list - properties list
addProperties
public final void addProperties(Properties props)
- Parameters:
props - properties
setDelegatedBundle
public final void setDelegatedBundle(DelegatedBundle bundle1)
- Parameters:
bundle1 - delegated bundle object
getDelegatedBundle
public final DelegatedBundle getDelegatedBundle()
- Returns:
- delegated bundle object
getSupportedContent
public final List<SupportedContent> getSupportedContent()
- Returns:
- supported content list
setSupportedContent
public final void setSupportedContent(List<SupportedContent> list)
- Parameters:
list - supported content list
addSupportedContent
public final void addSupportedContent(SupportedContent supported)
- Parameters:
supported - supported content
Copyright © 2009 eXo Platform SAS. All Rights Reserved.