org.exoplatform.webui.ext
Class UIExtensionPlugin

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by 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
UIExtensionPlugin(org.exoplatform.container.xml.InitParams params)
           
 
Method Summary
 List<UIExtension> getExtensions()
           
 
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 Detail

UIExtensionPlugin

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

getExtensions

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


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.