Package org.exoplatform.webui.container
Class AddOnContainerFactory
- java.lang.Object
-
- org.exoplatform.portal.webui.container.UIComponentFactory<UIAddOnContainer>
-
- org.exoplatform.webui.container.AddOnContainerFactory
-
public class AddOnContainerFactory extends org.exoplatform.portal.webui.container.UIComponentFactory<UIAddOnContainer>
-
-
Constructor Summary
Constructors Constructor Description AddOnContainerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIAddOnContainercreateUIComponent(String factoryID, org.exoplatform.webui.application.WebuiRequestContext context)
-
-
-
Method Detail
-
createUIComponent
public UIAddOnContainer createUIComponent(String factoryID, org.exoplatform.webui.application.WebuiRequestContext context)
- Specified by:
createUIComponentin classorg.exoplatform.portal.webui.container.UIComponentFactory<UIAddOnContainer>
-
-