org.exoplatform.social.webui.activity
Class UIActivityFactory

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by 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

Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
UIActivityFactory()
           
 
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
 

Constructor Detail

UIActivityFactory

public UIActivityFactory()
Method Detail

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–2014 eXo Platform SAS. All rights reserved.