Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.registry |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentRegistry<R extends ComponentRegistry<R>>
A singleton registry used for storing and retrieving
Components . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentRegistry<R extends AbstractComponentRegistry<R>>
An abstract implementation of
ComponentRegistry used for storing and retrieving
Components . |
class |
DefaultComponentRegistry
The default implementation of
ComponentRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
ComponentSource.register(ComponentRegistry<?> registry)
Used for registering or modifying components within the
ComponentRegistry . |
void |
FrameworkComponentSource.register(ComponentRegistry<?> registry)
Used for registering or modifying components within the
ComponentRegistry . |
Copyright © 2021. All rights reserved.