This is similar to this question, but I am still confused about my situation. I want to map this ant-style pattern to a controller method:
I have the method below: @RequestMapping(value = \"/path/to/{iconId}\", params=\"size={iconSize}\", method = RequestMethod.GET)
Is there a way to get the complete path value af开发者_运维问答ter the requestMapping @PathVariable values have been parsed?
We are developing a Online Ordering Website and we are planning to be completely flexible in the sense Layout can be changed, Color, Font , and in a page a component(div) can be added.