Uses of Interface
org.springframework.context.support.LiveBeansViewMBean
Packages that use LiveBeansViewMBean Package Description org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.web.context.support Classes supporting theorg.springframework.web.context
package, such as WebApplicationContext implementations and various utility classes.Uses of LiveBeansViewMBean in org.springframework.context.support
Classes in org.springframework.context.support that implement LiveBeansViewMBean Modifier and Type Class Description class
LiveBeansView
Adapter for live beans view exposure, building a snapshot of current beans and their dependencies from either a localApplicationContext
(with a localLiveBeansView
bean definition) or all registered ApplicationContexts (driven by the "spring.liveBeansView.mbeanDomain" environment property).Uses of LiveBeansViewMBean in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement LiveBeansViewMBean Modifier and Type Class Description class
ServletContextLiveBeansView
LiveBeansView
subclass which looks for all ApplicationContexts in the web application, as exposed in ServletContext attributes.