Class PlatformController


  • @RestController
    public class PlatformController
    extends ControllerBase
    • Constructor Detail

      • PlatformController

        public PlatformController()
    • Method Detail

      • showPlatform

        @GetMapping("/platform")
        public org.springframework.http.ResponseEntity<Platform> showPlatform()
      • listSystemProperties

        @GetMapping("/platform/system")
        public org.springframework.http.ResponseEntity<Properties> listSystemProperties()
      • listEnvironment

        @GetMapping("/platform/environment")
        public org.springframework.http.ResponseEntity<Properties> listEnvironment()
      • reloadPlatform

        @PostMapping("/platform/reload")
        public org.springframework.http.ResponseEntity<Void> reloadPlatform()
      • getAppNGContext

        protected org.apache.catalina.Context getAppNGContext()
      • mapProps

        protected Properties mapProps​(Map<?,​?> properties)