| Package | Description |
|---|---|
| bap.pp.filter.api | |
| bap.pp.sysinfo.controller | |
| bap.pp.sysinfo.service |
| Modifier and Type | Method and Description |
|---|---|
static SystemInfo |
SystemInfoApi.getSystemInfo()
功能描述:获得系统信息对象
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.String> |
SysInfoRestController.add(SystemInfo info)
保存或修改系统信息
|
void |
SysInfoRestController.refreshServletContext(javax.servlet.ServletContext context,
SystemInfo info)
功能描述:更新上下文信息
|
| Modifier and Type | Method and Description |
|---|---|
SystemInfo |
SysInfoService.getSysInfo()
功能描述:系统信息对象
|
| Modifier and Type | Method and Description |
|---|---|
void |
SysInfoService.saveOrUpdateSysInfo(SystemInfo info)
功能描述:修改保存系统信息
|