所有软件包的分层结构
- 软件包分层结构:
- com.github.dactiv.showcase.common, com.github.dactiv.showcase.common.annotation, com.github.dactiv.showcase.common.enumeration, com.github.dactiv.showcase.common.enumeration.entity, com.github.dactiv.showcase.dao.account, com.github.dactiv.showcase.dao.foundation.audit, com.github.dactiv.showcase.dao.foundation.variable, com.github.dactiv.showcase.entity, com.github.dactiv.showcase.entity.account, com.github.dactiv.showcase.entity.foundation.audit, com.github.dactiv.showcase.entity.foundation.variable, com.github.dactiv.showcase.service, com.github.dactiv.showcase.service.account, com.github.dactiv.showcase.service.foundation, com.github.dactiv.showcase.web, com.github.dactiv.showcase.web.account, com.github.dactiv.showcase.web.foundation.audit, com.github.dactiv.showcase.web.foundation.variable
类分层结构
- java.lang.Object
- com.github.dactiv.showcase.service.account.AccountManager
- com.github.dactiv.orm.core.hibernate.support.BasicHibernateDao<T,ID>
- org.apache.shiro.realm.CachingRealm (implements org.apache.shiro.cache.CacheManagerAware, org.apache.shiro.authc.LogoutAware, org.apache.shiro.util.Nameable, org.apache.shiro.realm.Realm)
- org.apache.shiro.realm.AuthenticatingRealm (implements org.apache.shiro.util.Initializable)
- org.apache.shiro.realm.AuthorizingRealm (implements org.apache.shiro.authz.Authorizer, org.apache.shiro.util.Initializable, org.apache.shiro.authz.permission.PermissionResolverAware, org.apache.shiro.authz.permission.RolePermissionResolverAware)
- com.github.dactiv.showcase.service.account.ChainDefinitionSectionMetaSource (implements org.springframework.beans.factory.FactoryBean<T>)
- com.github.dactiv.showcase.web.foundation.variable.DataDictionaryController
- com.github.dactiv.showcase.web.foundation.variable.DictionaryCategoryController
- com.github.dactiv.showcase.web.account.GroupController
- com.github.dactiv.showcase.entity.IdEntity (implements java.io.Serializable)
- com.github.dactiv.showcase.entity.foundation.variable.DataDictionary
- com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory
- com.github.dactiv.showcase.entity.account.Group
- com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord
- com.github.dactiv.showcase.entity.account.Resource
- com.github.dactiv.showcase.entity.account.User
- com.github.dactiv.showcase.service.foundation.OperatingRecordAspect
- com.github.dactiv.showcase.web.foundation.audit.OperatingRecordController
- com.github.dactiv.showcase.web.account.ResourceController
- org.apache.shiro.web.servlet.ServletContextSupport
- org.apache.shiro.web.servlet.AbstractFilter (implements javax.servlet.Filter)
- org.apache.shiro.web.servlet.NameableFilter (implements org.apache.shiro.util.Nameable)
- org.apache.shiro.web.servlet.OncePerRequestFilter
- org.apache.shiro.web.servlet.AdviceFilter
- org.apache.shiro.web.filter.PathMatchingFilter (implements org.apache.shiro.web.filter.PathConfigProcessor)
- org.apache.shiro.web.filter.AccessControlFilter
- org.apache.shiro.web.filter.authc.AuthenticationFilter
- org.apache.shiro.web.filter.authc.AuthenticatingFilter
- org.apache.shiro.web.filter.authc.FormAuthenticationFilter
- com.github.dactiv.showcase.common.SessionVariable (implements java.io.Serializable)
- com.github.dactiv.showcase.service.foundation.SystemAuditManager
- com.github.dactiv.showcase.web.SystemCommonController
- com.github.dactiv.showcase.web.SystemExceptionController
- com.github.dactiv.showcase.service.foundation.SystemVariableManager
- com.github.dactiv.showcase.common.SystemVariableUtils
- java.lang.Throwable (implements java.io.Serializable)
- com.github.dactiv.showcase.web.account.UserController
接口分层结构
- com.github.dactiv.showcase.common.enumeration.ValueEnum<V>
注释类型分层结构
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.github.dactiv.showcase.common.enumeration.entity.State (implements com.github.dactiv.showcase.common.enumeration.ValueEnum<V>)
- com.github.dactiv.showcase.common.enumeration.entity.ResourceType (implements com.github.dactiv.showcase.common.enumeration.ValueEnum<V>)
- com.github.dactiv.showcase.common.enumeration.entity.OperatingState (implements com.github.dactiv.showcase.common.enumeration.ValueEnum<V>)
- com.github.dactiv.showcase.common.enumeration.entity.GroupType (implements com.github.dactiv.showcase.common.enumeration.ValueEnum<V>)
- com.github.dactiv.showcase.common.enumeration.SystemDictionaryCode
Copyright © 2014. All rights reserved.