public class ServletContextLiveBeansView
extends org.springframework.context.support.LiveBeansView
LiveBeansView subclass which looks for all ApplicationContexts
in the web application, as exposed in ServletContext attributes.| Constructor and Description |
|---|
ServletContextLiveBeansView(ServletContext servletContext)
Create a new LiveBeansView for the given ServletContext.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<org.springframework.context.ConfigurableApplicationContext> |
findApplicationContexts() |
public ServletContextLiveBeansView(ServletContext servletContext)
servletContext - current ServletContext