@DebugWebController public class DebugMBeansController extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DebugMBeansController.AcrossMBeanInfo |
static class |
DebugMBeansController.AcrossMBeanObject |
Constructor and Description |
---|
DebugMBeansController() |
Modifier and Type | Method and Description |
---|---|
String |
browseBeans(org.springframework.ui.Model model,
String cname) |
void |
buildMenu(com.foreach.across.modules.debugweb.mvc.DebugMenuEvent event) |
String |
data(String cname,
String json,
String attribute) |
DebugMBeansController.AcrossMBeanInfo |
getObjects(MBeanServer mBeanServer) |
String |
graph(com.foreach.across.modules.web.resource.WebResourceRegistry registry) |
void |
init(com.foreach.across.modules.web.resource.WebResourceRegistry registry) |
@Event public void buildMenu(com.foreach.across.modules.debugweb.mvc.DebugMenuEvent event)
@ModelAttribute public void init(com.foreach.across.modules.web.resource.WebResourceRegistry registry)
@RequestMapping(value="/mbeans") public String browseBeans(org.springframework.ui.Model model, @RequestParam(value="cname",defaultValue="") String cname) throws Exception
Exception
@RequestMapping(value="/mbeans/graph", params="cname") public String graph(com.foreach.across.modules.web.resource.WebResourceRegistry registry) throws Exception
Exception
@RequestMapping(value="/mbeans/graph", params={"cname","json","attribute"}) @ResponseBody public String data(@RequestParam(value="cname",defaultValue="") String cname, @RequestParam(value="json",defaultValue="") String json, @RequestParam(value="attribute") String attribute) throws Exception
Exception
public DebugMBeansController.AcrossMBeanInfo getObjects(MBeanServer mBeanServer)
Copyright © 2016. All rights reserved.