Interface MappingDescriptionProvider
- All Known Implementing Classes:
DispatcherHandlersMappingDescriptionProvider
,DispatcherServletsMappingDescriptionProvider
,FiltersMappingDescriptionProvider
,ServletsMappingDescriptionProvider
public interface MappingDescriptionProvider
A
MappingDescriptionProvider
provides a List
of mapping descriptions
through implementation-specific introspection of an application context.- Since:
- 2.0.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptiondescribeMappings
(ApplicationContext context) Produce the descriptions of the mappings identified by this provider in the givencontext
.Returns the name of the mappings described by this provider.
-
Method Details
-
getMappingName
String getMappingName()Returns the name of the mappings described by this provider.- Returns:
- the name of the mappings
-
describeMappings
Produce the descriptions of the mappings identified by this provider in the givencontext
.- Parameters:
context
- the application context to introspect- Returns:
- the mapping descriptions
-