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>
-
Field Summary
Fields inherited from class org.exoplatform.portal.webui.container.UIComponentFactory
componentFactory, DEFAULT_FACTORY_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateUIComponent(String factoryID, org.exoplatform.webui.application.WebuiRequestContext context) Methods inherited from class org.exoplatform.portal.webui.container.UIComponentFactory
create, createUIComponent, getInstance
-
Constructor Details
-
AddOnContainerFactory
public AddOnContainerFactory()
-
-
Method Details
-
createUIComponent
public UIAddOnContainer createUIComponent(String factoryID, org.exoplatform.webui.application.WebuiRequestContext context) - Specified by:
createUIComponentin classorg.exoplatform.portal.webui.container.UIComponentFactory<UIAddOnContainer>
-