public class LiveBeansViewServlet
extends HttpServlet
LiveBeansView
's MBean exposure.
Generates a JSON snapshot for current beans and their dependencies in all ApplicationContexts that live within the current web application.
LiveBeansView.getSnapshotAsJson()
Modifier and Type | Field and Description |
---|---|
private LiveBeansView |
liveBeansView |
Constructor and Description |
---|
LiveBeansViewServlet() |
Modifier and Type | Method and Description |
---|---|
protected LiveBeansView |
buildLiveBeansView() |
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
init() |
private LiveBeansView liveBeansView
public void init() throws ServletException
ServletException
protected LiveBeansView buildLiveBeansView()
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException