April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
“Out of the box” HandlerMappings
nConcrete Implementations
nBeanNameUrlHandlerMapping
nmaps incoming HTTP requests to names of beans, defined in the web application context
nSimpleUrlHandlerMapping
nMap Ant-style path matching (see org.springframework.util.PathMatcher) to a Controller
nCommonsPathMapHandlerMapping
nuse Commons Attributes to determine mapping
nControllerClassNameHandlerMapping
nMost often, the out-of-the box implementations are sufficient