public class DispatcherServletsMappingDescriptionProvider extends Object implements MappingDescriptionProvider
MappingDescriptionProvider
that introspects the HandlerMappings
that are known to one or more DispatcherServlets
.Constructor and Description |
---|
DispatcherServletsMappingDescriptionProvider() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<DispatcherServletMappingDescription>> |
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 DispatcherServletsMappingDescriptionProvider()
public String getMappingName()
MappingDescriptionProvider
getMappingName
in interface MappingDescriptionProvider
public Map<String,List<DispatcherServletMappingDescription>> describeMappings(ApplicationContext context)
MappingDescriptionProvider
context
.describeMappings
in interface MappingDescriptionProvider
context
- the application context to introspect