所有程序包的分层结构
程序包分层结构:- cool.scx.ext,
- cool.scx.ext.cms,
- cool.scx.ext.cms.channel,
- cool.scx.ext.cms.cms_config,
- cool.scx.ext.cms.content,
- cool.scx.ext.cms.directive,
- cool.scx.ext.cms.template,
- cool.scx.ext.cms.web_site,
- cool.scx.ext.crud,
- cool.scx.ext.crud.annotation,
- cool.scx.ext.crud.exception,
- cool.scx.ext.fixtable,
- cool.scx.ext.fss,
- cool.scx.ext.organization,
- cool.scx.ext.organization.annotation,
- cool.scx.ext.organization.auth,
- cool.scx.ext.organization.base,
- cool.scx.ext.organization.base.impl,
- cool.scx.ext.organization.exception,
- cool.scx.ext.redirects,
- cool.scx.ext.static_server,
- cool.scx.ext.util,
- cool.scx.ext.ws
类分层结构
- java.lang.Object
- cool.scx.ext.AllExtApp
- cool.scx.ext.organization.base.BaseAuthController<T>
- cool.scx.ext.organization.base.impl.AuthController
- cool.scx.ext.organization.base.BaseAuthController.UserInfo
- cool.scx.ext.organization.base.BaseDeptController<T>
- cool.scx.ext.organization.base.impl.DeptController
- cool.scx.core.base.BaseModel
- cool.scx.ext.organization.base.BaseUser
- cool.scx.ext.organization.base.impl.User
- cool.scx.ext.cms.channel.Channel
- cool.scx.ext.cms.cms_config.CMSConfig
- cool.scx.ext.cms.content.Content
- cool.scx.ext.fss.FSSObject
- cool.scx.ext.organization.base.PermsModel
- cool.scx.ext.organization.base.UserDept
- cool.scx.ext.organization.base.UserInfoModel
- cool.scx.ext.organization.base.BaseAccount
- cool.scx.ext.organization.base.impl.Account
- cool.scx.ext.organization.base.BaseAccount
- cool.scx.ext.organization.base.UserRole
- cool.scx.ext.organization.base.BaseUser
- cool.scx.core.base.BaseModelService<Entity>
- cool.scx.ext.organization.base.BaseDeptService<T>
- cool.scx.ext.organization.base.impl.DeptService
- cool.scx.ext.organization.base.BaseRoleService<T>
- cool.scx.ext.organization.base.impl.RoleService
- cool.scx.ext.organization.base.BaseUserService<T>
- cool.scx.ext.organization.base.impl.UserService
- cool.scx.ext.cms.channel.ChannelService
- cool.scx.ext.cms.cms_config.CMSConfigService
- cool.scx.ext.cms.content.ContentService
- cool.scx.ext.fss.FSSObjectService
- cool.scx.ext.organization.base.UserDeptService
- cool.scx.ext.organization.base.UserInfoModelService<M>
- cool.scx.ext.organization.base.BaseAccountService<T>
- cool.scx.ext.organization.base.impl.AccountService
- cool.scx.ext.organization.base.BaseAccountService<T>
- cool.scx.ext.organization.base.UserRoleService
- cool.scx.ext.organization.base.BaseDeptService<T>
- cool.scx.ext.organization.base.BaseUserController<T>
- cool.scx.ext.organization.base.impl.UserController
- cool.scx.ext.cms.directive.ChannelListDirective (implements cool.scx.core.base.BaseTemplateDirective)
- cool.scx.ext.cms.directive.ContentListDirective (implements cool.scx.core.base.BaseTemplateDirective)
- cool.scx.ext.crud.CRUDApiInfo
- cool.scx.ext.crud.CRUDController
- cool.scx.ext.crud.CRUDHandlerImpl (implements cool.scx.ext.crud.CRUDHandler)
- cool.scx.ext.crud.CRUDHelper
- cool.scx.ext.crud.CRUDListParam
- cool.scx.ext.crud.CRUDListParam.CRUDOrderByBody
- cool.scx.ext.crud.CRUDListParam.CRUDPagination
- cool.scx.ext.crud.CRUDListParam.CRUDSelectFilterBody
- cool.scx.ext.crud.CRUDListParam.CRUDWhereBody
- cool.scx.ext.crud.CRUDListParamMethodParameterHandler (implements cool.scx.core.mvc.ScxMappingMethodParameterHandler)
- cool.scx.ext.crud.CRUDUpdateParam
- cool.scx.ext.crud.CRUDUpdateParamMethodParameterHandler (implements cool.scx.core.mvc.ScxMappingMethodParameterHandler)
- cool.scx.ext.util.Excel
- cool.scx.ext.fss.FSSConfig
- cool.scx.ext.fss.FSSController
- cool.scx.ext.cms.directive.ListDirectiveHelper
- cool.scx.ext.organization.auth.LoggedInClient
- cool.scx.ext.organization.auth.LoggedInClientTable
- cool.scx.ext.organization.auth.PermFlagController
- cool.scx.ext.organization.auth.PermsAnnotationInterceptor (implements cool.scx.core.mvc.ScxMappingInterceptor)
- cool.scx.ext.util.QRCodeUtils
- java.lang.Record
- cool.scx.ext.organization.base.BaseUser.LoginInfo
- cool.scx.ext.crud.CRUDListResult
- cool.scx.ext.organization.auth.PermsWrapper
- cool.scx.ext.organization.auth.ScxAuth
- cool.scx.core.ScxModule
- cool.scx.ext.cms.CMSModule
- cool.scx.ext.crud.CRUDModule
- cool.scx.ext.fixtable.FixTableModule
- cool.scx.ext.fss.FSSModule
- cool.scx.ext.organization.OrganizationModule
- cool.scx.ext.redirects.RedirectsModule
- cool.scx.ext.static_server.StaticServerModule
- cool.scx.ext.ws.WSModule
- cool.scx.ext.cms.template.TemplateHelper
- cool.scx.ext.cms.template.TemplateInfo
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cool.scx.core.http.ScxHttpException
- cool.scx.core.http.exception.BadRequestException
- cool.scx.ext.organization.exception.AuthException
- cool.scx.ext.organization.exception.UnknownDeviceException
- cool.scx.ext.organization.exception.UnknownLoginHandlerException
- cool.scx.ext.organization.exception.UnknownUserException
- cool.scx.ext.organization.exception.UsernameAlreadyExistsException
- cool.scx.ext.organization.exception.WrongPasswordException
- cool.scx.ext.crud.exception.EmptySelectColumnException
- cool.scx.ext.crud.exception.EmptyUpdateColumnException
- cool.scx.ext.crud.exception.PaginationParametersErrorException
- cool.scx.ext.crud.exception.UnknownFieldNameException
- cool.scx.ext.crud.exception.UnknownFilterModeException
- cool.scx.ext.crud.exception.UnknownSortTypeException
- cool.scx.ext.crud.exception.UnknownWhereTypeException
- cool.scx.ext.crud.exception.WhereBodyParametersSizeErrorException
- cool.scx.ext.organization.exception.AuthException
- cool.scx.core.http.exception.NotFoundException
- cool.scx.ext.crud.exception.CRUDApiAlreadyDisableException
- cool.scx.ext.crud.exception.UnknownCRUDModelException
- cool.scx.core.http.exception.BadRequestException
- cool.scx.core.http.ScxHttpException
- java.lang.RuntimeException
- java.lang.Exception
- cool.scx.ext.cms.web_site.WebSiteController
- cool.scx.ext.cms.web_site.WebSiteHandlerImpl (implements cool.scx.ext.cms.web_site.WebSiteHandler)
- cool.scx.ext.ws.WSContext
- cool.scx.ext.ws.WSEventBus
- cool.scx.ext.ws.WSMessage<T>
- cool.scx.ext.ws.WSOnlineClientTable
- cool.scx.ext.ws.WSWebSocketHandler (implements cool.scx.core.base.BaseWebSocketHandler)
接口分层结构
- cool.scx.ext.crud.CRUDHandler
- cool.scx.ext.organization.auth.PermFlag
- cool.scx.ext.organization.auth.ThirdPartyLoginHandler<T>
- cool.scx.ext.cms.web_site.WebSiteHandler
Annotation Interface Hierarchy
- cool.scx.ext.organization.annotation.ApiPerms (implements java.lang.annotation.Annotation)
- cool.scx.ext.crud.annotation.UseCRUDApi (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cool.scx.ext.crud.CRUDApiType
- cool.scx.ext.organization.auth.DeviceType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)