open class ServletContextLiveBeansView : LiveBeansView
LiveBeansView subclass which looks for all ApplicationContexts in the web application, as exposed in ServletContext attributes.
Author
Juergen Hoeller
Since
3.2
ServletContextLiveBeansView(servletContext: ServletContext)
Create a new LiveBeansView for the given ServletContext. |
static val MBEAN_APPLICATION_KEY: String |
|
static val MBEAN_DOMAIN_PROPERTY_NAME: String |
open fun getSnapshotAsJson(): String
Generate a JSON snapshot of current beans and their dependencies, finding all active ApplicationContexts through |
|
open fun setApplicationContext(applicationContext: ApplicationContext): Unit |