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
Feature flag support consists of two parts: The feature flag itself represented
by the
Feature interface and the
the application providing a feature guarded by a feature flag. |
org.apache.sling.featureflags.impl |
Modifier and Type | Method and Description |
---|---|
Features |
ExecutionContext.getFeatures()
Return the
Features manager. |
Modifier and Type | Class and Description |
---|---|
class |
FeatureManager
This service implements the feature handling.
|
Modifier and Type | Method and Description |
---|---|
Features |
ExecutionContextImpl.getFeatures() |
Constructor and Description |
---|
ExecutionContextImpl(Features features,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.