org.springframework.web.servlet.handler.metadata
Class Diagram metadata

Class Summary
AbstractPathMapHandlerMappingAbstract implementation of the HandlerMapping interface that recognizes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
CommonsPathMapHandlerMappingSubclass of AbstractPathMapHandlerMapping that recognizes Commons Attributes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext.
PathMapAttribute to be used on Controller classes to allow for automatic URL mapping without web controllers being defined as beans in an XML bean definition file.