Uses of Interface
org.togglz.core.spi.FeatureManagerProvider
-
Packages that use FeatureManagerProvider Package Description org.togglz.core.context -
-
Uses of FeatureManagerProvider in org.togglz.core.context
Classes in org.togglz.core.context that implement FeatureManagerProvider Modifier and Type Class Description classBeanFinderFeatureManagerProviderclassContextClassLoaderFeatureManagerProviderThis implementation ofFeatureManagerProviderstores oneFeatureManagerfor each context class loader.classJNDIFeatureManagerProviderImplementation ofFeatureManagerProviderthat tries to look up aFeatureManagerfrom JNDI using the namejava:/comp/env/FeatureManager.classStaticFeatureManagerProviderImplementation ofFeatureManagerProviderfor Java SE applications.classThreadLocalFeatureManagerProviderThis implementation ofFeatureManagerProviderallows to store theFeatureManagerin aThreadLocalfor the current thread.
-