spring-framework / org.springframework.web.context.support / LiveBeansViewServlet

LiveBeansViewServlet

open class LiveBeansViewServlet : HttpServlet

Servlet variant of LiveBeansView's MBean exposure.

Generates a JSON snapshot for current beans and their dependencies in all ApplicationContexts that live within the current web application.

Author
Juergen Hoeller

Since
3.2

See Also
org.springframework.context.support.LiveBeansView#getSnapshotAsJson()

Constructors

<init>

LiveBeansViewServlet()

Servlet variant of LiveBeansView's MBean exposure.

Generates a JSON snapshot for current beans and their dependencies in all ApplicationContexts that live within the current web application.

Functions

init

open fun init(): Unit