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 |
---|---|
boolean |
Feature.isEnabled(ExecutionContext context)
Checks whether the feature is enabled for the given execution context.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionContextImpl
Implementation of the provider context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConfiguredFeature.isEnabled(ExecutionContext context) |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.