程序包cn.taketoday.test.web.servlet的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • cn.taketoday.test.web.servlet.DefaultMvcResult (implements cn.taketoday.test.web.servlet.MvcResult)
    • cn.taketoday.web.InfraHandler (implements cn.taketoday.context.ApplicationContextAware, cn.taketoday.beans.factory.BeanNameAware, cn.taketoday.context.EnvironmentAware, cn.taketoday.core.env.EnvironmentCapable)
      • cn.taketoday.web.DispatcherHandler
    • cn.taketoday.test.web.servlet.MockMvc
    • cn.taketoday.test.web.servlet.MockMvcBuilderSupport
    • cn.taketoday.test.web.servlet.TestDispatcherServlet.MvcResultProcessingInterceptor (implements cn.taketoday.web.context.async.CallableProcessingInterceptor, cn.taketoday.web.context.async.DeferredResultProcessingInterceptor)

接口分层结构