Package cronapi.rest

Class CronapiMetadataREST


  • @Controller
    @RequestMapping("/api/metadata/")
    public class CronapiMetadataREST
    extends Object
    • Constructor Detail

      • CronapiMetadataREST

        public CronapiMetadataREST()
    • Method Detail

      • root

        @RequestMapping("/")
        public void root​(javax.servlet.http.HttpServletResponse response)
                  throws IOException
        Throws:
        IOException
      • dataOptions

        @RequestMapping(method=GET,
                        value="/configuration")
        public org.springframework.http.HttpEntity<com.google.gson.JsonElement> dataOptions()
                                                                                     throws Exception
        Throws:
        Exception