Class UniqueValuesController


  • @Validated
    @RequestMapping(path="${tailormap-api.base-path}/{viewerKind}/{viewerName}/layer/{appLayerId}/unique/{attributeName}",
                    produces="application/json")
    public class UniqueValuesController
    extends Object
    • Method Detail

      • getUniqueAttributes

        @Transactional
        @RequestMapping(method={GET,POST})
        public org.springframework.http.ResponseEntity<Serializable> getUniqueAttributes​(@ModelAttribute
                                                                                         GeoService service,
                                                                                         @ModelAttribute
                                                                                         GeoServiceLayer layer,
                                                                                         @PathVariable("attributeName")
                                                                                         String attributeName,
                                                                                         @RequestParam(required=false)
                                                                                         String filter)