public class DispatcherHandlersMappingDescriptionProvider extends Object implements MappingDescriptionProvider
MappingDescriptionProvider that introspects the HandlerMappings that are known to a DispatcherHandler.| Constructor and Description |
|---|
DispatcherHandlersMappingDescriptionProvider() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<DispatcherHandlerMappingDescription>> |
describeMappings(ApplicationContext context)
Produce the descriptions of the mappings identified by this provider in the given
context. |
String |
getMappingName()
Returns the name of the mappings described by this provider.
|
public DispatcherHandlersMappingDescriptionProvider()
public String getMappingName()
MappingDescriptionProvidergetMappingName in interface MappingDescriptionProviderpublic Map<String,List<DispatcherHandlerMappingDescription>> describeMappings(ApplicationContext context)
MappingDescriptionProvidercontext.describeMappings in interface MappingDescriptionProvidercontext - the application context to introspect