Expand description
Functionality related to registering definitions of components. ComponentInstanceProviders should create Component instances based on those definitions, which can be registered automatically or manually.
Modules§
- conditional
- Conditional component definition registration support.
Structs§
- Component
Alias Metadata - Registration information for an alias for a Component registered in a definition registry. Please see ComponentDefinition for information about the meaning of the fields.
- Component
Definition - Definition for a Component registered in a definition registry.
- Component
Metadata - Registration information for a Component. Please see ComponentDefinition for information about the meaning of the fields.
- Static
Component Definition Registry - Registry of component definitions initialized from statically registered definitions.
Enums§
- Component
Definition Registry Error - Error related to component registries.
Traits§
- Component
Definition Registry - A registry of component definitions which can be used when requesting instances via a ComponentInstanceProvider.
- Typed
Component Definition Registry - Helper trait for ComponentDefinitionRegistry providing strongly-typed access.