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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.openwms.core.http.Index> getIndex()Methods inherited from class org.openwms.core.http.AbstractWebControllerbuildNOKResponse, buildNOKResponseWithKey, buildOKResponse, buildResponse, buildResponse, getLocationForCreatedResource, getLocationURIForCreatedResource, handleBehaviorAwareException, handleBusinessRuntimeException, handleConstraintViolationException, handleException, handleHttpBusinessException, handleRemovalNotAllowedException, handleTechnicalRuntimeException, handleValidationException, illegalArgumentException, translate
- 
Constructor Details- 
IndexControllerIndexController()
 
- 
- 
Method Details- 
getIndex@GetMapping("/index") public org.springframework.http.ResponseEntity<org.openwms.core.http.Index> getIndex()
 
-