Interface UIComponentRegistry

All Superinterfaces:
Registry<RootUIComponent,String>

@NonNullByDefault public interface UIComponentRegistry extends Registry<RootUIComponent,String>
A namespace-specific Registry for UI components. It is normally instantiated for a specific namespace by the UIComponentRegistryFactory.
Author:
Yannick Schaus - Initial contribution