| Class | Description |
|---|---|
| BeanFinderFeatureManagerProvider | |
| ContextClassLoaderFeatureManagerProvider |
This implementation of
FeatureManagerProvider stores one FeatureManager for each context class loader. |
| FeatureContext |
This class is typically used to obtain the
FeatureManager from application code. |
| JNDIFeatureManagerProvider |
Implementation of
FeatureManagerProvider that tries to look up a FeatureManager from JNDI using the name
java:/comp/env/FeatureManager. |
| StaticFeatureManagerProvider |
Implementation of
FeatureManagerProvider for Java SE applications. |
| ThreadLocalFeatureManagerProvider |
This implementation of
FeatureManagerProvider allows to store the FeatureManager in a ThreadLocal for
the current thread. |
Copyright © 2018. All Rights Reserved.