| Class Summary |
| AbstractPathMapHandlerMapping | Abstract 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. |
| CommonsPathMapHandlerMapping | Subclass of AbstractPathMapHandlerMapping that recognizes Commons Attributes
metadata attributes of type PathMap on application Controllers and automatically
wires them into the current servlet's WebApplicationContext. |
| PathMap | Attribute 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. |