Uses of Interface
org.apache.sling.caconfig.spi.ConfigurationMetadataProvider
Package
Description
Multiplexer services provide aggregated access to all implementations of the related SPI interface.
-
Uses of ConfigurationMetadataProvider in org.apache.sling.caconfig.impl.metadata
Modifier and TypeClassDescriptionclass
Detects configuration annotation classes deployed by any bundle via OSGi extender pattern.class
Detects allConfigurationMetadataProvider
implementations in the container and consolidates their result based on service ranking.Modifier and TypeMethodDescriptionprotected void
ConfigurationMetadataProviderMultiplexerImpl.bindConfigurationMetadataProvider
(ConfigurationMetadataProvider configurationMetadataProvider, Map<String, Object> props) protected void
ConfigurationMetadataProviderMultiplexerImpl.unbindConfigurationMetadataProvider
(ConfigurationMetadataProvider configurationMetadataProvider, Map<String, Object> props) -
Uses of ConfigurationMetadataProvider in org.apache.sling.caconfig.management.multiplexer
Modifier and TypeInterfaceDescriptioninterface
Detects allConfigurationMetadataProvider
implementations in the container and consolidates their result based on service ranking.