类 ServletsMappingDescriptionProvider
java.lang.Object
org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
- 所有已实现的接口:
MappingDescriptionProvider
@ImportRuntimeHints(org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider.ServletsMappingDescriptionProviderRuntimeHints.class)
public class ServletsMappingDescriptionProvider
extends Object
implements MappingDescriptionProvider
A
MappingDescriptionProvider
that describes that mappings of any Servlets
registered with a ServletContext
.- 从以下版本开始:
- 2.0.0
- 作者:
- Andy Wilkinson
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明describeMappings
(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.
-
构造器详细资料
-
ServletsMappingDescriptionProvider
public ServletsMappingDescriptionProvider()
-
-
方法详细资料
-
describeMappings
从接口复制的说明:MappingDescriptionProvider
Produce the descriptions of the mappings identified by this provider in the givencontext
.- 指定者:
describeMappings
在接口中MappingDescriptionProvider
- 参数:
context
- the application context to introspect- 返回:
- the mapping descriptions
-
getMappingName
从接口复制的说明:MappingDescriptionProvider
Returns the name of the mappings described by this provider.- 指定者:
getMappingName
在接口中MappingDescriptionProvider
- 返回:
- the name of the mappings
-