Package | Description |
---|---|
org.apache.sling.feature.extension.apiregions.api |
Modifier and Type | Method and Description |
---|---|
ApiRegion |
ApiRegion.getParent()
Get the parent region
|
ApiRegion |
ApiRegions.getRegionByName(String name)
Get a named region
|
ApiRegion[] |
ApiRegions.getRegionsByFeature(org.apache.sling.feature.ArtifactId featureId) |
ApiRegion |
ApiRegions.getRoot()
Get the root regions.
|
Modifier and Type | Method and Description |
---|---|
List<ApiRegion> |
ApiRegions.listRegions()
Return the list of regions
|
Modifier and Type | Method and Description |
---|---|
boolean |
ApiRegions.add(ApiRegion region)
Add the region.
|
boolean |
ApiRegions.add(int idx,
ApiRegion region)
Add the region.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.