Architecture
WebMapRequests
http://localhost:8080/cb_next/bnclicked/cb_next%23com.demo.productcatalog.tailwindproductcatalog.w_productitems@WebMAPController
@RequestMapping(value = "/{control}/{event}/{uid:.+}", method = {RequestMethod.POST}, produces = MediaType.APPLICATION_JSON_VALUE)
public @ResponseBody IWebMapResponse start(
@PathVariable String control,
@PathVariable String event,
@PathVariable String uid, String requestBody) {
ListWas this helpful?