类分层结构

  • java.lang.Object
    • org.springframework.context.support.ApplicationObjectSupport (implements org.springframework.context.ApplicationContextAware)
      • org.springframework.web.context.support.WebApplicationObjectSupport (implements org.springframework.web.context.ServletContextAware)
        • org.springframework.web.servlet.view.AbstractCachingViewResolver (implements org.springframework.web.servlet.ViewResolver)
        • org.springframework.web.servlet.view.AbstractView (implements org.springframework.beans.factory.BeanNameAware, org.springframework.web.servlet.View)
          • org.springframework.web.servlet.view.AbstractUrlBasedView (implements org.springframework.beans.factory.InitializingBean)
    • org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider (implements org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider)
    • org.apache.velocity.runtime.resource.loader.ResourceLoader
    • cn.aradin.spring.velocity.ui.VelocityEngineFactory
      • cn.aradin.spring.velocity.view.VelocityConfigurer (implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware, org.springframework.web.context.ServletContextAware, cn.aradin.spring.velocity.view.VelocityConfig)
      • cn.aradin.spring.velocity.ui.VelocityEngineFactoryBean (implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware)
    • cn.aradin.spring.velocity.ui.VelocityEngineUtils

接口分层结构