org.exoplatform.social.webui.activity
Class UIActivityFactory
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.webui.activity.UIActivityFactory
- All Implemented Interfaces:
- org.exoplatform.container.component.ComponentPlugin
public class UIActivityFactory
- extends org.exoplatform.container.component.BaseComponentPlugin
UIActivityFactory.java
- Since:
- Jul 22, 2010
- Author:
- zun
| Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin |
desc, name |
|
Method Summary |
BaseUIActivity |
addChild(org.exoplatform.social.core.activity.model.ExoSocialActivity activity,
org.exoplatform.portal.webui.container.UIContainer parent)
Find BaseUIActivity which compatible with Activity's type, and then add UIComponent the parent UI. |
| 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 |
UIActivityFactory
public UIActivityFactory()
addChild
public BaseUIActivity addChild(org.exoplatform.social.core.activity.model.ExoSocialActivity activity,
org.exoplatform.portal.webui.container.UIContainer parent)
throws Exception
- Find BaseUIActivity which compatible with Activity's type, and then add UIComponent the parent UI.
- Parameters:
activity - parent -
- Returns:
-
- Throws:
Exception
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.