Package org.togglz.core.context
-
Class Summary Class Description BeanFinderFeatureManagerProvider ContextClassLoaderFeatureManagerProvider This implementation ofFeatureManagerProviderstores oneFeatureManagerfor each context class loader.FeatureContext This class is typically used to obtain theFeatureManagerfrom application code.JNDIFeatureManagerProvider Implementation ofFeatureManagerProviderthat tries to look up aFeatureManagerfrom JNDI using the namejava:/comp/env/FeatureManager.StaticFeatureManagerProvider Implementation ofFeatureManagerProviderfor Java SE applications.ThreadLocalFeatureManagerProvider This implementation ofFeatureManagerProviderallows to store theFeatureManagerin aThreadLocalfor the current thread.