Class WebEndpointMappingRegistrar
- java.lang.Object
-
- io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
-
- io.microsphere.spring.webmvc.metadata.WebEndpointMappingRegistrar
-
- All Implemented Interfaces:
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
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
WebEndpointMappingRegistry
,WebEventPublisher
,AbstractSmartLifecycle
-
-
Constructor Summary
Constructors Constructor Description WebEndpointMappingRegistrar(org.springframework.web.context.WebApplicationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doStart()
protected void
doStop()
-