public class SystemOverviewController extends Object implements org.springframework.web.servlet.mvc.Controller
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SystemOverviewController.MemoryInfo | 
| static class  | SystemOverviewController.ServerInfo | 
| Constructor and Description | 
|---|
| SystemOverviewController() | 
| Modifier and Type | Method and Description | 
|---|---|
| AppConfiguration | getConfig() | 
| String | getView() | 
| org.springframework.web.servlet.ModelAndView | handleRequest(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response) | 
| void | setConfig(AppConfiguration config) | 
| void | setView(String view) | 
public String getView()
public void setView(String view)
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
                                                                  javax.servlet.http.HttpServletResponse response)
                                                           throws Exception
handleRequest in interface org.springframework.web.servlet.mvc.ControllerExceptionpublic AppConfiguration getConfig()
public void setConfig(AppConfiguration config)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.