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 Form| Constructor 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, servicepublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected 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.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2015. All rights reserved.