Interface IPropertiesController

  • All Known Implementing Classes:
    PropertiesController

    @RequestMapping("/properties")
    public interface IPropertiesController
    • Method Detail

      • getProperties

        @RequestMapping(method=GET,
                        produces="application/json")
        Map<String,​String> getProperties()
      • getProperty

        @RequestMapping(value="/{property}",
                        method=GET,
                        produces={"text/plain","application/json"})
        String getProperty​(String property)