public class LiveBeansViewServlet
extends javax.servlet.http.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()
,
Serialized FormConstructor and Description |
---|
LiveBeansViewServlet() |
Modifier and Type | Method and Description |
---|---|
protected LiveBeansView |
buildLiveBeansView() |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init() |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected LiveBeansView buildLiveBeansView()
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2015. All rights reserved.