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
    IndexController(org.springframework.context.MessageSource messageSource)
     
  • 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, handleRemovalNotAllowedException, handleTechnicalRuntimeException, handleValidationException, illegalArgumentException, translate

    Methods inherited from class Object

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

    • IndexController

      IndexController(org.springframework.context.MessageSource messageSource)
  • Method Details

    • getIndex

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