类 WebEndpointMappingRegistrar
- java.lang.Object
-
- io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
-
- io.microsphere.spring.webmvc.metadata.WebEndpointMappingRegistrar
-
- 所有已实现的接口:
org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
public class WebEndpointMappingRegistrar extends io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
The class registers all instances ofWebEndpointMapping
that are collected from Spring Web MVC and Servlet components intoWebEndpointMappingRegistry
beforeWebEventPublisher
publishing theWebEndpointMappingsReadyEvent
- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
- 另请参阅:
WebEndpointMappingRegistry
,WebEventPublisher
,AbstractSmartLifecycle
-
-
构造器概要
构造器 构造器 说明 WebEndpointMappingRegistrar(org.springframework.web.context.WebApplicationContext context)
-