类 WebEndpointMappingsReadyEvent

  • 所有已实现的接口:
    java.io.Serializable

    public class WebEndpointMappingsReadyEvent
    extends org.springframework.context.event.ApplicationContextEvent
    An ApplicationContextEvent was raised when the WebEndpointMappings are ready.
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    另请参阅:
    序列化表格
    • 字段概要

      • 从类继承的字段 java.util.EventObject

        source
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.util.Collection<WebEndpointMapping> getMappings()  
      java.lang.String toString()  
      • 从类继承的方法 org.springframework.context.event.ApplicationContextEvent

        getApplicationContext
      • 从类继承的方法 org.springframework.context.ApplicationEvent

        getTimestamp
      • 从类继承的方法 java.util.EventObject

        getSource
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • WebEndpointMappingsReadyEvent

        public WebEndpointMappingsReadyEvent​(org.springframework.context.ApplicationContext source,
                                             java.util.Collection<WebEndpointMapping> mappings)
        Create a new ApplicationContextEvent.
        参数:
        source - the ApplicationContext that the event is raised for (must not be null)
        mappings - list
    • 方法详细资料

      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.util.EventObject