directory « MVC Controller « Spring Q&A





1. getting directory listing from Controller    forum.springsource.org

getting directory listing from Controller Dear all, I am new to Spring MVC, and in my first project, I want to show the user a list of html files, and let ...

2. fatty noob: problem mapping directory listing to controller    forum.springsource.org

fatty noob: problem mapping directory listing to controller HI, I am having problems mapping a url that ends in a directory to a controller. For example, I have a MultiActionController using ...

3. Is it possible to map Directory names (no dot) to a Controller? (/directory)    forum.springsource.org

Is it possible to map directory names to a controller? ie: /bob=bobController /car=carController and if so, what would the web.xml have to look like? * ?