Class UIComponentFactory<T extends UIComponent>
java.lang.Object
org.exoplatform.portal.webui.container.UIComponentFactory<T>
- Direct Known Subclasses:
DefaultUIContainerFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<Class<?>, List<UIComponentFactory<?>>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Tcreate(Class<? extends T> type, WebuiRequestContext context) createUIComponent(String factoryID) abstract TcreateUIComponent(String factoryID, WebuiRequestContext context) static <T extends UIComponent>
UIComponentFactory<? extends T> getInstance(Class<T> type)
-
Field Details
-
COMPONENT_FACTORY
-
-
Constructor Details
-
UIComponentFactory
public UIComponentFactory()
-
-
Method Details
-
getInstance
-
create
-
createUIComponent
-
createUIComponent
-