Class ContextualPropertyManagerImpl

java.lang.Object
org.exoplatform.portal.application.state.ContextualPropertyManagerImpl
All Implemented Interfaces:
ContextualPropertyManager, org.picocontainer.Startable

public class ContextualPropertyManagerImpl extends Object implements ContextualPropertyManager, org.picocontainer.Startable
  • Constructor Details

    • ContextualPropertyManagerImpl

      public ContextualPropertyManagerImpl() throws Exception
      Throws:
      Exception
  • Method Details

    • getProperties

      public Map<QName,String[]> getProperties(UIPortlet portletWindow)
      Description copied from interface: ContextualPropertyManager
      Returns a map of qualified names and string values for contextual properties of the portlet.
      Specified by:
      getProperties in interface ContextualPropertyManager
      Parameters:
      portletWindow - the portlet
      Returns:
      the contextual properties
    • start

      public void start()
      Specified by:
      start in interface org.picocontainer.Startable
    • stop

      public void stop()
      Specified by:
      stop in interface org.picocontainer.Startable
    • addPlugin

      public void addPlugin(org.exoplatform.container.component.ComponentPlugin plugin)