Class SpacePropertiesPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.portal.application.state.AbstractContextualPropertyProviderPlugin
org.exoplatform.task.integration.SpacePropertiesPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class SpacePropertiesPlugin extends org.exoplatform.portal.application.state.AbstractContextualPropertyProviderPlugin
  • Field Summary

    Fields inherited from class org.exoplatform.portal.application.state.AbstractContextualPropertyProviderPlugin

    log, namespaceURI

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpacePropertiesPlugin(org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getProperties(org.exoplatform.portal.webui.application.UIPortlet portletWindow, Map<QName,String[]> properties)
     

    Methods inherited from class org.exoplatform.portal.application.state.AbstractContextualPropertyProviderPlugin

    addProperty

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpacePropertiesPlugin

      public SpacePropertiesPlugin(org.exoplatform.container.xml.InitParams params) throws Exception
      Throws:
      Exception
  • Method Details

    • getProperties

      public void getProperties(org.exoplatform.portal.webui.application.UIPortlet portletWindow, Map<QName,String[]> properties)
      Specified by:
      getProperties in class org.exoplatform.portal.application.state.AbstractContextualPropertyProviderPlugin