Class InfoEndpoint


  • @Configurable
    @Controller
    @RequestMapping("/info")
    public class InfoEndpoint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InfoEndpoint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String info()  
      void setServiceURL​(java.net.URI serviceURL)  
      • Methods inherited from class java.lang.Object

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

      • InfoEndpoint

        public InfoEndpoint()
    • Method Detail

      • setServiceURL

        @Setting("service.serviceURL")
        public void setServiceURL​(java.net.URI serviceURL)
      • info

        @ResponseBody
        @RequestMapping(method=GET,
                        produces="application/json")
        public java.lang.String info()