@NonNullApi
Package com.broadleafcommerce.metadata.dsl.registry
-
Interface Summary Interface Description ComponentRegistry<R extends ComponentRegistry<R>> A singleton registry used for storing and retrievingComponents.ComponentSource A functional interface used for contributingComponentsto an application.FrameworkComponentSource A functional interface used for contributing frameworkComponentsto an application.ViewFilterRegistry<R extends ViewFilterRegistry<R>> A singleton registry used for storing and retrievingViewFilters.ViewFilterSource A functional interface used for contributingViewFiltersto an application. -
Class Summary Class Description AbstractComponentRegistry<R extends AbstractComponentRegistry<R>> An abstract implementation ofComponentRegistryused for storing and retrievingComponents.DefaultComponentRegistry The default implementation ofComponentRegistry.DefaultViewFilterRegistry The default implementation ofViewFilterRegistry.DevelopmentComponentRegistry Component registry that can be used during development.