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()
MappingDescriptionProvider
getMappingName
in interface MappingDescriptionProvider
public Map<String,List<DispatcherHandlerMappingDescription>> describeMappings(ApplicationContext context)
MappingDescriptionProvider
context
.describeMappings
in interface MappingDescriptionProvider
context
- the application context to introspect