- C - webapp.demo0_bean.basebean1中的接口
-
- Cache - org.noear.solon.data.annotation中的注释类型
-
缓存注解器
注意:针对 Controller、Service、Dao 等所有基于MethodWrap运行的目标,才有效
- cache(Cache, Invocation, SupplierEx) - 类 中的方法org.noear.solon.data.cache.CacheExecutorImp
-
添加缓存
- cache(int) - 类 中的方法webapp.demo2_cache.CacheByKeyController3
-
执行结果缓存10秒,设定 key=test3_${label} ,并添加 tag=test3 标签(可以批量删除)
- cache(int) - 类 中的方法webapp.demo2_cache.CacheController2
-
执行结果缓存10秒,并添加 test_${label} 和 test1 标签
- cache() - 类 中的方法webapp.demo2_cache.CacheController4
-
- cache2() - 类 中的方法webapp.demo2_cache.CacheByKeyController3
-
- cache2() - 类 中的方法webapp.demo2_cache.CacheController2
-
- CacheByKeyController3 - webapp.demo2_cache中的类
-
- CacheByKeyController3() - 类 的构造器webapp.demo2_cache.CacheByKeyController3
-
- cacheControl(String) - 类 中的方法org.noear.solon.core.handle.Context
-
设置缓存控制
- cacheControl(int) - 类 中的方法org.noear.solon.core.handle.DownloadedFile
-
缓存控制
- CacheControlHeadersHandler - org.noear.solon.security.web.header中的类
-
Cache-Control 头处理器
- CacheControlHeadersHandler() - 类 的构造器org.noear.solon.security.web.header.CacheControlHeadersHandler
-
- CacheController - webapp.demo2_cache中的类
-
- CacheController() - 类 的构造器webapp.demo2_cache.CacheController
-
- CacheController2 - webapp.demo2_cache中的类
-
- CacheController2() - 类 的构造器webapp.demo2_cache.CacheController2
-
- CacheController4 - webapp.demo2_cache中的类
-
- CacheController4() - 类 的构造器webapp.demo2_cache.CacheController4
-
- CacheExecutorImp - org.noear.solon.data.cache中的类
-
缓存执行器
- CacheExecutorImp() - 类 的构造器org.noear.solon.data.cache.CacheExecutorImp
-
- CacheFactory - org.noear.solon.data.cache中的接口
-
缓存服务工厂
- cacheFactoryAdd(String, CacheFactory) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
-
注册缓存工厂
- cacheFactoryGet(String) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
-
获取缓存工厂
- CacheInterceptor - org.noear.solon.data.cache.interceptor中的类
-
缓存拦截器
- CacheInterceptor() - 类 的构造器org.noear.solon.data.cache.interceptor.CacheInterceptor
-
- CacheLib - org.noear.solon.data.cache中的类
-
缓存服务库管理
- CacheLib() - 类 的构造器org.noear.solon.data.cache.CacheLib
-
- CachePut - org.noear.solon.data.annotation中的注释类型
-
缓存更新注解器(之前有缓存才会被更新;不然无法进行类型检测)
注意:针对 Controller、Service、Dao 等所有基于MethodWrap运行的目标,才有效
- cachePut(CachePut, Invocation, Object) - 类 中的方法org.noear.solon.data.cache.CacheExecutorImp
-
缓存更新
- CachePutInterceptor - org.noear.solon.data.cache.interceptor中的类
-
缓存更新拦截器
- CachePutInterceptor() - 类 的构造器org.noear.solon.data.cache.interceptor.CachePutInterceptor
-
- CacheRemove - org.noear.solon.data.annotation中的注释类型
-
缓存移除注解器
注意:针对 Controller、Service、Dao 等所有基于MethodWrap运行的目标,才有效
- cacheRemove(CacheRemove, Invocation, Object) - 类 中的方法org.noear.solon.data.cache.CacheExecutorImp
-
清除移除
- CacheRemoveInterceptor - org.noear.solon.data.cache.interceptor中的类
-
缓存移除拦截器
- CacheRemoveInterceptor() - 类 的构造器org.noear.solon.data.cache.interceptor.CacheRemoveInterceptor
-
- CacheService - org.noear.solon.data.cache中的接口
-
缓存服务接口(用于支持@Cache相关注解)
- cacheServiceAdd(String, CacheService) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
-
添加缓存服务
- cacheServiceAddIfAbsent(String, CacheService) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
-
添加缓存服务
- cacheServiceGet(String) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
-
获取缓存服务
- cacheServiceMap() - 类 中的静态方法org.noear.solon.data.cache.CacheLib
-
缓存服务集合;只读
- CacheServiceSupplier - org.noear.solon.data.cache中的类
-
CacheService 供应者,根据注册的工厂获取对应的缓存服务
- CacheServiceSupplier(Properties) - 类 的构造器org.noear.solon.data.cache.CacheServiceSupplier
-
- CacheServiceWrapConsumer - org.noear.solon.data.cache中的类
-
缓存服务事件监控器。
- CacheServiceWrapConsumer() - 类 的构造器org.noear.solon.data.cache.CacheServiceWrapConsumer
-
- CacheTags - org.noear.solon.data.cache中的类
-
缓存标签管理器
- CacheTags(CacheService) - 类 的构造器org.noear.solon.data.cache.CacheTags
-
- CacheTagsService - org.noear.solon.data.cache中的接口
-
支持标签的缓存服务
- CacheTagsServiceImpl - org.noear.solon.data.cache中的类
-
支持标签的缓存服务实现
- CacheTagsServiceImpl(CacheService) - 类 的构造器org.noear.solon.data.cache.CacheTagsServiceImpl
-
- CaffeineCacheFactoryImpl - org.noear.solon.cache.caffeine.integration中的类
-
- CaffeineCacheFactoryImpl() - 类 的构造器org.noear.solon.cache.caffeine.integration.CaffeineCacheFactoryImpl
-
- CaffeineCachePlugin - org.noear.solon.cache.caffeine.integration中的类
-
- CaffeineCachePlugin() - 类 的构造器org.noear.solon.cache.caffeine.integration.CaffeineCachePlugin
-
- CaffeineCacheService - org.noear.solon.cache.caffeine中的类
-
Caffeine 封装的缓存服务
- CaffeineCacheService(Cache<String, Object>, int) - 类 的构造器org.noear.solon.cache.caffeine.CaffeineCacheService
-
- CaffeineCacheService(Cache<String, Object>, String, int) - 类 的构造器org.noear.solon.cache.caffeine.CaffeineCacheService
-
- CaffeineCacheService(Properties) - 类 的构造器org.noear.solon.cache.caffeine.CaffeineCacheService
-
- CaffeineCacheService(Properties, String, int) - 类 的构造器org.noear.solon.cache.caffeine.CaffeineCacheService
-
- call(Context) - 接口 中的方法org.noear.nami.Channel
-
- call(Context) - 类 中的方法org.noear.nami.channel.http.HttpChannel
-
- call(Context) - 类 中的方法org.noear.nami.channel.http.hutool.HttpChannel
-
- call(Context) - 类 中的方法org.noear.nami.channel.socketd.SocketdChannel
-
调用
- call(Context) - 类 中的方法org.noear.nami.channel.socketd.SocketdClientChannel
-
- call(Map<String, String>, Map) - 类 中的方法org.noear.nami.Nami
-
执行完成呼叫
- call(Map<String, String>, Map, Object) - 类 中的方法org.noear.nami.Nami
-
执行完成呼叫
- call() - 接口 中的方法org.noear.solon.data.rx.sql.intercept.RxSqlCallable
-
调用
- call() - 接口 中的方法org.noear.solon.data.sql.intercept.SqlCallable
-
调用
- call(String) - 类 中的静态方法org.noear.solon.luffy.impl.JtRun
-
调用函数
- call(String, Context) - 类 中的静态方法org.noear.solon.luffy.impl.JtRun
-
调用函数
- call() - 接口 中的方法org.noear.solon.scheduling.retry.Callee
-
调用
- call() - 类 中的方法org.noear.solon.scheduling.retry.CalleeImpl
-
调用
- call(Context, String, String) - 类 中的方法webapp.demo5_rpc.rpc_gateway.GatewayController
-
- call(Context, String) - 类 中的方法webapp.demo5_rpc.rpc_gateway.Interceptor
-
- call(Context, String) - 类 中的方法webapp.demoa_interceptor.BeforeHandlerBean
-
- call2(Context, String) - 类 中的方法webapp.demo5_rpc.rpc_gateway.Interceptor
-
- call2(Context, String) - 类 中的方法webapp.demoa_interceptor.BeforeHandlerBean
-
- call3(Context, String) - 类 中的方法webapp.demo5_rpc.rpc_gateway.Interceptor
-
- call3(Context, String) - 类 中的方法webapp.demoa_interceptor.BeforeHandlerBean
-
- callAndTry(Callable<T>) - 类 中的静态方法org.noear.solon.core.util.RunUtil
-
调用并吃掉异常
- CallbackFuture - org.noear.solon.boot.undertow.websocket中的类
-
回调未来特性
- CallbackFuture() - 类 的构造器org.noear.solon.boot.undertow.websocket.CallbackFuture
-
- CallbackFuture - org.noear.solon.boot.vertx.websocket中的类
-
回调未来特性
- CallbackFuture() - 类 的构造器org.noear.solon.boot.vertx.websocket.CallbackFuture
-
- Callee - org.noear.solon.scheduling.retry中的接口
-
被调用者
- CalleeImpl - org.noear.solon.scheduling.retry中的类
-
被调用者
- CalleeImpl(Invocation) - 类 的构造器org.noear.solon.scheduling.retry.CalleeImpl
-
- callOrThrow(Map<String, String>, Map, Object) - 类 中的方法org.noear.nami.Nami
-
执行完成呼叫或异常
- cancel() - 类 中的方法org.noear.solon.rx.impl.CompletableImpl
-
- cancel() - 类 中的方法org.noear.solon.rx.SimpleSubscriber
-
取消
- cancel() - 类 中的方法org.noear.solon.rx.SimpleSubscription
-
- canRead(Context, String) - 接口 中的方法org.noear.solon.core.handle.EntityConverter
-
是否可读
- canWrite(String, Context) - 接口 中的方法org.noear.solon.core.handle.EntityConverter
-
是否可写
- caseSensitive(boolean) - 接口 中的方法org.noear.solon.core.route.Router
-
区分大小写(默认不区分)
- caseSensitive(boolean) - 类 中的方法org.noear.solon.core.route.RouterDefault
-
- CatType - webapp.models中的枚举
-
- CatTypeConverter - webapp.models中的类
-
- CatTypeConverter() - 类 的构造器webapp.models.CatTypeConverter
-
- CatTypeConverter.CatTypeConverter1 - webapp.models中的类
-
- CatTypeConverter1() - 类 的构造器webapp.models.CatTypeConverter.CatTypeConverter1
-
- CatTypeModel - webapp.models中的类
-
- CatTypeModel() - 类 的构造器webapp.models.CatTypeModel
-
- cfg() - 类 中的方法org.noear.solon.core.BeanContainer
-
获取属性(写法上,更接近 Solon.cfg())
- cfg() - 类 中的静态方法org.noear.solon.Solon
-
应用配置
- cfg() - 类 中的方法org.noear.solon.SolonApp
-
应用属性(或配置)
- cfgDeserializeFeatures(boolean, boolean, Feature...) - 类 中的方法org.noear.solon.serialization.fastjson.FastjsonStringSerializer
-
配置反序列化特性
- cfgDeserializeFeatures(boolean, boolean, JSONReader.Feature...) - 类 中的方法org.noear.solon.serialization.fastjson2.Fastjson2StringSerializer
-
配置反序列化特性
- cfgGet(String, String) - 类 中的方法org.noear.solon.luffy.impl.JtExecutorAdapter
-
- CfgItem - webapp.models中的类
-
- CfgItem() - 类 的构造器webapp.models.CfgItem
-
- cfgMap(String) - 类 中的方法org.noear.solon.luffy.impl.JtExecutorAdapter
-
- cfgSerializeFeatures(boolean, boolean, JSONWriter.Feature...) - 类 中的方法org.noear.solon.serialization.fastjson2.Fastjson2StringSerializer
-
配置序列化特性
- cfgSerializerFeatures(boolean, boolean, SerializerFeature...) - 类 中的方法org.noear.solon.serialization.fastjson.FastjsonStringSerializer
-
配置序列化特性
- cfgSet(String, String) - 类 中的方法org.noear.solon.luffy.impl.JtExecutorAdapter
-
- ch.qos.logback.solon - 程序包 ch.qos.logback.solon
-
- ch.qos.logback.solon.integration - 程序包 ch.qos.logback.solon.integration
-
- ChainManager - org.noear.solon.core中的类
-
请求链管理
- ChainManager(SolonApp) - 类 的构造器org.noear.solon.core.ChainManager
-
- chainManager() - 类 中的方法org.noear.solon.core.route.RouterWrapper
-
处理链管理器
- change(File) - 类 中的静态方法org.noear.solon.maven.plugin.ClassesMove
-
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.core.mvc.ActionExecuteHandlerDefault
-
尝试将body转换为特定对象
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.abc.AbcActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.fastjson.FastjsonActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.fastjson2.Fastjson2ActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.fury.FuryActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.gson.GsonActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.hessian.HessianActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.jackson.JacksonActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.jackson.xml.JacksonXmlActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.kryo.KryoActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.properties.PropertiesActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.protostuff.ProtostuffActionExecutor
-
转换 body
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.serialization.snack3.SnackActionExecutor
-
转换 body
- changeEntityDo(Context, ParamWrap, String, Class<?>) - 类 中的方法org.noear.solon.core.mvc.ActionExecuteHandlerDefault
-
尝试将值转换为目标实体
- changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - 类 中的方法org.noear.solon.serialization.jackson.impl.NullBeanSerializerModifierImpl
-
- changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - 类 中的方法org.noear.solon.serialization.jackson.xml.impl.NullBeanSerializerModifierImpl
-
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.core.mvc.ActionExecuteHandlerDefault
-
尝试将值按类型转换
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.abc.AbcActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.fastjson.FastjsonActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.fastjson2.Fastjson2ActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.fury.FuryActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.gson.GsonActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.hessian.HessianActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.jackson.JacksonActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.jackson.xml.JacksonXmlActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.kryo.KryoActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.properties.PropertiesActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.protostuff.ProtostuffActionExecutor
-
转换 value
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.serialization.snack3.SnackActionExecutor
-
转换 value
- changeValueDo(Context, ParamWrap, String, Class<?>, String) - 类 中的方法org.noear.solon.core.mvc.ActionExecuteHandlerDefault
-
尝试将值转换为目标值
- Channel - org.noear.nami中的接口
-
Nami 执行通道
- channel(Channel) - 类 中的方法org.noear.nami.NamiBuilder
-
设置反序列器
- ChannelBase - org.noear.nami中的类
-
处理通道基类
- ChannelBase() - 类 的构造器org.noear.nami.ChannelBase
-
- channelRead0(ChannelHandlerContext, Object) - 类 中的方法org.noear.solon.boot.websocket.netty.NettyWsServerHandler
-
- channelReadComplete(ChannelHandlerContext) - 类 中的方法org.noear.solon.boot.websocket.netty.NettyWsServerHandler
-
- charset() - 类 中的方法org.noear.nami.Result
-
字符集
- charset - 类 中的变量org.noear.solon.core.handle.Context
-
- charset(String) - 类 中的方法org.noear.solon.core.handle.Context
-
设置字符集
- charset(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
-
编码配置
- charset(String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
-
- charset(String) - 类 中的方法org.noear.solon.web.servlet.SolonServletContext
-
- charsetSet(Charset) - 类 中的方法org.noear.nami.Result
-
- check() - 类 中的方法org.noear.solon.core.InjectGather
-
检测
- check() - 类 中的静态方法org.noear.solon.health.HealthChecker
-
检测
- check(Logined, Context, String) - 接口 中的方法org.noear.solon.validation.annotation.LoginedChecker
-
- check(Logined, Context, String) - 类 中的方法org.noear.solon.validation.annotation.LoginedCheckerImp
-
- check(NoRepeatSubmit, Context, String, int) - 接口 中的方法org.noear.solon.validation.annotation.NoRepeatSubmitChecker
-
- check(NotBlacklist, Context) - 接口 中的方法org.noear.solon.validation.annotation.NotBlacklistChecker
-
- check(Whitelist, Context) - 接口 中的方法org.noear.solon.validation.annotation.WhitelistChecker
-
- check(Logined, Context, String) - 类 中的方法org.noear.solon.web.sdl.SdlLoginedChecker
-
- check() - 类 中的方法webapp.dso.GenericsTestConfig.AbstractCallbackContext
-
子类指定了具体的泛型,所以这两个集合的元素数量应该都是 2
实际上,socialEventCallbacks.size() == 4,
socialEventCallbackMap.size() == 1
- check() - 类 中的静态方法webapp.dso.GenericsTestConfig.TestConfig
-
- check(NoRepeatSubmit, Context, String, int) - 类 中的方法webapp.dso.NoRepeatSubmitCheckerImpl
-
- checkClientTrusted(X509Certificate[], String) - 类 中的方法org.noear.solon.net.http.impl.HttpSsl.DefaultX509TrustManager
-
- checkServerTrusted(X509Certificate[], String) - 类 中的方法org.noear.solon.net.http.impl.HttpSsl.DefaultX509TrustManager
-
- children - 类 中的变量org.noear.solon.data.tran.impl.DbTranNode
-
孩子节点
- ChrBytesFactory - net.openhft.chronicle.bytes.solon中的类
-
- ChrBytesFactory() - 类 的构造器net.openhft.chronicle.bytes.solon.ChrBytesFactory
-
- ChrBytesSerializable - net.openhft.chronicle.bytes.solon中的接口
-
- ChrBytesUtil - net.openhft.chronicle.bytes.solon中的类
-
工具类,提供将基础类型数组、集合、映射等数据结构序列化和反序列化到字节流的功能。
- ChrBytesUtil() - 类 的构造器net.openhft.chronicle.bytes.solon.ChrBytesUtil
-
- CLASS_CONDITION_IF_MISSING - 接口 中的静态变量org.noear.solon.core.LifecycleIndex
-
已过时。
- ClassCodeBuilder - org.noear.solon.proxy.asm中的类
-
- ClassCodeBuilder() - 类 的构造器org.noear.solon.proxy.asm.ClassCodeBuilder
-
- ClassesMove - org.noear.solon.maven.plugin中的类
-
- ClassesMove() - 类 的构造器org.noear.solon.maven.plugin.ClassesMove
-
- classLoader() - 类 中的方法org.noear.solon.SolonApp
-
类加载器
- ClassPathStaticRepository - org.noear.solon.web.staticfiles.repository中的类
-
类路径型静态仓库(支持位置例:static 或 /static 或 /static/)
- ClassPathStaticRepository(String) - 类 的构造器org.noear.solon.web.staticfiles.repository.ClassPathStaticRepository
-
构建函数
- ClassPathStaticRepository(ClassLoader, String) - 类 的构造器org.noear.solon.web.staticfiles.repository.ClassPathStaticRepository
-
- ClassUtil - org.noear.solon.core.util中的类
-
类操作工具
- ClassUtil() - 类 的构造器org.noear.solon.core.util.ClassUtil
-
- ClassWrap - org.noear.solon.core.wrap中的类
-
类包装,用于缓存类的方法和字段等相关信息
- ClassWrap(Class<?>) - 类 的构造器org.noear.solon.core.wrap.ClassWrap
-
- cleanPendingStartData(int) - 类 中的方法org.noear.solon.net.stomp.broker.impl.FrameCodecImpl
-
- clear() - 类 中的静态方法org.noear.nami.NamiAttachment
-
- clear() - 类 中的方法org.noear.solon.core.AppContext
-
- clear() - 类 中的方法org.noear.solon.core.BeanContainer
-
- clear() - 类 中的方法org.noear.solon.core.handle.ModelAndView
-
清空
- clear() - 接口 中的方法org.noear.solon.core.route.Router
-
清空路由关系
- clear() - 类 中的方法org.noear.solon.core.route.RouterDefault
-
清空路由关系
- clear() - 接口 中的方法org.noear.solon.core.route.RoutingTable
-
清空
- clear() - 类 中的方法org.noear.solon.core.route.RoutingTableDefault
-
- clear() - 类 中的方法org.noear.solon.core.runtime.AotCollector
-
清空
- clear() - 类 中的方法org.noear.solon.core.util.IgnoreCaseMap
-
- clear() - 类 中的方法org.noear.solon.core.util.MultiMap
-
清理
- clear() - 类 中的方法org.noear.solon.data.cache.LocalCacheService
-
表空
- clear() - 类 中的方法org.noear.solon.data.rx.sql.SqlBuilder
-
清空
- clear() - 类 中的方法org.noear.solon.data.sql.SqlBuilder
-
清空
- clear() - 类 中的方法org.noear.solon.luffy.impl.JtFunctionLoaderManager
-
清空
- clear() - 类 中的静态方法org.noear.solon.validation.ValidatorManager
-
清除所有验证器
- clear() - 类 中的方法org.slf4j.impl.SolonMDCAdapter
-
- clearCache() - 类 中的方法org.noear.solon.maven.plugin.tools.jar.JarFile
-
- clearDequeByKey(String) - 类 中的方法org.slf4j.impl.SolonMDCAdapter
-
- clearWarnings() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- client - 类 中的变量org.noear.solon.cache.jedis.RedisCacheService
-
- client() - 类 中的方法org.noear.solon.cache.jedis.RedisCacheService
-
获取 RedisClient
- client - 类 中的变量org.noear.solon.cache.redisson.RedissonCacheService
-
- client() - 类 中的方法org.noear.solon.cache.redisson.RedissonCacheService
-
获取 RedisClient
- client - 类 中的变量org.noear.solon.cache.spymemcached.MemCacheService
-
- client() - 类 中的方法org.noear.solon.cache.spymemcached.MemCacheService
-
- clone() - 类 中的方法org.noear.solon.core.util.IgnoreCaseMap
-
- close() - 类 中的方法org.noear.solon.boot.io.LimitedInputStream
-
- close() - 类 中的方法org.noear.solon.boot.jdkhttp.JdkHttpContext
-
- close() - 类 中的方法org.noear.solon.boot.jetty.websocket.WebSocketImpl
-
- close() - 类 中的方法org.noear.solon.boot.smarthttp.http.SmHttpContext
-
- close() - 类 中的方法org.noear.solon.boot.smarthttp.websocket.WebSocketImpl
-
- close() - 类 中的方法org.noear.solon.boot.undertow.jsp.JspResourceManager
-
- close() - 类 中的方法org.noear.solon.boot.undertow.websocket.WebSocketImpl
-
- close() - 类 中的方法org.noear.solon.boot.vertx.websocket.VxWebSocketImpl
-
- close() - 类 中的方法org.noear.solon.boot.websocket.netty.WebSocketImpl
-
- close() - 类 中的方法org.noear.solon.boot.websocket.WebSocketImpl
-
- close() - 类 中的方法org.noear.solon.core.AppClassLoader
-
- close() - 类 中的方法org.noear.solon.core.handle.Context
-
关闭响应(一些特殊的boot才有效)
- close() - 类 中的方法org.noear.solon.core.handle.ContextEmpty
-
- close() - 类 中的方法org.noear.solon.core.handle.DownloadedFile
-
- close() - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
-
- close() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- close() - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
-
- close() - 类 中的方法org.noear.solon.data.shardingds.ShardingDataSource
-
- close() - 接口 中的方法org.noear.solon.data.sql.bound.RowIterator
-
关闭
- close() - 类 中的方法org.noear.solon.data.tran.ConnectionProxy
-
- close() - 类 中的方法org.noear.solon.data.tran.impl.DbTran
-
- close() - 类 中的方法org.noear.solon.data.tran.impl.DbTranNode
-
关闭
- close() - 类 中的方法org.noear.solon.logging.persistent.PackagingQueueTaskImpl
-
- close() - 类 中的方法org.noear.solon.maven.plugin.JarWriter
-
Close the writer.
- close() - 类 中的方法org.noear.solon.maven.plugin.tools.data.RandomAccessDataFile
-
- close() - 类 中的方法org.noear.solon.maven.plugin.tools.jar.JarFile
-
- close() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponse
-
- close() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkInputStreamWrapper
-
- close() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponse
-
- close() - 类 中的方法org.noear.solon.net.http.textstream.CloseTrackableBufferedReader
-
- close() - 类 中的方法org.noear.solon.net.socketd.handle.SocketdContext
-
- close() - 类 中的方法org.noear.solon.net.stomp.broker.impl.StompSessionImpl
-
- close() - 接口 中的方法org.noear.solon.net.stomp.StompSession
-
关闭会话
- close() - 接口 中的方法org.noear.solon.net.websocket.WebSocket
-
关闭
- close() - 类 中的方法org.noear.solon.net.websocket.WebSocketBase
-
- close() - 类 中的方法org.noear.solon.web.servlet.SolonServletContext
-
- close() - 类 中的方法org.noear.solon.web.vertx.VxWebContext
-
- close() - 类 中的方法org.noear.solon.web.webdav.impl.ShardingInputStream
-
- closeDataSource(DataSource) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
-
尝试关闭数据源
- CloseTrackableBufferedReader - org.noear.solon.net.http.textstream中的类
-
有关闭跟踪的 BufferedReader
- CloseTrackableBufferedReader(Reader) - 类 的构造器org.noear.solon.net.http.textstream.CloseTrackableBufferedReader
-
- CloseTrackableBufferedReader(Reader, int) - 类 的构造器org.noear.solon.net.http.textstream.CloseTrackableBufferedReader
-
- CloudJobInterceptorImpl - webapp.dso中的类
-
- CloudJobInterceptorImpl() - 类 的构造器webapp.dso.CloudJobInterceptorImpl
-
- clz() - 类 中的方法org.noear.solon.core.BeanWrap
-
bean 类
- clz() - 类 中的方法org.noear.solon.core.wrap.ClassWrap
-
- clzCtor() - 类 中的方法org.noear.solon.core.BeanWrap
-
bean 类构造函数
- clzCtorArgs() - 类 中的方法org.noear.solon.core.BeanWrap
-
bean 类构造函数参数
- clzDestroy() - 类 中的方法org.noear.solon.core.BeanWrap
-
bean 类注销函数
- clzInit() - 类 中的方法org.noear.solon.core.BeanWrap
-
bean 类初始化函数
- cmd(Context, String) - 类 中的方法webapp.demo2_mvc.CmdController
-
- CmdController - webapp.demo2_mvc中的类
-
- CmdController() - 类 的构造器webapp.demo2_mvc.CmdController
-
- CmdService - webapp.demo2_mvc中的接口
-
- CmdServiceImpl - webapp.demo2_mvc中的类
-
- CmdServiceImpl() - 类 的构造器webapp.demo2_mvc.CmdServiceImpl
-
- CmdUtil - org.noear.solon.health.detector.util中的类
-
命令行执行工具
- CmdUtil() - 类 的构造器org.noear.solon.health.detector.util.CmdUtil
-
- code() - 类 中的方法org.noear.nami.Result
-
状态码
- code - 枚举 中的变量org.noear.solon.auth.AuthStatus
-
- code - 枚举 中的变量org.noear.solon.data.tran.TranPolicy
-
- code - 枚举 中的变量org.noear.solon.logging.event.Level
-
- code() - 接口 中的方法org.noear.solon.net.http.HttpResponse
-
获取响应代码
- code() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponse
-
- code() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponse
-
- code - 枚举 中的变量webapp.models.CatType
-
- codec - 类 中的静态变量org.noear.solon.net.stomp.broker.impl.StompBrokerMedia
-
- codes - 类 中的变量webapp.dso.EntityConfig
-
- collectionFormat() - 类 中的方法com.layjava.docs.javadoc.solon.wrap.ApiImplicitParamImpl
-
- collectionFormat() - 类 中的方法com.layjava.docs.javadoc.solon.wrap.ApiParamImpl
-
- collectionFormat() - 类 中的方法org.noear.solon.docs.openapi2.wrap.ApiImplicitParamImpl
-
- collectionFormat() - 类 中的方法org.noear.solon.docs.openapi2.wrap.ApiParamImpl
-
- colorln(String, Object) - 类 中的静态方法org.noear.solon.core.util.PrintUtil
-
- colorln(String, Object) - 类 中的方法org.noear.solon.logging.appender.OutputStreamAppender
-
- com.github.xiaoymin.knife4j.solon.extension - 程序包 com.github.xiaoymin.knife4j.solon.extension
-
- com.github.xiaoymin.knife4j.solon.integration - 程序包 com.github.xiaoymin.knife4j.solon.integration
-
- com.github.xiaoymin.knife4j.solon.settings - 程序包 com.github.xiaoymin.knife4j.solon.settings
-
- com.layjava.docs.javadoc.solon - 程序包 com.layjava.docs.javadoc.solon
-
- com.layjava.docs.javadoc.solon.common - 程序包 com.layjava.docs.javadoc.solon.common
-
- com.layjava.docs.javadoc.solon.controller - 程序包 com.layjava.docs.javadoc.solon.controller
-
- com.layjava.docs.javadoc.solon.impl - 程序包 com.layjava.docs.javadoc.solon.impl
-
- com.layjava.docs.javadoc.solon.integration - 程序包 com.layjava.docs.javadoc.solon.integration
-
- com.layjava.docs.javadoc.solon.wrap - 程序包 com.layjava.docs.javadoc.solon.wrap
-
- com1(Service1, Service2, Service3) - 类 中的方法webapp.demo6_aop.ioc.XConfig
-
- com2(TestCom1) - 类 中的方法webapp.demo6_aop.ioc.XConfig
-
- command(String) - 类 中的方法org.noear.solon.net.stomp.FrameBuilder
-
命令
- Command - org.noear.solon.scheduling.annotation中的注释类型
-
命令调度注解
- CommandExecutor - org.noear.solon.scheduling.command中的接口
-
命令执行器
- CommandExecutorProxy - org.noear.solon.scheduling.command中的类
-
命令执行器类原型代理(支持非单例运行)
- CommandExecutorProxy(BeanWrap) - 类 的构造器org.noear.solon.scheduling.command.CommandExecutorProxy
-
- CommandManager - org.noear.solon.scheduling.command中的类
-
命令管理
- CommandManager() - 类 的构造器org.noear.solon.scheduling.command.CommandManager
-
- Commands - org.noear.solon.net.stomp中的接口
-
Stomp 命令
- comment(String) - 类 中的方法org.noear.solon.web.sse.SseEvent
-
添加 SSE "comment" 行.
- commit() - 类 中的方法org.noear.solon.core.InjectGather
-
提交
- commit() - 接口 中的方法org.noear.solon.core.VarHolder
-
提交
- commit() - 类 中的方法org.noear.solon.core.wrap.VarHolderOfField
-
- commit() - 类 中的方法org.noear.solon.core.wrap.VarHolderOfParam
-
- commit() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- commit() - 类 中的方法org.noear.solon.data.tran.ConnectionProxy
-
- commit() - 类 中的方法org.noear.solon.data.tran.impl.DbTran
-
- commit() - 类 中的方法org.noear.solon.data.tran.impl.DbTranNode
-
提交
- COMMIT - 接口 中的静态变量org.noear.solon.net.stomp.Commands
-
事务提交消息
- compareTo(ItemHint) - 类 中的方法org.noear.solon.configurationprocessor.metadata.ItemHint
-
- compareTo(ItemMetadata) - 类 中的方法org.noear.solon.configurationprocessor.metadata.ItemMetadata
-
- compareTo(InjectGather) - 类 中的方法org.noear.solon.core.InjectGather
-
- compareTo(PluginEntity) - 类 中的方法org.noear.solon.core.PluginEntity
-
- compareTo(RankEntity<T>) - 类 中的方法org.noear.solon.core.util.RankEntity
-
- compareTo(MethodKey) - 类 中的方法org.noear.solon.core.wrap.MethodKey
-
- compareTo(Datetime) - 类 中的方法webapp.utils.Datetime
-
- COMPILE - 接口 中的静态变量org.noear.solon.maven.plugin.tools.tool.LibraryScope
-
The library is used at compile time and runtime.
- Completable - org.noear.solon.rx中的接口
-
可完成发布者(complete | error)
- CompletableEmitter - org.noear.solon.rx中的接口
-
可完成发射器
- CompletableEmitterImpl - org.noear.solon.rx.impl中的类
-
可完成发射器实现
- CompletableEmitterImpl(Subscriber<? super Void>) - 类 的构造器org.noear.solon.rx.impl.CompletableEmitterImpl
-
- CompletableImpl - org.noear.solon.rx.impl中的类
-
可完成发布者实现
- CompletableImpl(Throwable, Consumer<CompletableEmitter>) - 类 的构造器org.noear.solon.rx.impl.CompletableImpl
-
- complete(WebSocketChannel, Void) - 类 中的方法org.noear.solon.boot.undertow.websocket.CallbackFuture
-
- complete() - 类 中的方法org.noear.solon.core.Props
-
完成
- complete() - 接口 中的静态方法org.noear.solon.rx.Completable
-
完成
- complete() - 类 中的方法org.noear.solon.web.sse.SseEmitter
-
完成(用于手动控制)
- complete() - 类 中的方法org.noear.solon.web.sse.SseEmitterHandler
-
完成(用于手动控制)
- ComplexModel - webapp.nami中的类
-
- ComplexModel() - 类 的构造器webapp.nami.ComplexModel
-
- ComplexModelService1 - webapp.nami中的接口
-
- ComplexModelService1Impl - webapp.nami中的类
-
测试支持普通 Nami 和 Rpc Nami
- ComplexModelService1Impl() - 类 的构造器webapp.nami.ComplexModelService1Impl
-
- ComplexModelService2 - webapp.nami中的接口
-
- ComplexModelService2Impl - webapp.nami中的类
-
- ComplexModelService2Impl() - 类 的构造器webapp.nami.ComplexModelService2Impl
-
- ComplexModelService3 - webapp.nami中的接口
-
- ComplexModelService3Impl - webapp.nami中的类
-
- ComplexModelService3Impl() - 类 的构造器webapp.nami.ComplexModelService3Impl
-
- Component - org.noear.solon.annotation中的注释类型
-
普通托管组件(一般情况下,不支持代理机制)
{@code
//注解在类上
- computeContextPath(IExpressionContext, String, Map<String, Object>) - 类 中的方法org.noear.solon.view.thymeleaf.BaseUrlLinkBuilder
-
- Condition - org.noear.solon.annotation中的注释类型
-
- Condition1A - webapp.demo0_bean.condition1中的类
-
- Condition1A() - 类 的构造器webapp.demo0_bean.condition1.Condition1A
-
- Condition1A - webapp.demo0_bean.construction1中的类
-
- Condition1A() - 类 的构造器webapp.demo0_bean.construction1.Condition1A
-
- Condition1B - webapp.demo0_bean.condition1中的类
-
- Condition1B() - 类 的构造器webapp.demo0_bean.condition1.Condition1B
-
- Condition1B - webapp.demo0_bean.construction1中的类
-
- Condition1B() - 类 的构造器webapp.demo0_bean.construction1.Condition1B
-
- Condition2A - webapp.demo0_bean.condition2中的类
-
- Condition2A() - 类 的构造器webapp.demo0_bean.condition2.Condition2A
-
- Condition2B - webapp.demo0_bean.condition2中的类
-
- Condition2B() - 类 的构造器webapp.demo0_bean.condition2.Condition2B
-
- ConditionBean11A - webapp.demo0_bean.condition2中的类
-
- ConditionBean11A() - 类 的构造器webapp.demo0_bean.condition2.ConditionBean11A
-
- ConditionBean11A() - 类 中的方法webapp.demo0_bean.condition2.ConditionConfig
-
- ConditionBean11B - webapp.demo0_bean.condition2中的类
-
- ConditionBean11B() - 类 的构造器webapp.demo0_bean.condition2.ConditionBean11B
-
- ConditionBean11B() - 类 中的方法webapp.demo0_bean.condition2.ConditionConfig
-
- ConditionBean12A - webapp.demo0_bean.condition2中的类
-
- ConditionBean12A() - 类 的构造器webapp.demo0_bean.condition2.ConditionBean12A
-
- ConditionBean12A() - 类 中的方法webapp.demo0_bean.condition2.ConditionConfig
-
- ConditionBean12B - webapp.demo0_bean.condition2中的类
-
- ConditionBean12B() - 类 的构造器webapp.demo0_bean.condition2.ConditionBean12B
-
- ConditionBean12B() - 类 中的方法webapp.demo0_bean.condition2.ConditionConfig
-
- ConditionCom11A - webapp.demo0_bean.condition1中的类
-
- ConditionCom11A() - 类 的构造器webapp.demo0_bean.condition1.ConditionCom11A
-
- ConditionCom11B - webapp.demo0_bean.condition1中的类
-
- ConditionCom11B() - 类 的构造器webapp.demo0_bean.condition1.ConditionCom11B
-
- ConditionCom12A - webapp.demo0_bean.condition1中的类
-
- ConditionCom12A() - 类 的构造器webapp.demo0_bean.condition1.ConditionCom12A
-
- ConditionCom12B - webapp.demo0_bean.condition1中的类
-
- ConditionCom12B() - 类 的构造器webapp.demo0_bean.condition1.ConditionCom12B
-
- ConditionConfig - webapp.demo0_bean.condition2中的类
-
- ConditionConfig() - 类 的构造器webapp.demo0_bean.condition2.ConditionConfig
-
- ConditionConfig - webapp.dso中的类
-
- ConditionConfig() - 类 的构造器webapp.dso.ConditionConfig
-
- ConditionUtil - org.noear.solon.core.util中的类
-
条件检测工具
- ConditionUtil() - 类 的构造器org.noear.solon.core.util.ConditionUtil
-
- Config - org.noear.nami中的类
-
Nami - 配置
- Config() - 类 的构造器org.noear.nami.Config
-
- config - 类 中的变量org.noear.nami.Context
-
配置
- config(NamiClient, NamiBuilder) - 类 中的方法org.noear.nami.integration.solon.NamiConfigurationSolon
-
- config(NamiClient, NamiBuilder) - 接口 中的方法org.noear.nami.NamiConfiguration
-
配置客户端
- config(NamiClient, NamiBuilder) - 类 中的方法org.noear.nami.NamiConfigurationDefault
-
- config() - 类 中的方法org.noear.solon.serialization.fastjson.FastjsonActionExecutor
-
反序列化配置
- config() - 类 中的方法org.noear.solon.serialization.fastjson.FastjsonRenderFactoryBase
-
序列化配置
- config() - 类 中的方法org.noear.solon.serialization.fastjson2.Fastjson2ActionExecutor
-
反序列化配置
- config() - 类 中的方法org.noear.solon.serialization.fastjson2.Fastjson2RenderFactoryBase
-
序列化配置
- config() - 类 中的方法org.noear.solon.serialization.gson.GsonActionExecutor
-
反序列化配置
- config() - 类 中的方法org.noear.solon.serialization.gson.GsonRenderFactoryBase
-
序列化配置
- config() - 类 中的方法org.noear.solon.serialization.jackson.JacksonActionExecutor
-
反序列化配置
- config(ObjectMapper) - 类 中的方法org.noear.solon.serialization.jackson.JacksonActionExecutor
-
配置
- config() - 类 中的方法org.noear.solon.serialization.jackson.JacksonRenderFactoryBase
-
序列化配置
- config() - 类 中的方法org.noear.solon.serialization.jackson.xml.JacksonXmlActionExecutor
-
反序列化配置
- config(XmlMapper) - 类 中的方法org.noear.solon.serialization.jackson.xml.JacksonXmlActionExecutor
-
配置
- config() - 类 中的方法org.noear.solon.serialization.jackson.xml.JacksonXmlRenderFactoryBase
-
序列化配置
- config() - 类 中的方法org.noear.solon.serialization.properties.PropertiesActionExecutor
-
反序列化配置
- config() - 类 中的方法org.noear.solon.serialization.properties.PropertiesRenderFactory
-
序列化配置
- config() - 类 中的方法org.noear.solon.serialization.snack3.SnackActionExecutor
-
反序列化配置
- config() - 类 中的方法org.noear.solon.serialization.snack3.SnackRenderFactoryBase
-
序列化配置
- Config - webapp中的类
-
- Config() - 类 的构造器webapp.Config
-
- ConfigDemo - webapp.demo8_config中的类
-
- ConfigDemo() - 类 的构造器webapp.demo8_config.ConfigDemo
-
- configScheduled(ScheduledAnno) - 类 中的静态方法org.noear.solon.scheduling.utils.ScheduledHelper
-
配置加持
- configuration() - 类 中的方法org.noear.nami.integration.solon.NamiClientAnno
-
- Configuration - org.noear.solon.annotation中的注释类型
-
配置器(主要为了动态构建组件 或 适配些接口)
{@code
//或构建一些组件
- ConfigurationMetadata - org.noear.solon.configurationprocessor.metadata中的类
-
Configuration meta-data.
- ConfigurationMetadata() - 类 的构造器org.noear.solon.configurationprocessor.metadata.ConfigurationMetadata
-
- ConfigurationMetadata(ConfigurationMetadata) - 类 的构造器org.noear.solon.configurationprocessor.metadata.ConfigurationMetadata
-
- ConfigurationMetadataAnnotationProcessor - org.noear.solon.configurationprocessor中的类
-
- ConfigurationMetadataAnnotationProcessor() - 类 的构造器org.noear.solon.configurationprocessor.ConfigurationMetadataAnnotationProcessor
-
- configurationPropertiesAnnotation() - 类 中的方法org.noear.solon.configurationprocessor.ConfigurationMetadataAnnotationProcessor
-
- configure(WebSocketServletFactory) - 类 中的方法org.noear.solon.boot.jetty.websocket.WebSocketHandlerImpl
-
- configure() - 类 中的方法org.noear.solon.health.detector.integration.HealthConfigurator
-
配置
- CONNECT - 接口 中的静态变量org.noear.solon.net.stomp.Commands
-
发起连接
- CONNECTED - 接口 中的静态变量org.noear.solon.net.stomp.Commands
-
已连接
- ConnectionProxy - org.noear.solon.data.tran中的类
-
连接代理(用于事务控制)
- ConnectionProxy(Connection) - 类 的构造器org.noear.solon.data.tran.ConnectionProxy
-
- ConnectionWrapper - org.noear.solon.data.datasource中的类
-
连接包装器
- ConnectionWrapper(Connection) - 类 的构造器org.noear.solon.data.datasource.ConnectionWrapper
-
- ConsoleAppender - org.noear.solon.logging.appender中的类
-
控制台添加器实现类(限制在调试模式或文件模式下打印)
- ConsoleAppender() - 类 的构造器org.noear.solon.logging.appender.ConsoleAppender
-
- Constant - org.noear.solon.maven.plugin中的类
-
- Constant() - 类 的构造器org.noear.solon.maven.plugin.Constant
-
- Constants - com.layjava.docs.javadoc.solon.common中的类
-
常量
- Constants() - 类 的构造器com.layjava.docs.javadoc.solon.common.Constants
-
- Constants - org.noear.nami.common中的类
-
- Constants() - 类 的构造器org.noear.nami.common.Constants
-
已过时。
- Constants - org.noear.solon.boot.web中的类
-
Web 常量
- Constants() - 类 的构造器org.noear.solon.boot.web.Constants
-
- Constants - org.noear.solon.core中的接口
-
内部常量(禁止外部引用)
- Constants - org.noear.solon.docs.openapi2.common中的类
-
常量
- Constants() - 类 的构造器org.noear.solon.docs.openapi2.common.Constants
-
- Construction1Com11A - webapp.demo0_bean.construction1中的类
-
- Construction1Com11A(Condition1A) - 类 的构造器webapp.demo0_bean.construction1.Construction1Com11A
-
- Construction1Com11B - webapp.demo0_bean.construction1中的类
-
- Construction1Com11B(Condition1B) - 类 的构造器webapp.demo0_bean.construction1.Construction1Com11B
-
- Construction1Com11B2 - webapp.demo0_bean.construction1中的类
-
- Construction1Com11B2(Condition1B) - 类 的构造器webapp.demo0_bean.construction1.Construction1Com11B2
-
- ConstructionException - org.noear.solon.core.exception中的异常错误
-
构造异常
- ConstructionException(Throwable) - 异常错误 的构造器org.noear.solon.core.exception.ConstructionException
-
- ConstructionException(String, Throwable) - 异常错误 的构造器org.noear.solon.core.exception.ConstructionException
-
- CONSTRUCTOR_NAME - 类 中的静态变量org.noear.solon.core.util.ReflectUtil
-
- ConstructorWrap - org.noear.solon.core.wrap中的类
-
构造器包装
- ConstructorWrap(Class<?>, Constructor) - 类 的构造器org.noear.solon.core.wrap.ConstructorWrap
-
- ConsumerEx<T> - org.noear.solon.core.util中的接口
-
可异常消费者
- Consumes - org.noear.solon.annotation中的注释类型
-
做为 @Mapping 的副词用,申明输入内容类型需求
- consumes() - 接口 中的方法org.noear.solon.core.handle.Action
-
消费格式
- consumes() - 类 中的方法org.noear.solon.core.mvc.ActionDefault
-
消息费(用于文档生成)
- CONSUMES_FILE - 类 中的静态变量org.noear.solon.docs.ApiEnum
-
- CONSUMES_FORM_DATA - 类 中的静态变量org.noear.solon.docs.ApiEnum
-
- CONSUMES_JSON - 类 中的静态变量org.noear.solon.docs.ApiEnum
-
- CONSUMES_URLENCODED - 类 中的静态变量org.noear.solon.docs.ApiEnum
-
- CONSUMES_XML - 类 中的静态变量org.noear.solon.docs.ApiEnum
-
- contact() - 类 中的方法org.noear.solon.docs.models.ApiInfo
-
- contact(ApiContact) - 类 中的方法org.noear.solon.docs.models.ApiInfo
-
- contact(String, String, String) - 类 中的方法org.noear.solon.docs.models.ApiInfo
-
- contains(String) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
-
- containsEntry(String) - 类 中的方法org.noear.solon.maven.plugin.tools.jar.JarFile
-
- containsKey(Object) - 类 中的方法org.noear.solon.core.util.IgnoreCaseMap
-
- containsKey(String) - 类 中的方法org.noear.solon.core.util.MultiMap
-
是否包含键
- containsValue(Object) - 类 中的方法org.noear.solon.core.util.IgnoreCaseMap
-
- content - 类 中的变量org.noear.solon.core.handle.FileBase
-
内容流
- CONTENT_LENGTH - 接口 中的静态变量org.noear.solon.net.stomp.Headers
-
内容长度
- CONTENT_TYPE - 接口 中的静态变量org.noear.solon.net.stomp.Headers
-
内容类型
- CONTENT_TYPE_JSON_TYPE - 类 中的静态变量com.layjava.docs.javadoc.solon.common.Constants
-
内容类型json类型
- CONTENT_TYPE_JSON_TYPE - 类 中的静态变量org.noear.solon.docs.openapi2.common.Constants
-
内容类型json类型
- contentCharset() - 类 中的方法org.noear.solon.boot.web.WebContextBase
-
内存字符集
- contentCharset() - 类 中的方法org.noear.solon.core.handle.Context
-
获取获取编码类型
- contentCharset() - 类 中的方法org.noear.solon.core.handle.ContextEmpty
-
- contentEncoding() - 接口 中的方法org.noear.solon.net.http.HttpResponse
-
获取内容编码
- contentEncoding() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponse
-
- contentEncoding() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponse
-
- contentLength() - 类 中的方法org.noear.solon.boot.jdkhttp.JdkHttpContext
-
- contentLength() - 类 中的方法org.noear.solon.boot.smarthttp.http.SmHttpContext
-
- contentLength(long) - 类 中的方法org.noear.solon.boot.smarthttp.http.SmHttpContext
-
- contentLength() - 类 中的方法org.noear.solon.core.handle.Context
-
获取内容长度
- contentLength(long) - 类 中的方法org.noear.solon.core.handle.Context
-
设置内容长度
- contentLength() - 类 中的方法org.noear.solon.core.handle.ContextEmpty
-
- contentLength() - 接口 中的方法org.noear.solon.net.http.HttpResponse
-
获取内容长度
- contentLength() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponse
-
- contentLength() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponse
-
- contentLength() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpUtils.StreamBody
-
- contentLength() - 类 中的方法org.noear.solon.net.socketd.handle.SocketdContext
-
- contentLength() - 类 中的方法org.noear.solon.web.servlet.SolonServletContext
-
- contentLength() - 类 中的方法org.noear.solon.web.vertx.VxWebContext
-
- contentLength(long) - 类 中的方法org.noear.solon.web.vertx.VxWebContext
-
- contentSize - 类 中的变量org.noear.solon.core.handle.FileBase
-
内容大小
- contentType() - 类 中的方法org.noear.solon.boot.web.WebContextBase
-
内存类型
- contentType() - 类 中的方法org.noear.solon.core.handle.Context
-
获取内容类型
- contentType(String) - 类 中的方法org.noear.solon.core.handle.Context
-
设置内容类型
- contentType() - 类 中的方法org.noear.solon.core.handle.ContextEmpty
-
- contentType(String) - 类 中的方法org.noear.solon.core.handle.Entity
-
- contentType - 类 中的变量org.noear.solon.core.handle.FileBase
-
内容类型(有些地方会动态构建,所以不能只读)
- contentType() - 接口 中的方法org.noear.solon.net.http.HttpResponse
-
获取内容类型
- contentType(String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
-
Content-Type 头配置
- contentType() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponse
-
- contentType() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponse
-
- contentType() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpUtils.StreamBody
-
- contentType() - 类 中的方法org.noear.solon.net.socketd.handle.SocketdContext
-
- contentType(String) - 类 中的方法org.noear.solon.net.socketd.handle.SocketdContext
-
- contentType(String) - 类 中的方法org.noear.solon.net.stomp.FrameBuilder
-
内容类型头
- contentType() - 类 中的方法org.noear.solon.net.stomp.handle.StompContext
-
内容类型
- contentType(String) - 类 中的方法org.noear.solon.net.stomp.handle.StompContext
-
- contentType(String) - 类 中的方法org.noear.solon.net.stomp.Message
-
内容类型
- contentType() - 类 中的方法org.noear.solon.web.servlet.SolonServletContext
-
- contentTypeDef - 类 中的静态变量org.noear.solon.core.handle.ContextUtil
-
已过时。
- contentTypeDoSet(String) - 类 中的方法org.noear.solon.boot.jdkhttp.JdkHttpContext
-
- contentTypeDoSet(String) - 类 中的方法org.noear.solon.boot.smarthttp.http.SmHttpContext
-
- contentTypeDoSet(String) - 类 中的方法org.noear.solon.core.handle.Context
-
- contentTypeDoSet(String) - 类 中的方法org.noear.solon.core.handle.ContextEmpty
-
- contentTypeDoSet(String) - 类 中的方法org.noear.solon.web.servlet.SolonServletContext
-
- contentTypeDoSet(String) - 类 中的方法org.noear.solon.web.vertx.VxWebContext
-
- contentTypeNew() - 类 中的方法org.noear.solon.core.handle.Context
-
获取设置的新内容类型
- ContentTypes - org.noear.nami.common中的类
-
内容类型
- ContentTypes() - 类 的构造器org.noear.nami.common.ContentTypes
-
- ContentTypes - webapp.utils中的类
-
- ContentTypes() - 类 的构造器webapp.utils.ContentTypes
-
- Context - org.noear.nami中的类
-
Nami - 请求上下文
- Context(Config, Object, Method, String, String, Object) - 类 的构造器org.noear.nami.Context
-
- context - 类 中的变量org.noear.solon.boot.vertx.VxHttpServerComb
-
- context() - 类 中的方法org.noear.solon.core.BeanWrap
-
- context() - 类 中的方法org.noear.solon.core.event.AppEvent
-
应用上下文
- Context - org.noear.solon.core.handle中的类
-
通用上下文接口(实现:Context + Handler 架构)
- Context() - 类 的构造器org.noear.solon.core.handle.Context
-
- context() - 类 中的方法org.noear.solon.core.route.RouterWrapper
-
- context() - 接口 中的方法org.noear.solon.core.VarHolder
-
应用上下文
- context() - 类 中的方法org.noear.solon.core.wrap.VarHolderOfField
-
应用上下文
- context() - 类 中的方法org.noear.solon.core.wrap.VarHolderOfParam
-
应用上下文
- context() - 类 中的静态方法org.noear.solon.Solon
-
应用上下文
- context() - 类 中的方法org.noear.solon.SolonApp
-
应用上下文
- ContextAsyncListener - org.noear.solon.core.handle中的接口
-
通用上下文接口 - 异步监听
- contextDestroyed(ServletContextEvent) - 类 中的方法org.noear.solon.web.servlet.SolonServletContextListener
-
Servlet容器销毁时关闭Solon
- ContextEmpty - org.noear.solon.core.handle中的类
-
通用上下文,空对象
- ContextEmpty() - 类 的构造器org.noear.solon.core.handle.ContextEmpty
-
- ContextHolder - org.noear.solon.core.handle中的类
-
上下文状态处理工具(独立出来,可为别的业务服务)
- ContextHolder() - 类 的构造器org.noear.solon.core.handle.ContextHolder
-
- contextInitialized(ServletContextEvent) - 类 中的方法org.noear.solon.web.servlet.SolonServletContextListener
-
对接 web.xml
- ContextPathController - webapp.demo2_mvc中的类
-
- ContextPathController() - 类 的构造器webapp.demo2_mvc.ContextPathController
-
- ContextPathFilter - org.noear.solon.core.handle中的类
-
提供 ContextPath 类似的功能(优先级要极高)
- ContextPathFilter() - 类 的构造器org.noear.solon.core.handle.ContextPathFilter
-
- ContextPathFilter(String, boolean) - 类 的构造器org.noear.solon.core.handle.ContextPathFilter
-
- ContextPathWebSocketListener - org.noear.solon.net.websocket.listener中的类
-
提供 ContextPath 类似的功能(优先级要极高)
- ContextPathWebSocketListener() - 类 的构造器org.noear.solon.net.websocket.listener.ContextPathWebSocketListener
-
- ContextPathWebSocketListener(String, boolean) - 类 的构造器org.noear.solon.net.websocket.listener.ContextPathWebSocketListener
-
- ContextSerializer<T> - org.noear.solon.serialization中的接口
-
通用上下文接口序列化器
- ContextUtil - org.noear.solon.core.handle中的类
-
- ContextUtil() - 类 的构造器org.noear.solon.core.handle.ContextUtil
-
已过时。
- ContextValidateHandler - org.noear.solon.validation中的类
-
上下文验证拦截器
- ContextValidateHandler() - 类 的构造器org.noear.solon.validation.ContextValidateHandler
-
- Controller - org.noear.solon.annotation中的注释类型
-
mvc::Web 组件(控制器,一般与@Mapping 配合使用)
{@code
- controller() - 接口 中的方法org.noear.solon.core.handle.Action
-
控制器包装
- controller() - 类 中的方法org.noear.solon.core.handle.Context
-
获取当前控制器
- controller() - 类 中的方法org.noear.solon.core.mvc.ActionDefault
-
控制类包装器
- controllerClz() - 类 中的方法com.layjava.docs.javadoc.solon.impl.ActionHolder
-
- controllerClz() - 类 中的方法org.noear.solon.docs.openapi2.impl.ActionHolder
-
- ConventionUtils - org.noear.solon.configurationprocessor.support中的类
-
Convention utilities.
- ConventionUtils() - 类 的构造器org.noear.solon.configurationprocessor.support.ConventionUtils
-
- convert(ILoggingEvent) - 类 中的方法ch.qos.logback.solon.SolonTagsConverter
-
- convert(S) - 接口 中的方法org.noear.solon.core.convert.Converter
-
转换
- convert(Properties, T, Class<T>, Type) - 类 中的方法org.noear.solon.core.PropsConverter
-
转换
- convert(Properties, Class<T>) - 类 中的方法org.noear.solon.core.PropsConverter
-
- convert(Row, RowMetadata) - 接口 中的方法org.noear.solon.data.rx.sql.bound.RxRowConverter
-
转换
- convert(ResultSet) - 接口 中的方法org.noear.solon.data.sql.bound.RowConverter
-
转换
- convert(Properties, T, Class<T>, Type) - 类 中的方法org.noear.solon.extend.impl.PropsConverterExt
-
- convert(String) - 类 中的方法webapp.models.CatTypeConverter.CatTypeConverter1
-
- Converter<S,T> - org.noear.solon.core.convert中的接口
-
转换器(主要用于配置或网络的单值转换)
- ConverterFactory<S,R> - org.noear.solon.core.convert中的接口
-
转换器工厂
- ConverterManager - org.noear.solon.core.convert中的类
-
转换管理器
- ConverterManager() - 类 的构造器org.noear.solon.core.convert.ConverterManager
-
- converterManager() - 类 中的方法org.noear.solon.SolonApp
-
转换管理器
- ConvertException - org.noear.solon.core.exception中的异常错误
-
转换异常
- ConvertException(Throwable) - 异常错误 的构造器org.noear.solon.core.exception.ConvertException
-
- ConvertException(String, Throwable) - 异常错误 的构造器org.noear.solon.core.exception.ConvertException
-
- convertKey(String) - 类 中的方法org.noear.solon.core.util.IgnoreCaseMap
-
- ConvertUtil - org.noear.solon.core.util中的类
-
类型转换工具
- ConvertUtil() - 类 的构造器org.noear.solon.core.util.ConvertUtil
-
- Cookie - org.noear.solon.annotation中的注释类型
-
请求 Cookie(主要修饰参数,很少用到)
- cookie(String) - 类 中的方法org.noear.solon.core.handle.Context
-
获取 cookie
- Cookie - org.noear.solon.core.handle中的类
-
小饼
- Cookie(String, String) - 类 的构造器org.noear.solon.core.handle.Cookie
-
- cookie(String) - 接口 中的方法org.noear.solon.net.http.HttpResponse
-
获取饼值
- cookie(String, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
-
小饼配置(替换)
- cookie(String, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
-
- cookie(String) - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponse
-
- cookie(String) - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponse
-
- cookie(Context) - 类 中的方法webapp.demo2_mvc.HeaderController
-
- cookie(Context) - 类 中的方法webapp.demo2_mvc.JsonController
-
- cookie(Context) - 类 中的方法webapp.demo2_mvc.SequenceController
-
- cookie2(String) - 类 中的方法webapp.demo2_mvc.JsonController
-
- cookieAdd(String, String) - 接口 中的方法org.noear.solon.net.http.HttpUtils
-
小饼配置(添加)
- cookieAdd(String, String) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
-
- cookieGet(String) - 类 中的方法org.noear.solon.boot.web.SessionStateBase
-
- cookieMap() - 类 中的方法org.noear.solon.boot.jdkhttp.JdkHttpContext
-
- cookieMap() - 类 中的方法org.noear.solon.boot.smarthttp.http.SmHttpContext
-
- cookieMap() - 类 中的方法org.noear.solon.core.handle.Context
-
获取小饼字典集合
- cookieMap - 类 中的变量org.noear.solon.core.handle.ContextEmpty
-
- cookieMap() - 类 中的方法org.noear.solon.core.handle.ContextEmpty
-
- cookieMap() - 类 中的方法org.noear.solon.web.servlet.SolonServletContext
-
- cookieMap() - 类 中的方法org.noear.solon.web.vertx.VxWebContext
-
- cookieNames() - 类 中的方法org.noear.solon.core.handle.Context
-
获取所有小饼的名字集合
- cookieNames() - 接口 中的方法org.noear.solon.net.http.HttpResponse
-
获取饼名
- cookieNames() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponse
-
- cookieNames() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponse
-
- cookieOrDefault(String, String) - 类 中的方法org.noear.solon.core.handle.Context
-
获取 cookie
- cookieRemove(String) - 类 中的方法org.noear.solon.core.handle.Context
-
移徐 cookie
- cookies(String) - 接口 中的方法org.noear.solon.net.http.HttpResponse
-
获取饼值数组
- cookies() - 接口 中的方法org.noear.solon.net.http.HttpResponse
-
获取小饼数组
- cookies(Map) - 接口 中的方法org.noear.solon.net.http.HttpUtils
-
小饼配置
- cookies(Iterable<KeyValues<String>>) - 接口 中的方法org.noear.solon.net.http.HttpUtils
-
小饼配置
- cookies(Map) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
-
设置请求 cookies
- cookies(Iterable<KeyValues<String>>) - 类 中的方法org.noear.solon.net.http.impl.AbstractHttpUtils
-
- cookies(String) - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponse
-
- cookies() - 类 中的方法org.noear.solon.net.http.impl.jdk.JdkHttpResponse
-
- cookies(String) - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponse
-
- cookies() - 类 中的方法org.noear.solon.net.http.impl.okhttp.OkHttpResponse
-
- cookieSet(Cookie) - 类 中的方法org.noear.solon.boot.jdkhttp.JdkHttpContext
-
- cookieSet(Cookie) - 类 中的方法org.noear.solon.boot.smarthttp.http.SmHttpContext
-
- cookieSet(String, String) - 类 中的方法org.noear.solon.boot.web.SessionStateBase
-
- cookieSet(String, String) - 类 中的方法org.noear.solon.core.handle.Context
-
设置 cookie
- cookieSet(String, String, int) - 类 中的方法org.noear.solon.core.handle.Context
-
设置 cookie
- cookieSet(String, String, String, int) - 类 中的方法org.noear.solon.core.handle.Context
-
设置 cookie
- cookieSet(String, String, String, String, int) - 类 中的方法org.noear.solon.core.handle.Context
-
设置 cookie
- cookieSet(Cookie) - 类 中的方法org.noear.solon.core.handle.Context
-
设置 cookie
- cookieSet(Cookie) - 类 中的方法org.noear.solon.core.handle.ContextEmpty
-
- cookieSet(Cookie) - 类 中的方法org.noear.solon.web.servlet.SolonServletContext
-
- cookieSet(Cookie) - 类 中的方法org.noear.solon.web.vertx.VxWebContext
-
- cookieValues(String) - 类 中的方法org.noear.solon.core.handle.Context
-
获取 cookie (多值)
- copy(String, String) - 接口 中的方法org.noear.solon.web.webdav.FileSystem
-
- copy(String, String) - 类 中的方法org.noear.solon.web.webdav.impl.LocalFileSystem
-
- CopyLoader - org.noear.solon.maven.plugin中的类
-
- CopyLoader() - 类 的构造器org.noear.solon.maven.plugin.CopyLoader
-
- copyTo(BeanContainer) - 类 中的方法org.noear.solon.core.BeanContainer
-
容器能力制复到另一个容器
- coreThreads - 类 中的变量org.noear.solon.boot.smarthttp.SmHttpServer
-
- coreThreads - 类 中的变量org.noear.solon.boot.smarthttp.SmHttpServerComb
-
- count - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
-
- count() - 接口 中的方法org.noear.solon.core.route.RoutingTable
-
数量
- count() - 类 中的方法org.noear.solon.core.route.RoutingTableDefault
-
- count() - 类 中的静态方法org.noear.solon.logging.AppenderManager
-
- count() - 类 中的方法org.noear.solon.net.websocket.listener.PathWebSocketListener
-
- count() - 类 中的静态方法org.noear.solon.web.staticfiles.StaticMappings
-
映射数量
- CpuDetector - org.noear.solon.health.detector.impl中的类
-
Cpu 探测器
- CpuDetector() - 类 的构造器org.noear.solon.health.detector.impl.CpuDetector
-
- create(Supplier<ClientSession>, Encoder, Decoder, Class<T>) - 类 中的静态方法org.noear.nami.channel.socketd.ProxyUtils
-
创建接口
- create(String, Class<T>) - 类 中的静态方法org.noear.nami.channel.socketd.SocketdProxy
-
创建接口代理
- create(ClientSession, Class<T>) - 类 中的静态方法org.noear.nami.channel.socketd.SocketdProxy
-
创建接口代理
- create(Context, Class<T>) - 类 中的静态方法org.noear.nami.channel.socketd.SocketdProxy
-
创建接口代理
- create(Class<?>) - 类 中的方法org.noear.nami.NamiBuilder
-
创建接口代理
- create(Class<?>, NamiClient) - 类 中的方法org.noear.nami.NamiBuilder
-
创建接口代理
- create(ServerSslProps) - 类 中的静态方法org.noear.solon.boot.ssl.SslContextFactory
-
- create(Properties) - 类 中的方法org.noear.solon.cache.caffeine.integration.CaffeineCacheFactoryImpl
-
- create() - 类 中的方法org.noear.solon.core.BeanWrap
-
- create() - 类 中的静态方法org.noear.solon.core.handle.ContextEmpty
-
- create() - 接口 中的方法org.noear.solon.core.handle.RenderFactory
-
创建渲染器
- create(Context) - 接口 中的方法org.noear.solon.core.handle.SessionStateFactory
-
创建会话状态
- create(String, String) - 接口 中的方法org.noear.solon.core.LoadBalance.Factory
-
- create(Properties) - 接口 中的方法org.noear.solon.data.cache.CacheFactory
-
创建缓存服务
- create(Properties) - 类 中的方法org.noear.solon.data.cache.LocalCacheFactoryImpl
-
- create(Class<? extends T>) - 接口 中的方法org.noear.solon.data.rx.sql.bound.RxRowConverterFactory
-
创建
- create(Class<?>) - 类 中的方法org.noear.solon.data.rx.sql.impl.DefaultRxConverter
-
- create(Class<? extends T>) - 接口 中的方法org.noear.solon.data.sql.bound.RowConverterFactory
-
创建
- create(Class<?>) - 类 中的方法org.noear.solon.data.sql.impl.DefaultConverter
-
- create(Transaction) - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
-
创建一个事务节点
- create(String, Locale) - 接口 中的方法org.noear.solon.i18n.I18nBundleFactory
-
创建国际化包
- create(String, Locale) - 类 中的方法org.noear.solon.i18n.impl.I18nBundleFactoryLocal
-
- create(Consumer<CompletableEmitter>) - 接口 中的静态方法org.noear.solon.rx.Completable
-
创建
- create() - 类 中的方法org.noear.solon.serialization.fastjson.FastjsonRenderFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.fastjson.FastjsonRenderTypedFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.fastjson2.Fastjson2RenderFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.fastjson2.Fastjson2RenderTypedFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.gson.GsonRenderFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.gson.GsonRenderTypedFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.jackson.JacksonRenderFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.jackson.JacksonRenderTypedFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.jackson.xml.JacksonXmlRenderFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.jackson.xml.JacksonXmlRenderTypedFactory
-
创建
- create(AppContext) - 类 中的静态方法org.noear.solon.serialization.prop.JsonProps
-
- create() - 类 中的方法org.noear.solon.serialization.properties.PropertiesRenderFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.snack3.SnackRenderFactory
-
创建
- create() - 类 中的方法org.noear.solon.serialization.snack3.SnackRenderTypedFactory
-
创建
- create(Context) - 类 中的方法org.noear.solon.sessionstate.jedis.JedisSessionStateFactory
-
- create(Context) - 类 中的方法org.noear.solon.sessionstate.jwt.JwtSessionStateFactory
-
创建会话状态
- create(Context) - 类 中的方法org.noear.solon.sessionstate.local.LocalSessionStateFactory
-
- create(Context) - 类 中的方法org.noear.solon.sessionstate.redisson.RedissonSessionStateFactory
-
- create() - 接口 中的方法org.noear.solon.web.webdav.FileInfo
-
创建时间
请使用yyyy-MM-dd HH:mm:ss格式
- create(String, String) - 类 中的方法webapp.demo5_rpc.UserUpstreamFactory
-
- createAction(BeanWrap, Method, Mapping, String, boolean) - 类 中的方法org.noear.solon.core.mvc.ActionLoaderDefault
-
构建 Action
- createAppender(String, Layout<? extends Serializable>, Filter, String) - 类 中的静态方法org.apache.logging.log4j.solon.SolonAppender
-
- createArrayOf(String, Object[]) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- createBlob() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- createClob() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- createDirective() - 类 中的方法org.noear.solon.view.enjoy.EnjoyDirectiveFactory
-
- createInput(byte[]) - 类 中的方法net.openhft.chronicle.bytes.solon.ChrBytesFactory
-
- createInput(byte[]) - 类 中的方法org.agrona.sbe.solon.SbeFactory
-
- createInput(byte[]) - 接口 中的方法org.noear.solon.serialization.abc.io.AbcFactory
-
创建输入器
- createKey() - 类 中的静态方法org.noear.solon.sessionstate.jwt.JwtUtils
-
生成密钥
- createLoader(BeanWrap) - 类 中的方法org.noear.solon.core.mvc.MvcFactoryDefault
-
创建动作加载器
- createLoader(BeanWrap, String, boolean, Render, boolean) - 类 中的方法org.noear.solon.core.mvc.MvcFactoryDefault
-
创建动作加载器
- createLoader(BeanWrap) - 接口 中的方法org.noear.solon.core.MvcFactory
-
创建动作加载器
- createLoader(BeanWrap, String, boolean, Render, boolean) - 接口 中的方法org.noear.solon.core.MvcFactory
-
创建动作加载器
- createNClob() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- createOutput() - 类 中的方法net.openhft.chronicle.bytes.solon.ChrBytesFactory
-
- createOutput() - 类 中的方法org.agrona.sbe.solon.SbeFactory
-
- createOutput() - 接口 中的方法org.noear.solon.serialization.abc.io.AbcFactory
-
创建输出器
- createServlet(String, String) - 类 中的静态方法org.noear.solon.boot.undertow.jsp.JspServletEx
-
- createSQLXML() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- createStatement() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- createStatement(int, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- createStatement(int, int, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- createStruct(String, Object[]) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
-
- createTag() - 类 中的方法org.noear.solon.view.beetl.BeetlTagFactory
-
- createTest() - 类 中的方法org.noear.solon.test.SolonJUnit4ClassRunner
-
- createTestInstance(TestInstanceFactoryContext, ExtensionContext) - 类 中的方法org.noear.solon.test.SolonJUnit5Extension
-
- createTldInfos(String...) - 类 中的静态方法org.noear.solon.boot.jetty.jsp.JspTldLocator
-
- createTldInfos(String...) - 类 中的静态方法org.noear.solon.boot.undertow.jsp.JspTldLocator
-
- createWebClient(String, Class<? extends T>) - 类 中的静态方法org.noear.solon.web.webservices.WebServiceHelper
-
创建 Web 服务客户端
- createWebSocket(ServletUpgradeRequest, ServletUpgradeResponse) - 类 中的方法org.noear.solon.boot.jetty.websocket.WebSocketCreatorImpl
-
- creationTime() - 接口 中的方法org.noear.solon.core.handle.SessionState
-
创建时间
- creationTime() - 类 中的方法org.noear.solon.core.handle.SessionStateEmpty
-
- creationTime() - 类 中的方法org.noear.solon.net.socketd.handle.SocketdSessionState
-
- creationTime() - 类 中的方法org.noear.solon.sessionstate.jedis.JedisSessionState
-
- creationTime() - 类 中的方法org.noear.solon.sessionstate.jwt.JwtSessionState
-
- creationTime() - 类 中的方法org.noear.solon.sessionstate.local.LocalSessionState
-
- creationTime() - 类 中的方法org.noear.solon.sessionstate.redisson.RedissonSessionState
-
- creationTime() - 类 中的方法org.noear.solon.web.servlet.SolonServletSessionState
-
- CRLF - 类 中的静态变量org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
-
- cron(String) - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- cron() - 类 中的方法org.noear.solon.scheduling.ScheduledAnno
-
- Cron4jRun2 - webapp.demoe_schedule中的类
-
- Cron4jRun2() - 类 的构造器webapp.demoe_schedule.Cron4jRun2
-
- Cron4jTask - webapp.demoe_schedule中的类
-
- Cron4jTask() - 类 的构造器webapp.demoe_schedule.Cron4jTask
-
- Cross13Controller - webapp.demo2_mvc中的类
-
- Cross13Controller() - 类 的构造器webapp.demo2_mvc.Cross13Controller
-
- Cross1Controller - webapp.demo2_mvc中的类
-
- Cross1Controller() - 类 的构造器webapp.demo2_mvc.Cross1Controller
-
- Cross22Controller - webapp.demo2_mvc中的类
-
- Cross22Controller() - 类 的构造器webapp.demo2_mvc.Cross22Controller
-
- Cross2Controller - webapp.demo2_mvc中的类
-
- Cross2Controller() - 类 的构造器webapp.demo2_mvc.Cross2Controller
-
- Cross32Controller - webapp.demo2_mvc中的类
-
- Cross32Controller() - 类 的构造器webapp.demo2_mvc.Cross32Controller
-
- Cross3Controller - webapp.demo2_mvc中的类
-
- Cross3Controller() - 类 的构造器webapp.demo2_mvc.Cross3Controller
-
- CrossFilter - org.noear.solon.web.cors中的类
-
跨域处理
- CrossFilter() - 类 的构造器org.noear.solon.web.cors.CrossFilter
-
- CrossHandler - org.noear.solon.web.cors中的类
-
跨域处理
- CrossHandler() - 类 的构造器org.noear.solon.web.cors.CrossHandler
-
- CrossHandler(CrossOrigin) - 类 的构造器org.noear.solon.web.cors.CrossHandler
-
- CrossInterceptor - org.noear.solon.web.cors中的类
-
跨域处理
- CrossInterceptor() - 类 的构造器org.noear.solon.web.cors.CrossInterceptor
-
- CrossOrigin - org.noear.solon.web.cors.annotation中的注释类型
-
- CrossOriginInterceptor - org.noear.solon.web.cors中的类
-
CrossOrigin 注解过滤处理
- CrossOriginInterceptor() - 类 的构造器org.noear.solon.web.cors.CrossOriginInterceptor
-
- CrudService<T extends BaseEntity,E> - webapp.asm中的接口
-
- CrudServiceImpl<M extends BaseMapper<T>,T extends BaseEntity,E,C extends BasicConvert> - webapp.asm中的类
-
- CrudServiceImpl() - 类 的构造器webapp.asm.CrudServiceImpl
-
- ctx - 类 中的变量org.noear.solon.boot.web.SessionStateBase
-
- current() - 类 中的静态方法org.noear.solon.core.handle.Context
-
获取当前线程的上下文
- current() - 类 中的静态方法org.noear.solon.core.handle.ContextHolder
-
获取当前线程的上下文
- current() - 类 中的静态方法org.noear.solon.core.handle.ContextUtil
-
已过时。
获取当前线程的上下文
- current() - 类 中的静态方法org.noear.solon.data.dynamicds.DynamicDsKey
-
获取当前 key
- current() - 类 中的静态方法org.noear.solon.data.tran.TranManager
-
获取当前事务
- currentRemove() - 类 中的静态方法org.noear.solon.core.handle.ContextHolder
-
移除当前线程的上下文
- currentRemove() - 类 中的静态方法org.noear.solon.core.handle.ContextUtil
-
已过时。
移除当前线程的上下文
- currentRemove() - 类 中的静态方法org.noear.solon.data.tran.TranManager
-
移移当前事务
- currentSet(Context) - 类 中的静态方法org.noear.solon.core.handle.ContextHolder
-
设置当前线程的上下文
- currentSet(Context) - 类 中的静态方法org.noear.solon.core.handle.ContextUtil
-
已过时。
设置当前线程的上下文
- currentSet(DbTran) - 类 中的静态方法org.noear.solon.data.tran.TranManager
-
设置当前事务
- CUSTOM - 接口 中的静态变量org.noear.solon.maven.plugin.tools.tool.LibraryScope
-
Marker for custom scope when custom configuration is used.