Package org.apache.sling.caconfig
Interface ConfigurationResolver
-
@ProviderType public interface ConfigurationResolver
Getting context-aware configurations for a given resource context. Context-specific configuration may be different for different parts of the resource hierarchy, and configuration parameter inheritance may take place. This service builds on top of theConfigurationResourceResolver
and uses that service to resolve configuration resources. These resources can then be converted into application specific configuration objects using theConfigurationBuilder
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ConfigurationBuilder
get(@NotNull Resource resource)
Get configuration for given resource.
-
-
-
Method Detail
-
get
@NotNull @NotNull ConfigurationBuilder get(@NotNull @NotNull Resource resource)
Get configuration for given resource.- Parameters:
resource
- Context resource- Returns:
- Configuration builder
-
-