Klasse InfoControllerImpl

java.lang.Object
de.dlr.proseo.geotools.rest.InfoControllerImpl
Alle implementierten Schnittstellen:
InfoController

@Component public class InfoControllerImpl extends Object implements InfoController
Controller to handle the request for information on the regions provided in application.yml.
Autor:
Ernst Melchinger
  • Konstruktordetails

    • InfoControllerImpl

      public InfoControllerImpl()
  • Methodendetails

    • getInfo

      public org.springframework.http.ResponseEntity<?> getInfo()
      Return information on the known regions.
      Angegeben von:
      getInfo in Schnittstelle InfoController
      Gibt zurück:
      HttpStatus 200 and the requested information OR HttpStatus 400 and an error message if the input was invalid OR HttpStatus 500 and an error message if the input was valid but the implementation is pending or a problem occurred while trying to process a shape file