I am using a javax.servlet.http.HttpServletRequest to implement a web application.
I have problem how to get the URI parameter of a request?
Complete URL is: /xyz/{value}/{name}/{status}
How to get the value, name and status from URL using HttpServletRequest ?