类分层结构
- 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.UrlBasedViewResolver (implements org.springframework.core.Ordered)
- org.springframework.web.servlet.view.AbstractTemplateViewResolver
- 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.web.servlet.view.AbstractTemplateView
- 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
- org.apache.velocity.tools.view.XMLToolboxManager (implements org.apache.velocity.tools.view.ToolboxManager)
接口分层结构
Copyright © 2022. All rights reserved.