@RestController public class PlatformController extends ControllerBase
| Constructor and Description |
|---|
PlatformController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.catalina.Context |
getAppNGContext() |
org.springframework.http.ResponseEntity<Properties> |
listEnvironment() |
org.springframework.http.ResponseEntity<Properties> |
listSystemProperties() |
protected Properties |
mapProps(Map<?,?> properties) |
org.springframework.http.ResponseEntity<Platform> |
reloadPlatform() |
org.springframework.http.ResponseEntity<Platform> |
showPlatform() |
getDatabaseStatus, getSharedSecret, onBusinessException@RequestMapping(value="/platform",
method=GET)
public org.springframework.http.ResponseEntity<Platform> showPlatform()
@RequestMapping(value="/platform/system",
method=GET)
public org.springframework.http.ResponseEntity<Properties> listSystemProperties()
@RequestMapping(value="/platform/environment",
method=GET)
public org.springframework.http.ResponseEntity<Properties> listEnvironment()
@RequestMapping(value="/platform/reload",
method=POST)
public org.springframework.http.ResponseEntity<Platform> reloadPlatform()
protected org.apache.catalina.Context getAppNGContext()
protected Properties mapProps(Map<?,?> properties)
Copyright © 2011–2017 aiticon GmbH. All rights reserved.