Class UIExtensionPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.webui.ext.UIExtensionPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class UIExtensionPlugin extends org.exoplatform.container.component.BaseComponentPlugin
This class allows you to dynamically define new extensions Created by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com May 04, 2009
  • Field Summary

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

    desc, name
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
     

    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

    • UIExtensionPlugin

      public UIExtensionPlugin(org.exoplatform.container.xml.InitParams params)
  • Method Details

    • getExtensions

      public List<UIExtension> getExtensions()
      Returns:
      all the extensions associated to this plugin