|
|||||||||
Home >> All >> org >> springframework >> web >> servlet >> handler >> [ metadata overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.springframework.web.servlet.handler.metadata
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
See:
Description
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. |
Package org.springframework.web.servlet.handler.metadata Description
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
|
|||||||||
Home >> All >> org >> springframework >> web >> servlet >> handler >> [ metadata overview ] | PREV PACKAGE NEXT PACKAGE |