所有软件包的分层结构
- 软件包分层结构:
- jrouter.servlet, jrouter.servlet.filter, jrouter.servlet.result, jrouter.servlet.spring
类分层结构
- java.lang.Object
- jrouter.impl.AbstractActionFactory<K> (implements jrouter.ActionFactory<K>)
- jrouter.impl.PathActionFactory
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- jrouter.spring.DefaultActionFactoryBean<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
- jrouter.servlet.filter.JRouterFilter (implements javax.servlet.Filter)
- jrouter.servlet.ServletActionFactory.DefaultServletActionInvocation (implements jrouter.servlet.ServletActionInvocation)
- jrouter.servlet.result.ServletResult
- jrouter.servlet.ServletThreadContext
接口分层结构
- jrouter.ActionFactory<K>
- jrouter.ActionInvocation<K>
Copyright © 2017. All rights reserved.