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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<org.openwms.core.http.Index>
     

    Methods inherited from class org.openwms.core.http.AbstractWebController

    buildNOKResponse, buildNOKResponseWithKey, buildOKResponse, buildResponse, buildResponse, getLocationForCreatedResource, getLocationURIForCreatedResource, handleBehaviorAwareException, handleBusinessRuntimeException, handleConstraintViolationException, handleException, handleHttpBusinessException, handleTechnicalRuntimeException, handleValidationException, IllegalArgumentException, translate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndexController

      IndexController()
  • Method Details

    • getIndex

      @GetMapping("/index") public org.springframework.http.ResponseEntity<org.openwms.core.http.Index> getIndex()