程序包io.microsphere.spring.webmvc.interceptor的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.web.servlet.handler.HandlerInterceptorAdapter (implements org.springframework.web.servlet.AsyncHandlerInterceptor)
    • io.microsphere.spring.webmvc.interceptor.MethodHandlerInterceptor (implements org.springframework.web.servlet.HandlerInterceptor)
    • io.microsphere.spring.context.event.OnceApplicationContextEventListener<E> (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>)