I\'d like to be able to create a page that lists off the mappings that were discovered by controllers annotated with @Controller. I\'m doing this for REST services
With Spring 3.1, there is a new feature referred to as "end point documentation". The only thing I could find was some code in the spring-mvc-31-demo sample app. Refer to the example controller and JSP. Seems pretty straight forward.