所有程序包的分层结构
程序包分层结构:- cool.scx.core,
- cool.scx.core.annotation,
- cool.scx.core.base,
- cool.scx.core.dao,
- cool.scx.core.enumeration,
- cool.scx.core.eventbus,
- cool.scx.core.http,
- cool.scx.core.http.exception,
- cool.scx.core.http.exception_handler,
- cool.scx.core.mvc,
- cool.scx.core.mvc.exception,
- cool.scx.core.mvc.interceptor,
- cool.scx.core.mvc.parameter_handler,
- cool.scx.core.mvc.return_value_handler,
- cool.scx.core.scheduler,
- cool.scx.core.type,
- cool.scx.core.vo,
- cool.scx.core.websocket
类分层结构
- java.lang.Object
- cool.scx.core.base.BaseModel
- cool.scx.core.base.BaseModelService<Entity>
- cool.scx.core.mvc.return_value_handler.BaseVoMethodReturnValueHandler (implements cool.scx.core.mvc.ScxMappingMethodReturnValueHandler)
- cool.scx.core.vo.DataJson (implements cool.scx.core.vo.BaseVo)
- cool.scx.core.vo.Download
- cool.scx.core.mvc.parameter_handler.FromBodyMethodParameterHandler (implements cool.scx.core.mvc.ScxMappingMethodParameterHandler)
- cool.scx.core.mvc.parameter_handler.FromPathMethodParameterHandler (implements cool.scx.core.mvc.ScxMappingMethodParameterHandler)
- cool.scx.core.mvc.parameter_handler.FromQueryMethodParameterHandler (implements cool.scx.core.mvc.ScxMappingMethodParameterHandler)
- cool.scx.core.vo.Html (implements cool.scx.core.vo.BaseVo)
- cool.scx.core.vo.Image (implements cool.scx.core.vo.BaseVo)
- cool.scx.core.vo.Json (implements cool.scx.core.vo.BaseVo)
- cool.scx.core.http.exception_handler.LastExceptionHandler (implements cool.scx.core.http.ScxHttpRouterExceptionHandler)
- cool.scx.core.mvc.parameter_handler.LastMethodParameterHandler (implements cool.scx.core.mvc.ScxMappingMethodParameterHandler)
- cool.scx.core.mvc.return_value_handler.LastMethodReturnValueHandler (implements cool.scx.core.mvc.ScxMappingMethodReturnValueHandler)
- cool.scx.core.eventbus.MessageCodecRegistrar
- cool.scx.core.mvc.return_value_handler.NullMethodReturnValueHandler (implements cool.scx.core.mvc.ScxMappingMethodReturnValueHandler)
- cool.scx.core.websocket.OnCloseRoutingContext
- cool.scx.core.websocket.OnExceptionRoutingContext
- cool.scx.core.websocket.OnFrameRoutingContext
- cool.scx.core.websocket.OnOpenRoutingContext
- cool.scx.core.vo.Raw
- java.lang.Record
- cool.scx.core.scheduler.ScheduleStatus
- cool.scx.core.vo.Redirections (implements cool.scx.core.vo.BaseVo)
- cool.scx.core.mvc.parameter_handler.RoutingContextMethodParameterHandler (implements cool.scx.core.mvc.ScxMappingMethodParameterHandler)
- cool.scx.core.Scx
- cool.scx.core.ScxBeanFactory
- cool.scx.core.ScxBuilder
- cool.scx.core.ScxContext
- cool.scx.core.dao.ScxDao
- cool.scx.core.dao.ScxDaoColumnInfo (implements cool.scx.sql.ColumnInfo)
- cool.scx.core.dao.ScxDaoHelper
- cool.scx.core.dao.ScxDaoTableInfo (implements cool.scx.sql.TableInfo)
- cool.scx.core.ScxHelper
- cool.scx.core.http.exception_handler.ScxHttpExceptionHandler (implements cool.scx.core.http.ScxHttpRouterExceptionHandler)
- cool.scx.core.http.ScxHttpRouter
- cool.scx.core.mvc.ScxMappingConfiguration
- cool.scx.core.mvc.ScxMappingHandler (implements io.vertx.core.Handler<E>)
- cool.scx.core.mvc.ScxMappingHelper
- cool.scx.core.mvc.interceptor.ScxMappingInterceptorImpl (implements cool.scx.core.mvc.ScxMappingInterceptor)
- cool.scx.core.mvc.ScxMappingRegistrar
- cool.scx.core.mvc.ScxMappingRoutingContextInfo
- cool.scx.core.ScxModule
- cool.scx.core.ScxOptions
- cool.scx.core.scheduler.ScxScheduler
- cool.scx.core.ScxTemplate
- cool.scx.core.ScxVersion
- cool.scx.core.websocket.ScxWebSocketMappingRegistrar
- cool.scx.core.websocket.ScxWebSocketRoute
- cool.scx.core.websocket.ScxWebSocketRouter (implements io.vertx.core.Handler<E>)
- cool.scx.core.mvc.return_value_handler.StringMethodReturnValueHandler (implements cool.scx.core.mvc.ScxMappingMethodReturnValueHandler)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- cool.scx.core.mvc.exception.ParamConvertException
- cool.scx.core.mvc.exception.RequiredParamEmptyException
- java.lang.RuntimeException
- cool.scx.core.http.ScxHttpException
- cool.scx.core.http.exception.BadRequestException
- cool.scx.core.http.exception.InternalServerErrorException
- cool.scx.core.http.exception.MethodNotAllowedException
- cool.scx.core.http.exception.NoPermException
- cool.scx.core.http.exception.NotFoundException
- cool.scx.core.http.exception.UnauthorizedException
- cool.scx.core.http.exception.UnsupportedMediaTypeException
- cool.scx.core.http.ScxHttpException
- java.lang.Exception
- cool.scx.core.type.UploadedEntity
- cool.scx.core.mvc.parameter_handler.UploadedEntityMethodParameterHandler (implements cool.scx.core.mvc.ScxMappingMethodParameterHandler)
- cool.scx.core.vo.Xml (implements cool.scx.core.vo.BaseVo)
- cool.scx.core.eventbus.ZeroCopyMessageCodec (implements io.vertx.core.eventbus.MessageCodec<S,
R>)
接口分层结构
- cool.scx.core.base.BaseWebSocketHandler
- cool.scx.functional.ScxConsumer<A,
E> - cool.scx.core.vo.BaseVo
- cool.scx.core.http.ScxHttpRouterExceptionHandler
- cool.scx.core.mvc.ScxMappingInterceptor
- cool.scx.core.mvc.ScxMappingMethodParameterHandler
- cool.scx.core.mvc.ScxMappingMethodReturnValueHandler
- freemarker.template.TemplateModel
- freemarker.template.TemplateDirectiveModel
- cool.scx.core.base.BaseTemplateDirective
- freemarker.template.TemplateDirectiveModel
Annotation Interface Hierarchy
- cool.scx.core.annotation.Column (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.FromBody (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.FromPath (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.FromQuery (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.FromUpload (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.NoColumn (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.ScxComponent (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.ScxMapping (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.ScxModel (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.ScxService (implements java.lang.annotation.Annotation)
- cool.scx.core.annotation.ScxWebSocketMapping (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.core.enumeration.ScxCoreFeature (implements cool.scx.config.ScxFeature<T>)
- cool.scx.core.http.ScxHttpResponseStatus
- cool.scx.core.mvc.ScxMappingRoutingContextInfo.ContentType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)