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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createUIComponent(String factoryID, org.exoplatform.webui.application.WebuiRequestContext context)
     

    Methods inherited from class org.exoplatform.portal.webui.container.UIComponentFactory

    create, createUIComponent, getInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AddOnContainerFactory

      public AddOnContainerFactory()
  • Method Details

    • createUIComponent

      public UIAddOnContainer createUIComponent(String factoryID, org.exoplatform.webui.application.WebuiRequestContext context)
      Specified by:
      createUIComponent in class org.exoplatform.portal.webui.container.UIComponentFactory<UIAddOnContainer>