Package de.dlr.proseo.geotools.rest
Klasse InfoControllerDecorator
java.lang.Object
de.dlr.proseo.geotools.rest.InfoControllerDecorator
- Alle implementierten Schnittstellen:
InfoController
@RestController
@RequestMapping(value="/proseo/geotools/{version}/info",
produces="application/json")
@Validated
public class InfoControllerDecorator
extends Object
implements InfoController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<?> getInfo()
Get information about known region types
-
Konstruktordetails
-
InfoControllerDecorator
public InfoControllerDecorator()
-
-
Methodendetails
-
getInfo
@RequestMapping(value="", method=GET) public org.springframework.http.ResponseEntity<?> getInfo()Get information about known region types- Angegeben von:
getInfo
in SchnittstelleInfoController
-