所有程序包的分层结构
程序包分层结构:- cool.scx.ext.auth,
- cool.scx.ext.auth.annotation,
- cool.scx.ext.auth.exception,
- cool.scx.ext.auth.type,
- 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.config_manager,
- 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.redirects,
- cool.scx.ext.static_server,
- cool.scx.ext.util,
- cool.scx.ext.ws
类分层结构
- java.lang.Object
- cool.scx.ext.auth.ApiPermsInterceptor (implements cool.scx.mvc.ScxMvcInterceptor)
- cool.scx.ext.auth.AuthHelper
- cool.scx.ext.auth.BaseAuthApi<T>
- cool.scx.ext.auth.BaseAuthHandler<U>
- cool.scx.ext.config_manager.BaseConfigManager<S,
U> - cool.scx.core.base.BaseModel
- cool.scx.ext.auth.BaseAccount
- cool.scx.ext.config_manager.BaseSystemConfig
- cool.scx.ext.auth.BaseUser
- cool.scx.ext.config_manager.BaseUserConfig
- 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.auth.PermsModel
- cool.scx.core.base.BaseModelService<Entity>
- 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.cms.directive.ChannelListDirective (implements cool.scx.mvc.base.BaseTemplateDirective)
- cool.scx.ext.config_manager.ConfigManagerApi<S,
U> (implements cool.scx.mvc.base.BaseWebSocketHandler) - cool.scx.ext.cms.directive.ContentListDirective (implements cool.scx.mvc.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.mvc.ScxMvcParameterHandler)
- cool.scx.ext.crud.CRUDUpdateParam
- cool.scx.ext.crud.CRUDUpdateParamMethodParameterHandler (implements cool.scx.mvc.ScxMvcParameterHandler)
- cool.scx.ext.util.Excel
- cool.scx.ext.fss.FSSConfig
- cool.scx.ext.fss.FSSController
- cool.scx.ext.fss.FSSHelper
- cool.scx.ext.cms.directive.ListDirectiveHelper
- cool.scx.ext.util.QRCodeUtils
- java.lang.Record
- cool.scx.ext.crud.CRUDListResult
- cool.scx.ext.auth.type.Perms
- cool.scx.ext.auth.ScxAuthCookieHandler (implements io.vertx.core.Handler<E>)
- cool.scx.core.ScxModule
- cool.scx.ext.auth.AuthModule
- cool.scx.ext.cms.CMSModule
- cool.scx.ext.config_manager.ConfigManagerModule
- cool.scx.ext.crud.CRUDModule
- cool.scx.ext.fixtable.FixTableModule
- cool.scx.ext.fss.FSSModule
- cool.scx.ext.redirects.RedirectsModule
- cool.scx.ext.static_server.StaticServerModule
- cool.scx.ext.ws.WSModule
- cool.scx.ext.auth.type.Session
- cool.scx.ext.auth.type.SessionStore
- 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.mvc.exception.ScxHttpException
- cool.scx.mvc.exception.BadRequestException
- cool.scx.ext.auth.exception.AuthException
- cool.scx.ext.auth.exception.UnknownDeviceException
- cool.scx.ext.auth.exception.UnknownLoginHandlerException
- cool.scx.ext.auth.exception.UnknownUserException
- cool.scx.ext.auth.exception.UsernameAlreadyExistsException
- cool.scx.ext.auth.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.auth.exception.AuthException
- cool.scx.mvc.exception.NotFoundException
- cool.scx.ext.crud.exception.CRUDApiAlreadyDisableException
- cool.scx.ext.crud.exception.UnknownCRUDModelException
- cool.scx.mvc.exception.BadRequestException
- cool.scx.mvc.exception.ScxHttpException
- java.lang.RuntimeException
- java.lang.Exception
- cool.scx.ext.auth.type.UserInfo
- 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.mvc.base.BaseWebSocketHandler)
接口分层结构
- cool.scx.ext.crud.CRUDHandler
- cool.scx.ext.auth.ThirdPartyLoginHandler<T>
- cool.scx.ext.cms.web_site.WebSiteHandler
Annotation Interface Hierarchy
- cool.scx.ext.auth.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.auth.type.DeviceType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)