-
- All Known Implementing Classes:
PGLCustomFactoryProvider
,TFRootProvider
public interface ComponentFactoryProvider
Provider ofComponentFactory
. Implementations will be discovered viaLookup.SYSTEM
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentFactory
getFactory()
Get the component factory associated with this provider.
-
-
-
Method Detail
-
getFactory
ComponentFactory getFactory()
Get the component factory associated with this provider. Will usually always return the same instance.- Returns:
- component factory
-
-