public class SystemInfoController extends Object implements org.springframework.web.servlet.mvc.Controller
Modifier and Type | Class and Description |
---|---|
static class |
SystemInfoController.MemoryInfo |
static class |
SystemInfoController.ServerInfo |
Constructor and Description |
---|
SystemInfoController() |
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.Controller
Exception
public AppConfiguration getConfig()
public void setConfig(AppConfiguration config)
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.