Package com.broadleafcommerce.metadata.dsl.registry
@NonNullApi
package com.broadleafcommerce.metadata.dsl.registry
-
ClassDescriptionAbstractComponentRegistry<R extends AbstractComponentRegistry<R>>An abstract implementation of
ComponentRegistry
used for storing and retrievingComponents
.ComponentRegistry<R extends ComponentRegistry<R>>A singleton registry used for storing and retrievingComponents
.A functional interface used for contributingComponents
to an application.The default implementation ofComponentRegistry
.The default implementation ofViewFilterRegistry
.Component registry that can be used during development.A functional interface used for contributing frameworkComponents
to an application.ViewFilterRegistry<R extends ViewFilterRegistry<R>>A singleton registry used for storing and retrievingViewFilters
.A functional interface used for contributingViewFilters
to an application.