-
- All Known Implementing Classes:
PGLCustomFactoryProvider,TFRootProvider
public interface ComponentFactoryProviderProvider ofComponentFactory. Implementations will be discovered viaLookup.SYSTEM.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentFactorygetFactory()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
-
-