Package | Description |
---|---|
org.apache.sling.feature.extension.apiregions.api.config | |
org.apache.sling.feature.extension.apiregions.api.config.validation |
Modifier and Type | Method and Description |
---|---|
Region |
ConfigurationApi.detectRegion()
Detect the region, either return the stored region or the default (GLOBAL)
|
Region |
ConfigurationApi.getRegion()
Get the api configuration region
|
Region |
ConfigurableEntity.getRegion()
Which region does this entity apply to?
|
static Region |
Region.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
Region.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<org.apache.sling.feature.ArtifactId,Region> |
ConfigurationApi.getFeatureToRegionCache()
Get the feature to region cache to keep track of regions for origin features
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationApi.setRegion(Region value)
Set the api configuration region
|
void |
ConfigurableEntity.setRegion(Region region)
Set the region of this entity.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationValidationResult |
ConfigurationValidator.validate(org.apache.sling.feature.Configuration config,
ConfigurableEntity desc,
Region region)
Validate a configuration
|
ConfigurationValidationResult |
ConfigurationValidator.validate(org.apache.sling.feature.Configuration config,
ConfigurableEntity desc,
Region region,
Mode mode)
Validate a configuration
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.