Package org.openwms.core.preferences
Class IndexController
java.lang.Object
org.openwms.core.http.AbstractWebController
org.openwms.core.preferences.IndexController
@MeasuredRestController
class IndexController
extends org.openwms.core.http.AbstractWebController
A IndexController serves the root
Index
resource via REST.- Author:
- Heiko Scherrer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<org.openwms.core.http.Index> getIndex()
Methods inherited from class org.openwms.core.http.AbstractWebController
buildNOKResponse, buildNOKResponseWithKey, buildOKResponse, buildResponse, buildResponse, getLocationForCreatedResource, getLocationURIForCreatedResource, handleBehaviorAwareException, handleBusinessRuntimeException, handleConstraintViolationException, handleException, handleHttpBusinessException, handleRemovalNotAllowedException, handleTechnicalRuntimeException, handleValidationException, illegalArgumentException, translate
-
Constructor Details
-
IndexController
IndexController()
-
-
Method Details
-
getIndex
@GetMapping("/index") public org.springframework.http.ResponseEntity<org.openwms.core.http.Index> getIndex()
-