org.exoplatform.services.portletcontainer
Class PortletContainer

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.PortletContainer

public class PortletContainer
extends Object

Jul 7, 2004 .


Constructor Summary
PortletContainer()
          Simple constructor.
 
Method Summary
 void addCustomMode(CustomMode mode)
           
 void addCustomWindowState(CustomWindowState state)
           
 void addProperties(Properties props)
           
 void addSupportedContent(SupportedContent supported)
           
 Cache getCache()
           
 List<CustomMode> getCustomMode()
           
 List<CustomWindowState> getCustomWindowState()
           
 DelegatedBundle getDelegatedBundle()
           
 Global getGlobal()
           
 List<Properties> getProperties()
           
 List<SupportedContent> getSupportedContent()
           
 void setCache(Cache cache)
           
 void setCustomMode(List<CustomMode> list)
           
 void setCustomWindowState(List<CustomWindowState> list)
           
 void setDelegatedBundle(DelegatedBundle bundle1)
           
 void setGlobal(Global global)
           
 void setProperties(List<Properties> list)
           
 void setSupportedContent(List<SupportedContent> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContainer

public PortletContainer()
Simple constructor.

Method Detail

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.