Class AppRestControllerAdvice

    • Method Detail

      • initBinder

        @InitBinder
        protected void initBinder​(org.springframework.web.bind.WebDataBinder binder)
      • handleResponseStatusException

        @ExceptionHandler(org.springframework.web.server.ResponseStatusException.class)
        protected org.springframework.http.ResponseEntity<?> handleResponseStatusException​(org.springframework.web.server.ResponseStatusException ex)
      • populateViewerKind

        @ModelAttribute
        public ViewerResponse.KindEnum populateViewerKind​(javax.servlet.http.HttpServletRequest request)
      • populateApplication

        @ModelAttribute
        public Application populateApplication​(@ModelAttribute
                                               ViewerResponse.KindEnum viewerKind,
                                               @PathVariable(required=false)
                                               String viewerName,
                                               @RequestParam(required=false)
                                               String base,
                                               @RequestParam(required=false)
                                               String projection)
      • populateAppTreeLayerNode

        @ModelAttribute
        public AppTreeLayerNode populateAppTreeLayerNode​(@ModelAttribute
                                                         Application app,
                                                         @PathVariable(required=false)
                                                         String appLayerId)
      • populateGeoService

        @ModelAttribute
        public GeoService populateGeoService​(@ModelAttribute
                                             AppTreeLayerNode appTreeLayerNode)