| Package | Description |
|---|---|
| org.togglz.core.bootstrap | |
| org.togglz.core.context | |
| org.togglz.core.manager | |
| org.togglz.core.proxy | |
| org.togglz.core.spi | |
| org.togglz.core.util |
| Modifier and Type | Method and Description |
|---|---|
FeatureManager |
TogglzBootstrap.createFeatureManager()
Create the
FeatureManager for the application. |
FeatureManager |
FeatureManagerBootstrapper.createFeatureManager(Object context)
Tries to automatically build and configure a
FeatureManager like described above. |
| Modifier and Type | Method and Description |
|---|---|
static FeatureManager |
FeatureContext.getFeatureManager()
Returns the
FeatureManager for the current application (context class loader). |
FeatureManager |
StaticFeatureManagerProvider.getFeatureManager() |
FeatureManager |
ThreadLocalFeatureManagerProvider.getFeatureManager() |
FeatureManager |
ContextClassLoaderFeatureManagerProvider.getFeatureManager() |
FeatureManager |
JNDIFeatureManagerProvider.getFeatureManager() |
FeatureManager |
BeanFinderFeatureManagerProvider.getFeatureManager() |
static FeatureManager |
FeatureContext.getFeatureManagerOrNull()
Returns the
FeatureManager for the current application (context class loader). |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreadLocalFeatureManagerProvider.bind(FeatureManager featureManager)
Store the supplied
FeatureManager in the thread context. |
static void |
ContextClassLoaderFeatureManagerProvider.bind(FeatureManager featureManager)
Binds the
FeatureManager to the current context class loader . |
static void |
StaticFeatureManagerProvider.setFeatureManager(FeatureManager featureManager)
Sets the
FeatureManager that the provider should return for calls to StaticFeatureManagerProvider.getFeatureManager(). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFeatureManager
Default implementation of
FeatureManager |
class |
LazyResolvingFeatureManager
A feature manager that delegates all calls to the manager obtained lazily via
FeatureContext.getFeatureManager(). |
| Modifier and Type | Method and Description |
|---|---|
FeatureManager |
FeatureManagerBuilder.build()
Create the
FeatureManager using the current configuration of the builder |
| Constructor and Description |
|---|
FeatureProxyInvocationHandler(Feature feature,
Object active,
Object inactive,
FeatureManager featureManager) |
| Modifier and Type | Method and Description |
|---|---|
FeatureManager |
FeatureManagerProvider.getFeatureManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureManagerListener.start(FeatureManager featureManager)
Called after the
FeatureManager for the application has been created. |
void |
FeatureManagerListener.stop(FeatureManager featureManager)
Called before the
FeatureManager of the application is destroyed. |
| Constructor and Description |
|---|
FeatureMap(FeatureManager manager)
Constructor that allows to manually set the feature manager to use.
|
Copyright © 2018. All Rights Reserved.