Package | Description |
---|---|
org.apache.sling.featureflags |
The Feature Flags feature allows applications to dynamically
provide features to clients and consumers depending on various criteria such as
Time of Day
Static Configuration
Request Parameter
Some Resource
|
org.apache.sling.featureflags.impl |
Modifier and Type | Method and Description |
---|---|
Feature |
Features.getFeature(String name)
Returns the feature with the given name.
|
Feature[] |
Features.getFeatures()
Get the list of all (known) features.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredFeature |
Modifier and Type | Method and Description |
---|---|
Feature |
FeatureManager.getFeature(String name) |
Feature[] |
FeatureManager.getFeatures() |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.