跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W Y 

A

Account - framework.security中的接口
账号对象
ACCOUNT_DISABLED - 异常错误 中的静态变量framework.security.AuthException
 
ACCOUNT_EXPIRED - 异常错误 中的静态变量framework.security.AuthException
 
ACCOUNT_NOT_EXISTS - 异常错误 中的静态变量framework.security.AuthException
账户不存在
accountExpired() - 接口 中的方法framework.security.Account
账号过期时间
AccountLoader - framework.security中的接口
用户加载器
add(T) - 接口 中的方法framework.base.BaseMapper
添加新数据
add(T) - 接口 中的方法framework.base.BaseService
添加新数据
addMode(PasswordMode) - 接口 中的方法framework.security.password.PasswordService
添加密码模式
addMode(PasswordMode) - 类 中的方法framework.security.password.PasswordServiceDefault
添加密码模式
AESCrypto - framework.crypto中的接口
AES265接口
aesCrypto(AESCryptoConfig) - 类 中的方法framework.crypto.AESCryptoConfiguration
 
AESCryptoConfig - framework.config中的类
一般性加密配置
AESCryptoConfig() - 类 的构造器framework.config.AESCryptoConfig
 
AESCryptoConfig(String) - 类 的构造器framework.config.AESCryptoConfig
 
AESCryptoConfiguration - framework.crypto中的类
AES加密算法配置
AESCryptoConfiguration() - 类 的构造器framework.crypto.AESCryptoConfiguration
 
AESCryptoDisabled - framework.crypto中的类
禁用的AES算法实例
AESCryptoDisabled() - 类 的构造器framework.crypto.AESCryptoDisabled
 
AESCryptoImpl - framework.crypto中的类
AES实现
AESCryptoImpl(AESCryptoConfig) - 类 的构造器framework.crypto.AESCryptoImpl
 
AESCryptoImpl(String) - 类 的构造器framework.crypto.AESCryptoImpl
 
AESCryptoPlus - framework.crypto中的类
AES实现,允许多配置项
AESCryptoPlus(AESCryptoConfig) - 类 的构造器framework.crypto.AESCryptoPlus
 
afterPropertiesSet() - 类 中的方法framework.config.FileStorageHttpConfig
 
afterPropertiesSet() - 类 中的方法framework.config.SecurityConfig
 
append(String) - 类 中的方法framework.storage.FilePathBuilder
 
appendEndSlash(String) - 类 中的静态方法framework.utils.PathUtil
添加路径中尾字符的分隔符
appendFirstSlash(String) - 类 中的静态方法framework.utils.PathUtil
添加路径中首字符的分隔符
APPROVAL_PENDING - 异常错误 中的静态变量framework.security.AuthException
批准:等待
APPROVAL_REJECTED - 异常错误 中的静态变量framework.security.AuthException
批准:拒绝
asc(List<T>) - 类 中的静态方法framework.order.OrderNumUtil
升序
AuthException - framework.security中的异常错误
授权异常
AuthException(int, String) - 异常错误 的构造器framework.security.AuthException
 
AuthService - framework.security中的接口
授权服务
AuthTokenBuilder - framework.security.token中的类
授权Token构建器
AuthTokenBuilder(String, int) - 类 的构造器framework.security.token.AuthTokenBuilder
 
AuthTokenInfo - framework.security.token中的类
授权Token 主体
AuthTokenInfo(long, int) - 类 的构造器framework.security.token.AuthTokenInfo
 
AuthTokenInfo(long, Date, int, long) - 类 的构造器framework.security.token.AuthTokenInfo
 

B

badRequest() - 类 中的静态方法framework.utils.ErrorUtil
请求错误
badRequest(String) - 类 中的静态方法framework.utils.ErrorUtil
请求错误
base32() - 类 中的方法framework.storage.FilePathBuilder
 
Base32Util - framework.utils中的类
 
Base32Util() - 类 的构造器framework.utils.Base32Util
 
base58() - 类 中的方法framework.storage.FilePathBuilder
 
Base58Util - framework.utils中的类
 
Base58Util() - 类 的构造器framework.utils.Base58Util
 
Base64Util - framework.utils中的类
Base64 编码
Base64Util() - 类 的构造器framework.utils.Base64Util
 
BaseCoder - framework.units中的类
基础数字编码器
BaseCoder(String) - 类 的构造器framework.units.BaseCoder
 
BaseMapper<T,K> - framework.base中的接口
数据对象基础类型
BaseService<T,K> - framework.base中的接口
服务基础类型
BATCH_DEFAULT_SIZE - 类 中的静态变量framework.base.SqlExecutor
批量处理默认页大小
batchAdd(List<T>) - 接口 中的方法framework.base.BatchService
添加新数据
batchAdd(List<T>, String) - 接口 中的方法framework.base.BatchService
添加新数据
batchAdd(List<T>, Class<M>) - 类 中的静态方法framework.base.SqlExecutor
批量添加数据
batchAdd(int, List<T>, Class<M>) - 类 中的静态方法framework.base.SqlExecutor
批量添加数据
batchAdd(List<T>, String) - 类 中的静态方法framework.base.SqlExecutor
添加新数据
batchAdd(int, List<T>, String) - 类 中的静态方法framework.base.SqlExecutor
添加新数据
batchDelete(List<T>) - 接口 中的方法framework.base.BatchService
添加新数据
batchDelete(List<T>, String) - 接口 中的方法framework.base.BatchService
添加新数据
batchDelete(List<T>, Class<M>) - 类 中的静态方法framework.base.SqlExecutor
批量删除数据
batchDelete(int, List<T>, Class<M>) - 类 中的静态方法framework.base.SqlExecutor
批量删除数据
batchDelete(List<T>, String) - 类 中的静态方法framework.base.SqlExecutor
添加新数据
batchDelete(int, List<T>, String) - 类 中的静态方法framework.base.SqlExecutor
添加新数据
batchDeletePK(List<T>) - 接口 中的方法framework.base.BatchService
添加新数据
batchDeletePK(List<T>, Class<M>) - 类 中的静态方法framework.base.SqlExecutor
依据主键批量删除数据
batchDeletePK(int, List<T>, Class<M>) - 类 中的静态方法framework.base.SqlExecutor
依据主键批量删除数据
batchExecute(List<T>, BiConsumer<M, T>) - 接口 中的方法framework.base.BatchService
添加新数据
batchExecute(int, List<T>, Class<M>, BiConsumer<M, T>) - 类 中的静态方法framework.base.SqlExecutor
批量执行操作,指定处理函数
BatchService<T,M extends tk.mybatis.mapper.common.Mapper<T>> - framework.base中的接口
服务基础类型
batchUpdate(List<T>) - 接口 中的方法framework.base.BatchService
添加新数据
batchUpdate(List<T>, String) - 接口 中的方法framework.base.BatchService
添加新数据
batchUpdate(List<T>, Class<M>) - 类 中的静态方法framework.base.SqlExecutor
依据主键批量修改数据
batchUpdate(int, List<T>, Class<M>) - 类 中的静态方法framework.base.SqlExecutor
依据主键批量修改数据
batchUpdate(List<T>, String) - 类 中的静态方法framework.base.SqlExecutor
添加新数据
batchUpdate(int, List<T>, String) - 类 中的静态方法framework.base.SqlExecutor
添加新数据
buf - 类 中的变量framework.io.FullBufferOutputStream
 
build() - 类 中的方法framework.storage.FilePathBuilder
 
buildJson(Object) - 类 中的方法framework.runtime.JsonDataView
 
buildKey(String) - 类 中的方法framework.captcha.CaptchaBase
 
buildKey(String) - 类 中的方法framework.service.FlagAdminDefault
缓存键构建
buildPartBase32FilePath(String) - 类 中的静态方法framework.storage.FilePathBuilder
/25/305/5353543545.ext
buildPartBase58FilePath(String) - 类 中的静态方法framework.storage.FilePathBuilder
/25/305/5353543545.ext
buildPartIDFilePath(String) - 类 中的静态方法framework.storage.FilePathBuilder
/25/305/5353543545.ext
buildPartUUIDFilePath(String) - 类 中的静态方法framework.storage.FilePathBuilder
/25/305/abcd.....3e.ext
buildYearMonthIDFilePath(String) - 类 中的静态方法framework.storage.FilePathBuilder
/2025/05/145252423423432.ext
buildYearMonthUUIDFilePath(String) - 类 中的静态方法framework.storage.FilePathBuilder
/2025/05/abcd.....3e.ext
BusinessException - framework.exceptions中的异常错误
通用一般性业务错误
BusinessException() - 异常错误 的构造器framework.exceptions.BusinessException
 
BusinessException(String) - 异常错误 的构造器framework.exceptions.BusinessException
 
BusinessException(int, String) - 异常错误 的构造器framework.exceptions.BusinessException
 
BusinessException(Object, String) - 异常错误 的构造器framework.exceptions.BusinessException
 
BusinessException(String, Throwable) - 异常错误 的构造器framework.exceptions.BusinessException
 
BusinessException(Object, String, Throwable) - 异常错误 的构造器framework.exceptions.BusinessException
 
BusinessException(int, String, Throwable) - 异常错误 的构造器framework.exceptions.BusinessException
 
BusinessException(int, Throwable) - 异常错误 的构造器framework.exceptions.BusinessException
 
BusinessException(Throwable) - 异常错误 的构造器framework.exceptions.BusinessException
 
bytesDecode(String) - 类 中的方法framework.units.BaseCoder
解码为byte数组
bytesEncode(byte[]) - 类 中的方法framework.units.BaseCoder
将byte数组编码

C

camelToUnderline(String) - 类 中的静态方法framework.utils.VariableUtil
驼峰转下划线,小写
camelToUnderline(String, boolean, boolean) - 类 中的静态方法framework.utils.VariableUtil
驼峰转下划线
capitalizeFirstCharLetter(String) - 类 中的静态方法framework.utils.VariableUtil
首字母大写,其它不变
capitalizeFirstLetter(String) - 类 中的静态方法framework.utils.VariableUtil
首字母大写,其它全小写
Captcha - framework.captcha中的接口
 
CAPTCHA_ERROR - 异常错误 中的静态变量framework.security.AuthException
验证码
CaptchaBase - framework.captcha中的类
 
CaptchaBase(Cache) - 类 的构造器framework.captcha.CaptchaBase
 
CaptchaBase(Cache, CaptchaGenerator) - 类 的构造器framework.captcha.CaptchaBase
 
CaptchaBase64 - framework.captcha中的类
以Base64输出的验证码处理器
CaptchaBase64(Cache) - 类 的构造器framework.captcha.CaptchaBase64
 
CaptchaBase64(Cache, CaptchaGenerator) - 类 的构造器framework.captcha.CaptchaBase64
 
CaptchaGenerator - framework.captcha中的类
验证码
CaptchaGenerator() - 类 的构造器framework.captcha.CaptchaGenerator
 
CaptchaGenerator(int, int) - 类 的构造器framework.captcha.CaptchaGenerator
 
CaptchaInfo - framework.captcha中的类
 
CaptchaInfo() - 类 的构造器framework.captcha.CaptchaInfo
 
CaptchaServlet - framework.captcha中的接口
 
CaptchaSimple - framework.captcha中的类
默认的验证码处理器
CaptchaSimple(Cache) - 类 的构造器framework.captcha.CaptchaSimple
 
CaptchaSimple(Cache, CaptchaGenerator) - 类 的构造器framework.captcha.CaptchaSimple
 
CHARS - 类 中的静态变量framework.utils.Base32Util
Base32字符集:2-9 + 小写字母, 去除了0/1/l/o,共32个字符
CHARS - 类 中的静态变量framework.utils.Base58Util
标准Base58字符集(去除了0/O/I/l等易混淆字符)
CharsetUtil - framework.utils中的类
系统编码
CharsetUtil() - 类 的构造器framework.utils.CharsetUtil
 
check(String, String) - 接口 中的方法framework.captcha.Captcha
 
check(String, String) - 类 中的方法framework.captcha.CaptchaBase
 
checkFailed() - 类 中的方法framework.vo.ResultInfo
 
checkIsSuperAdminId(Long) - 类 中的方法framework.config.UserConfig
判定是否为超管
checkMobile(String) - 类 中的静态方法framework.utils.MobileUtil
验证手机号码(支持国际格式,+86135xxxx...
checkSuccess() - 类 中的方法framework.vo.ResultInfo
 
ClassResourceUtil - framework.utils中的类
类资源加载
ClassResourceUtil() - 类 的构造器framework.utils.ClassResourceUtil
 
cleanNonChildren(List<T>) - 类 中的静态方法framework.pid.PidUtil
清除零子节点的树
cleanNonChildren(List<T>, Function<T, Boolean>) - 类 中的静态方法framework.pid.PidUtil
清除符合条件的节点
cleanParentPath(String) - 类 中的静态方法framework.utils.PathUtil
清理父级目录,以及父目录保护
close() - 类 中的方法framework.io.FullBufferOutputStream
 
close() - 类 中的方法framework.storage.FileStorageS3OutputStream
关闭流并完成上传
compare(AuthException, int) - 异常错误 中的静态方法framework.security.AuthException
 
compressionPathStarts() - 类 中的方法framework.storage.FileManagerDefault
 
compressionPathStarts() - 接口 中的方法framework.storage.FileStorage
加载启用压缩算法的起始路径
compressionPathStarts() - 类 中的方法framework.storage.FileStorageLocal
 
compressionPathStarts() - 类 中的方法framework.storage.FileStorageS3
 
compressionPathStarts() - 类 中的方法framework.storage.FileStorageS3v1
 
ConfigurationException - framework.exceptions中的异常错误
通用配置异常
ConfigurationException() - 异常错误 的构造器framework.exceptions.ConfigurationException
 
ConfigurationException(String) - 异常错误 的构造器framework.exceptions.ConfigurationException
 
ConfigurationException(String, Throwable) - 异常错误 的构造器framework.exceptions.ConfigurationException
 
ConvertUtil - framework.utils中的类
 
ConvertUtil() - 类 的构造器framework.utils.ConvertUtil
 
CookieConfig - framework.config.base中的类
基础Cookie配置
CookieConfig() - 类 的构造器framework.config.base.CookieConfig
 
count(T) - 接口 中的方法framework.base.BaseMapper
依据对象参数统计数据量
count(T) - 接口 中的方法framework.base.BaseService
依据对象参数统计数据量
count - 类 中的变量framework.io.FullBufferOutputStream
 
createAESCrypto(AESCryptoConfig) - 类 中的方法framework.crypto.AESCryptoPlus
构建加密组件
createCrypto(AESCryptoConfig) - 类 中的方法framework.security.token.AuthTokenBuilder
 
createFileStorageLocal(FileConfig) - 类 中的方法framework.storage.FileManagerDefault
 
createFileStorageS3(S3Config) - 类 中的方法framework.storage.FileManagerDefault
 
CustomDateEditor - framework.beans中的类
 
CustomDateEditor(String, boolean) - 类 的构造器framework.beans.CustomDateEditor
 
customModules - 类 中的静态变量framework.utils.JsonUtil
 

D

dataAsList() - 类 中的方法framework.vo.ResultList
 
DataConvertBase - framework.datatype中的类
数据转换基础
DataConvertBase() - 类 的构造器framework.datatype.DataConvertBase
 
DateUtil - framework.utils中的类
 
DateUtil() - 类 的构造器framework.utils.DateUtil
 
day() - 类 中的方法framework.storage.FilePathBuilder
 
dayComparePrecise(Date, Date) - 类 中的静态方法framework.utils.DateUtil
计算2个日期之间相差的 相差是否小于一年 比如:2011-02-02 到 2017-03-02 相差 6年,1个月,0天
decode(byte[]) - 接口 中的方法framework.crypto.AESCrypto
解密
decode(String) - 接口 中的方法framework.crypto.AESCrypto
解密
decode(byte[]) - 类 中的方法framework.crypto.AESCryptoPlus
解密
decode(String) - 类 中的方法framework.security.token.AuthTokenBuilder
 
decode(String) - 类 中的方法framework.units.BaseCoder
 
decode(String) - 类 中的静态方法framework.utils.Base32Util
 
decode(String) - 类 中的静态方法framework.utils.Base58Util
 
decodeBase64(String) - 接口 中的方法framework.crypto.AESCrypto
解密
decodeBase64AsString(String) - 接口 中的方法framework.crypto.AESCrypto
解密
decodeBytes(String) - 类 中的静态方法framework.utils.Base58Util
 
decodeHex(String) - 接口 中的方法framework.crypto.AESCrypto
解密
decodeUrlBase64(String) - 接口 中的方法framework.crypto.AESCrypto
解密
decodeUrlBase64AsString(String) - 接口 中的方法framework.crypto.AESCrypto
解密
decrypt(byte[]) - 接口 中的方法framework.crypto.GeneralCrypto
 
decrypt(byte[]) - 类 中的方法framework.crypto.GeneralCryptoDisabled
 
decrypt(byte[]) - 类 中的方法framework.crypto.GeneralCryptoImpl
 
decrypt(int, byte[]) - 类 中的静态方法framework.utils.Skip32Util
Decrypts the provided value using the specified key The key should be a byte array of 10 elements.
decryptAsString(byte[]) - 接口 中的方法framework.crypto.GeneralCrypto
 
decryptAsString(String) - 接口 中的方法framework.crypto.GeneralCrypto
 
decryptFromBase64(String) - 接口 中的方法framework.crypto.GeneralCrypto
 
decryptFromBase64AsString(String) - 接口 中的方法framework.crypto.GeneralCrypto
 
DEFAULT_VALUE - 类 中的静态变量framework.service.FlagAdminDefault
默认值
defaultStorage - 类 中的变量framework.storage.FileManagerDefault
 
delete(T) - 接口 中的方法framework.base.BaseService
依据对象参数删除匹配的数据
delete(T, Function<T, K>) - 接口 中的方法framework.base.BaseService
依据对象参数查找数据,找到后调用 deleteById 删除数据
delete(String, boolean) - 类 中的方法framework.storage.FileManagerDefault
 
delete(String) - 接口 中的方法framework.storage.FileStorage
删除文件
delete(String, boolean) - 接口 中的方法framework.storage.FileStorage
删除文件
delete(String, boolean) - 类 中的方法framework.storage.FileStorageHttp
 
delete(String, boolean) - 类 中的方法framework.storage.FileStorageLocal
 
delete(String, boolean) - 类 中的方法framework.storage.FileStorageNone
 
delete(String, boolean) - 类 中的方法framework.storage.FileStorageS3
 
delete(String, boolean) - 类 中的方法framework.storage.FileStorageS3v1
 
deleteById(K) - 接口 中的方法framework.base.BaseMapper
依据主键删除数据
deleteById(K) - 接口 中的方法framework.base.BaseService
依据主键删除数据
deleteByIds(List<K>) - 接口 中的方法framework.base.BaseMapper
依据ID列表删除数据
deleteByIds(List<K>) - 接口 中的方法framework.base.BaseService
依据主键ID列表删除数据
deleteByNotIds(List<K>) - 接口 中的方法framework.base.BaseMapper
依据ID列表删除不包含的数据
deleteByPK(T) - 接口 中的方法framework.base.BaseService
依据主键(联合主键)删除数据
delHTMLTag(String) - 类 中的静态方法framework.utils.HTMLUtil
 
delMode(String) - 接口 中的方法framework.security.password.PasswordService
删除密码模式
delMode(PasswordMode) - 类 中的方法framework.security.password.PasswordServiceDefault
添加密码模式
delMode(String) - 类 中的方法framework.security.password.PasswordServiceDefault
删除密码模式
desc(List<T>) - 类 中的静态方法framework.order.OrderNumUtil
降序
dynamicEntity(Class<T>) - 类 中的静态方法framework.utils.MapperUtil
 
DynamicEntityProxy - framework.proxy中的类
基于动态代理实现的数据库动态实体,用于将对象属性映射到字典 通过拦截get/set方法调用,将属性存取操作转发到内部Map存储 注意:不处理类中 boolean 类型, 而应使用包装类型 Boolean
DynamicEntityProxy() - 类 的构造器framework.proxy.DynamicEntityProxy
 
dynamicUpdate(T, T) - 接口 中的方法framework.base.BaseService
 
dynamicUpdate(T, T) - 接口 中的方法framework.base.DynamicUpdateMapper
 
dynamicUpdate(MappedStatement) - 类 中的方法framework.base.provider.DynamicUpdateProvider
 
dynamicUpdateById(T) - 接口 中的方法framework.base.BaseService
 
dynamicUpdateById(T) - 接口 中的方法framework.base.DynamicUpdateMapper
 
dynamicUpdateById(MappedStatement) - 类 中的方法framework.base.provider.DynamicUpdateProvider
 
DynamicUpdateMapper<T> - framework.base中的接口
 
DynamicUpdateProvider - framework.base.provider中的类
 
DynamicUpdateProvider(Class<?>, MapperHelper) - 类 的构造器framework.base.provider.DynamicUpdateProvider
 

E

enable() - 接口 中的方法framework.crypto.AESCrypto
是否启用
enable() - 类 中的方法framework.crypto.AESCryptoDisabled
 
enable() - 接口 中的方法framework.crypto.GeneralCrypto
 
enable() - 类 中的方法framework.crypto.GeneralCryptoDisabled
 
enable() - 接口 中的方法framework.storage.FileStorage
是否启用
enable() - 类 中的方法framework.storage.FileStorageNone
 
encode(byte[]) - 接口 中的方法framework.crypto.AESCrypto
加密
encode(byte[]) - 类 中的方法framework.crypto.AESCryptoPlus
加密
encode(String, String) - 类 中的方法framework.security.password.PasswordMD5Mode
 
encode(String, String) - 接口 中的方法framework.security.password.PasswordMode
编码
encode(String, String) - 接口 中的方法framework.security.password.PasswordService
密码编码
encode(String, String, String) - 接口 中的方法framework.security.password.PasswordService
密码编码
encode(String, String) - 类 中的方法framework.security.password.PasswordServiceDefault
密码编码
encode(String, String, String) - 类 中的方法framework.security.password.PasswordServiceDefault
密码编码
encode(AuthTokenInfo) - 类 中的方法framework.security.token.AuthTokenBuilder
 
encode(long) - 类 中的方法framework.units.BaseCoder
 
encode(long) - 类 中的静态方法framework.utils.Base32Util
 
encode(long) - 类 中的静态方法framework.utils.Base58Util
 
encodeBase64(byte[]) - 接口 中的方法framework.crypto.AESCrypto
加密
encodeBase64(String) - 接口 中的方法framework.crypto.AESCrypto
加密
encodeBytes(byte[]) - 类 中的静态方法framework.utils.Base58Util
 
encodeHex(String) - 接口 中的方法framework.crypto.AESCrypto
加密
encodeHex(byte[]) - 接口 中的方法framework.crypto.AESCrypto
加密
encodeImageToBase64(URL) - 类 中的静态方法framework.utils.ImageUtil
将网络图片编码为base64
encodeUrlBase64(byte[]) - 接口 中的方法framework.crypto.AESCrypto
加密
encodeUrlBase64(String) - 接口 中的方法framework.crypto.AESCrypto
加密
encrypt(byte[]) - 接口 中的方法framework.crypto.GeneralCrypto
 
encrypt(String) - 接口 中的方法framework.crypto.GeneralCrypto
 
encrypt(byte[]) - 类 中的方法framework.crypto.GeneralCryptoDisabled
 
encrypt(byte[]) - 类 中的方法framework.crypto.GeneralCryptoImpl
 
encrypt(int, byte[]) - 类 中的静态方法framework.utils.Skip32Util
Encrypts the provided value using the specified key The key should be a byte array of 10 elements.
encryptAsBase64(byte[]) - 接口 中的方法framework.crypto.GeneralCrypto
 
encryptAsBase64(String) - 接口 中的方法framework.crypto.GeneralCrypto
 
env(String) - 类 中的静态方法framework.utils.EnvUtil
 
env(String, String) - 类 中的静态方法framework.utils.EnvUtil
 
EnvUtil - framework.utils中的类
 
EnvUtil() - 类 的构造器framework.utils.EnvUtil
 
error(String) - 类 中的静态方法framework.utils.ErrorUtil
业务错误
error(String, String) - 类 中的静态方法framework.utils.ErrorUtil
业务错误
error(String, String, Object...) - 类 中的静态方法framework.utils.ErrorUtil
业务错误
Error400Exception - framework.exceptions中的异常错误
请求参数或内容不合法
Error400Exception() - 异常错误 的构造器framework.exceptions.Error400Exception
 
Error400Exception(String) - 异常错误 的构造器framework.exceptions.Error400Exception
 
Error400Exception(String, Throwable) - 异常错误 的构造器framework.exceptions.Error400Exception
 
Error401Exception - framework.exceptions中的异常错误
未授权异常
Error401Exception() - 异常错误 的构造器framework.exceptions.Error401Exception
 
Error401Exception(String) - 异常错误 的构造器framework.exceptions.Error401Exception
 
Error401Exception(String, Throwable) - 异常错误 的构造器framework.exceptions.Error401Exception
 
Error403Exception - framework.exceptions中的异常错误
禁止访问
Error403Exception() - 异常错误 的构造器framework.exceptions.Error403Exception
 
Error403Exception(String) - 异常错误 的构造器framework.exceptions.Error403Exception
 
Error403Exception(String, Throwable) - 异常错误 的构造器framework.exceptions.Error403Exception
 
Error404Exception - framework.exceptions中的异常错误
要操作的主体或页面不存在
Error404Exception() - 异常错误 的构造器framework.exceptions.Error404Exception
 
Error404Exception(String) - 异常错误 的构造器framework.exceptions.Error404Exception
 
Error404Exception(String, Throwable) - 异常错误 的构造器framework.exceptions.Error404Exception
 
Error405Exception - framework.exceptions中的异常错误
无权限
Error405Exception() - 异常错误 的构造器framework.exceptions.Error405Exception
 
Error405Exception(String) - 异常错误 的构造器framework.exceptions.Error405Exception
 
Error405Exception(String, Throwable) - 异常错误 的构造器framework.exceptions.Error405Exception
 
errorCode() - 异常错误 中的方法framework.exceptions.Error400Exception
 
errorCode() - 异常错误 中的方法framework.exceptions.Error401Exception
 
errorCode() - 异常错误 中的方法framework.exceptions.Error403Exception
 
errorCode() - 异常错误 中的方法framework.exceptions.Error404Exception
 
errorCode() - 异常错误 中的方法framework.exceptions.Error405Exception
 
errorCode() - 异常错误 中的方法framework.exceptions.RequestException
请求错误
errorCode() - 异常错误 中的方法framework.exceptions.WebException
 
ErrorConfig - framework.config中的类
错误处理配置
ErrorConfig() - 类 的构造器framework.config.ErrorConfig
 
ErrorUtil - framework.utils中的类
错误处理工具
ErrorUtil() - 类 的构造器framework.utils.ErrorUtil
 
exists(T) - 接口 中的方法framework.base.BaseService
 
existsByPK(T) - 接口 中的方法framework.base.BaseService
 
extension(String) - 类 中的方法framework.storage.FilePathBuilder
 

F

FAILED - 异常错误 中的静态变量framework.security.AuthException
一般性错误
failed(String) - 类 中的静态方法framework.vo.L
失败
failed(String, Collection<T>) - 类 中的静态方法framework.vo.L
失败
failed(String) - 类 中的静态方法framework.vo.R
失败
failed(String, T) - 类 中的静态方法framework.vo.R
失败
failed(int, String) - 类 中的静态方法framework.vo.R
失败
failed(int, String, T) - 类 中的静态方法framework.vo.R
失败
FAILED - 类 中的静态变量framework.vo.ResultInfo
 
failed(String) - 类 中的方法framework.vo.ResultInfo
 
FAILURE_VALUE - 类 中的静态变量framework.defined.SystemDefined
失败标志
FileConfig - framework.config中的类
 
FileConfig() - 类 的构造器framework.config.FileConfig
 
FileManager - framework.storage中的接口
 
FileManagerConfig - framework.config中的类
 
FileManagerConfig() - 类 的构造器framework.config.FileManagerConfig
 
FileManagerDefault - framework.storage中的类
使用本地存储的文件存储默认实现
FileManagerDefault(FileManagerConfig) - 类 的构造器framework.storage.FileManagerDefault
 
FilePathBuilder - framework.storage中的类
 
FilePathBuilder() - 类 的构造器framework.storage.FilePathBuilder
 
FileStorage - framework.storage中的接口
 
FileStorageHttp - framework.storage中的类
使用网络存储的文件存储实现
FileStorageHttp(FileStorageHttpConfig) - 类 的构造器framework.storage.FileStorageHttp
 
FileStorageHttpConfig - framework.config中的类
 
FileStorageHttpConfig() - 类 的构造器framework.config.FileStorageHttpConfig
 
FileStorageLocal - framework.storage中的类
使用本地存储的文件存储实现
FileStorageLocal(FileConfig) - 类 的构造器framework.storage.FileStorageLocal
 
FileStorageNone - framework.storage中的类
未启用的 NONE
FileStorageNone() - 类 的构造器framework.storage.FileStorageNone
 
FileStorageS3 - framework.storage中的类
使用本地存储的文件存储实现
FileStorageS3(S3Config) - 类 的构造器framework.storage.FileStorageS3
 
FileStorageS3OutputStream - framework.storage中的类
 
FileStorageS3OutputStream(AmazonS3, String, String, ObjectMetadata, long) - 类 的构造器framework.storage.FileStorageS3OutputStream
 
FileStorageS3v1 - framework.storage中的类
使用本地存储的文件存储实现
FileStorageS3v1(S3Config) - 类 的构造器framework.storage.FileStorageS3v1
 
fillHeader(HttpRequestBase, WebUtilConfig) - 类 中的静态方法framework.utils.WebUtil
 
findByName(String) - 接口 中的方法framework.storage.FileManager
获取一个组的存储实例
findByName(String) - 类 中的方法framework.storage.FileManagerDefault
 
findByPath(String) - 接口 中的方法framework.storage.FileManager
依据路径查找存储器
findByPath(String) - 类 中的方法framework.storage.FileManagerDefault
 
first(T) - 接口 中的方法framework.base.BaseService
依据对象参数返回第一个匹配结果
firstLower(String) - 类 中的静态方法framework.utils.StringUtil
首写字母小写
firstUpper(String) - 类 中的静态方法framework.utils.StringUtil
首写字母大写
FlagAdmin - framework.service中的接口
标志管理器
FlagAdminDefault - framework.service中的类
基于 Cache 的 FlagAdmin 默认实现
FlagAdminDefault(Cache, String) - 类 的构造器framework.service.FlagAdminDefault
初始新实例
flush() - 类 中的方法framework.io.FullBufferOutputStream
 
flush() - 类 中的方法framework.storage.FileStorageS3OutputStream
 
forbidden() - 类 中的静态方法framework.utils.ErrorUtil
禁止访问
forbidden(String) - 类 中的静态方法framework.utils.ErrorUtil
禁止访问
FORMAT_DATE - 类 中的静态变量framework.utils.DateUtil
时间格式
FORMAT_MILLI_ZONE - 类 中的静态变量framework.utils.DateUtil
时间格式(毫秒时区)(Iso8601)
FORMAT_TIME - 类 中的静态变量framework.utils.DateUtil
时间格式
FORMAT_ZONE - 类 中的静态变量framework.utils.DateUtil
时间格式(时区)(Iso8601)
framework.annotation - 程序包 framework.annotation
 
framework.base - 程序包 framework.base
 
framework.base.provider - 程序包 framework.base.provider
 
framework.beans - 程序包 framework.beans
 
framework.captcha - 程序包 framework.captcha
 
framework.client - 程序包 framework.client
 
framework.config - 程序包 framework.config
 
framework.config.base - 程序包 framework.config.base
 
framework.crypto - 程序包 framework.crypto
 
framework.datatype - 程序包 framework.datatype
 
framework.defined - 程序包 framework.defined
 
framework.exceptions - 程序包 framework.exceptions
 
framework.io - 程序包 framework.io
 
framework.order - 程序包 framework.order
 
framework.pid - 程序包 framework.pid
 
framework.proxy - 程序包 framework.proxy
 
framework.runtime - 程序包 framework.runtime
 
framework.security - 程序包 framework.security
 
framework.security.password - 程序包 framework.security.password
 
framework.security.token - 程序包 framework.security.token
 
framework.service - 程序包 framework.service
 
framework.snowflake - 程序包 framework.snowflake
 
framework.storage - 程序包 framework.storage
 
framework.units - 程序包 framework.units
 
framework.utils - 程序包 framework.utils
 
framework.vo - 程序包 framework.vo
 
fromBytes(byte[]) - 类 中的静态方法framework.utils.UUIDUtil
UUID to bytes
fromUrlSafeBase64(String) - 类 中的静态方法framework.utils.Base64Util
从URL安全的Base64串还原Base64串
FullBufferOutputStream - framework.io中的类
满缓冲刷新流
FullBufferOutputStream(OutputStream, int) - 类 的构造器framework.io.FullBufferOutputStream
 
FunctionPermission - framework.security中的类
功能权限项
FunctionPermission() - 类 的构造器framework.security.FunctionPermission
 

G

GeneralCrypto - framework.crypto中的接口
一般性加密算法
generalCrypto(GeneralCryptoConfig) - 类 中的方法framework.crypto.GeneralCryptoConfiguration
 
GeneralCryptoConfig - framework.config中的类
一般性加密配置
GeneralCryptoConfig() - 类 的构造器framework.config.GeneralCryptoConfig
 
GeneralCryptoConfiguration - framework.crypto中的类
一般性加密算法
GeneralCryptoConfiguration() - 类 的构造器framework.crypto.GeneralCryptoConfiguration
 
GeneralCryptoDisabled - framework.crypto中的类
一般性加密算法实现
GeneralCryptoDisabled() - 类 的构造器framework.crypto.GeneralCryptoDisabled
 
GeneralCryptoImpl - framework.crypto中的类
一般性加密算法实现
GeneralCryptoImpl(GeneralCryptoConfig) - 类 的构造器framework.crypto.GeneralCryptoImpl
 
generate() - 类 中的方法framework.captcha.CaptchaGenerator
码生成
generateCode() - 类 中的方法framework.captcha.CaptchaGenerator
码生成
generateImage(String) - 类 中的方法framework.captcha.CaptchaGenerator
码生成
generateImage(String, String) - 类 中的静态方法framework.utils.ImageUtil
对字节数组字符串进行Base64解码并生成图片
generateKey(String, String, String) - 类 中的方法framework.utils.RSAUtil
生存rsa公钥和密钥
generateKey(String) - 类 中的静态方法framework.utils.RSAUtil
生存rsa
generateKeyBase64(String, String, String) - 类 中的方法framework.utils.RSAUtil
生存rsa公钥和密钥
generateNew(int) - 类 中的静态方法framework.utils.RSAUtil
 
generateNoise(Graphics) - 类 中的方法framework.captcha.CaptchaGenerator
噪声生成
generatePublicKey(String) - 类 中的静态方法framework.utils.RSAUtil
生存rsa公钥
generator - 类 中的静态变量framework.utils.IdUtil
 
get(String, WebUtilConfig) - 类 中的静态方法framework.utils.WebUtil
 
getAccountId() - 接口 中的方法framework.security.AuthService
获取授权的账户ID
getAlgorithm() - 接口 中的方法framework.crypto.AESCrypto
加密算法
getAppPath(String) - 类 中的静态方法framework.config.ServletConfig
获取应用程序地址路径
getAsArray(String) - 类 中的方法framework.datatype.DataConvertBase
获取String值并以逗号分隔为数组
getAsArray(String, String) - 类 中的方法framework.datatype.DataConvertBase
获取String值并以逗号分隔为数组
getAsArray(String, String, String) - 类 中的方法framework.datatype.DataConvertBase
获取String值并以指定符号分隔为数组
getAsBoolean(String) - 类 中的方法framework.datatype.DataConvertBase
获取Boolean值
getAsBoolean(String, Boolean) - 类 中的方法framework.datatype.DataConvertBase
获取Boolean值
getAsByte(String) - 类 中的方法framework.datatype.DataConvertBase
获取Byte值
getAsByte(String, Byte) - 类 中的方法framework.datatype.DataConvertBase
获取Byte值
getAsDouble(String) - 类 中的方法framework.datatype.DataConvertBase
获取Double值
getAsDouble(String, Double) - 类 中的方法framework.datatype.DataConvertBase
获取Double值
getAsFloat(String) - 类 中的方法framework.datatype.DataConvertBase
获取Float值
getAsFloat(String, Float) - 类 中的方法framework.datatype.DataConvertBase
获取Float值
getAsInt(String) - 类 中的方法framework.datatype.DataConvertBase
获取Int值
getAsInt(String, Integer) - 类 中的方法framework.datatype.DataConvertBase
获取Int值
getAsLong(String) - 类 中的方法framework.datatype.DataConvertBase
获取Long值
getAsLong(String, Long) - 类 中的方法framework.datatype.DataConvertBase
获取Long值
getAsShort(String) - 类 中的方法framework.datatype.DataConvertBase
获取Short值
getAsShort(String, Short) - 类 中的方法framework.datatype.DataConvertBase
获取Short值
getAsString(String) - 类 中的方法framework.datatype.DataConvertBase
获取String值
getAsString(String, String) - 类 中的方法framework.datatype.DataConvertBase
获取String值
getAsText() - 类 中的方法framework.beans.CustomDateEditor
 
getAttribute(String) - 类 中的静态方法framework.utils.RequestUtil
 
getAttributes() - 类 中的静态方法framework.utils.RequestUtil
 
getBatchSize() - 接口 中的方法framework.base.BatchService
 
getBean(String) - 类 中的静态方法framework.runtime.SystemContext
通过name获取Bean
getBean(Class<T>) - 类 中的静态方法framework.runtime.SystemContext
通过class获取Bean
getBean(String, Class<T>) - 类 中的静态方法framework.runtime.SystemContext
通过name,以及Clazz返回指定的Bean
getBeans(Class<T>) - 类 中的静态方法framework.runtime.SystemContext
通过class获取一组Bean
getBeansMap(Class<T>) - 类 中的静态方法framework.runtime.SystemContext
通过class获取一组Bean
getBoolean(String) - 类 中的静态方法framework.utils.ServletUtil
获取Boolean参数
getBoolean(String, Boolean) - 类 中的静态方法framework.utils.ServletUtil
获取Boolean参数
getBrowser() - 类 中的静态方法framework.utils.RequestUtil
获取浏览器版本
getBucket() - 类 中的方法framework.storage.FileStorageS3
获取要操作的存储桶
getCache() - 接口 中的方法framework.captcha.Captcha
 
getCause(Throwable) - 类 中的静态方法framework.utils.ErrorUtil
获取最顶部异常
getChildren() - 接口 中的方法framework.pid.PidOption
 
getCipherAlgorithm() - 接口 中的方法framework.crypto.AESCrypto
加密解密算法/加密模式/填充方式
getClientIp() - 类 中的静态方法framework.utils.RequestUtil
获取客户端真实ip
getClientIp(HttpServletRequest) - 类 中的静态方法framework.utils.RequestUtil
获取客户端真实ip
getCode() - 异常错误 中的方法framework.exceptions.BusinessException
 
getCode() - 异常错误 中的方法framework.security.AuthException
 
getContentType() - 类 中的方法framework.runtime.JsonDataView
 
getContext() - 类 中的静态方法framework.runtime.SystemContext
获取Spring上下文
getData(String) - 接口 中的方法framework.storage.FileStorage
读取字节内容
getData(String, WebUtilConfig) - 类 中的静态方法framework.utils.WebUtil
 
getDate(Date, int) - 类 中的静态方法framework.utils.DateUtil
获取num个月日期
getDecodeCipher(byte[]) - 接口 中的方法framework.crypto.AESCrypto
获取密码处理实例
getDecodeCipher(byte[]) - 类 中的方法framework.crypto.AESCryptoDisabled
 
getDecodeCipher(byte[]) - 类 中的方法framework.crypto.AESCryptoImpl
 
getDecodeCipher(byte[]) - 类 中的方法framework.crypto.AESCryptoPlus
 
getEncodeCipher() - 接口 中的方法framework.crypto.AESCrypto
获取密码处理实例
getEncodeCipher() - 类 中的方法framework.crypto.AESCryptoDisabled
 
getEncodeCipher() - 类 中的方法framework.crypto.AESCryptoImpl
 
getEncodeCipher() - 类 中的方法framework.crypto.AESCryptoPlus
 
getFontName() - 类 中的方法framework.captcha.CaptchaGenerator
字体名称
getGenerator() - 接口 中的方法framework.captcha.Captcha
 
getGMTString(String, String) - 类 中的静态方法framework.utils.DateUtil
转换为GMT时间,失败则返回 NULL
getHeader(String) - 类 中的静态方法framework.utils.RequestUtil
获取请求头
getId() - 接口 中的方法framework.security.Account
账号ID
getIdentity() - 类 中的方法framework.storage.FilePathBuilder
 
getIdentity(Long) - 类 中的方法framework.storage.FilePathBuilder
 
getInteger(String) - 类 中的静态方法framework.utils.ServletUtil
获取Integer参数
getInteger(String, Integer) - 类 中的静态方法framework.utils.ServletUtil
获取Integer参数
getJSON(String, WebUtilConfig, Class<T>) - 类 中的静态方法framework.utils.WebUtil
 
getJSON(String, WebUtilConfig, TypeReference<T>) - 类 中的静态方法framework.utils.WebUtil
 
getLong(String) - 类 中的静态方法framework.utils.ServletUtil
 
getLong(String, Long) - 类 中的静态方法framework.utils.ServletUtil
 
getMapper() - 接口 中的方法framework.base.BaseService
返回数据操作对象
getMapper() - 接口 中的方法framework.base.ListQueryService
返回数据操作对象
getMapperClass() - 接口 中的方法framework.base.BatchService
返回数据操作对象
getMessage(String, Object[], String, Locale) - 类 中的静态方法framework.runtime.SystemContext
获取一个语言文本
getMessage(String, Object[], Locale) - 类 中的静态方法framework.runtime.SystemContext
获取一个语言文本
getMessage(String, Object...) - 类 中的静态方法framework.runtime.SystemContext
以当前主机所在区域语言获取一个语言文本
getMessage(String, Object...) - 类 中的静态方法framework.utils.RequestUtil
以浏览器请求区域语言获取一个语言文本
getMessageDefault(String, String, Object...) - 类 中的静态方法framework.runtime.SystemContext
以当前主机所在区域语言获取一个语言文本
getMessageDefault(String, String, Object...) - 类 中的静态方法framework.utils.RequestUtil
以浏览器请求区域语言获取一个语言文本
getMode(String) - 接口 中的方法framework.security.password.PasswordService
依据模式返回密码编码器
getMode(String) - 类 中的方法framework.security.password.PasswordServiceDefault
依据模式返回密码编码器
getName() - 类 中的方法framework.security.password.PasswordMD5Mode
 
getName() - 接口 中的方法framework.security.password.PasswordMode
模式名称
getNowString(String) - 类 中的静态方法framework.utils.DateUtil
根据一个给定的日期格式返回当前时间
getNullTrace(NullPointerException) - 类 中的静态方法framework.utils.ErrorUtil
获取空引用顶部追踪
getNullTrace(NullPointerException, int) - 类 中的静态方法framework.utils.ErrorUtil
获取空引用顶部追踪
getOS() - 类 中的静态方法framework.utils.RequestUtil
获取搭载浏览器的系统版本
getPageIndex() - 类 中的静态方法framework.utils.PaginationUtil
 
getPageIndex(int) - 类 中的静态方法framework.utils.PaginationUtil
 
getPageIndex(int, int) - 类 中的静态方法framework.utils.PaginationUtil
 
getPageSize() - 类 中的静态方法framework.utils.PaginationUtil
 
getPageSize(int, int) - 类 中的静态方法framework.utils.PaginationUtil
 
getParameter(String) - 类 中的静态方法framework.utils.ServletUtil
获取String参数
getParameter(String, String) - 类 中的静态方法framework.utils.ServletUtil
获取String参数
getPassword() - 接口 中的方法framework.security.Account
密码
getPasswordSalt() - 接口 中的方法framework.security.Account
密码盐
getPrivateKey(String) - 类 中的方法framework.utils.RSAUtil
获取密钥
getPrivateKey(byte[]) - 类 中的方法framework.utils.RSAUtil
获取密钥
getPrivateKeyFromBase64(String) - 类 中的方法framework.utils.RSAUtil
获取密钥
getPublicKey(String) - 类 中的方法framework.utils.RSAUtil
获取公钥
getPublicKey(byte[]) - 类 中的方法framework.utils.RSAUtil
获取公钥
getPublicKeyContent() - 接口 中的方法framework.crypto.GeneralCrypto
 
getPublicKeyContent() - 类 中的方法framework.crypto.GeneralCryptoDisabled
 
getPublicKeyFromBase64(String) - 类 中的方法framework.utils.RSAUtil
获取公钥
getRegApproval() - 接口 中的方法framework.security.Account
注册批准状态
getRequest() - 类 中的静态方法framework.utils.ServletUtil
获取request
getRequestAttributes() - 类 中的静态方法framework.utils.ServletUtil
 
getResponse() - 类 中的静态方法framework.utils.ServletUtil
获取response
getResult() - 异常错误 中的方法framework.exceptions.BusinessException
 
getSecret() - 接口 中的方法framework.security.AuthService
获取授权密钥/Token/Password等
getSecretKey() - 接口 中的方法framework.crypto.AESCrypto
密钥
getSecretKey() - 类 中的方法framework.crypto.AESCryptoDisabled
 
getSession() - 类 中的静态方法framework.utils.ServletUtil
获取session
getSid() - 接口 中的方法framework.security.AuthService
获取当前会话标识
getStream(String, boolean) - 类 中的方法framework.storage.FileManagerDefault
 
getStream(String) - 接口 中的方法framework.storage.FileStorage
读取文件
getStream(String, boolean) - 接口 中的方法framework.storage.FileStorage
读取文件
getStream(String, boolean) - 类 中的方法framework.storage.FileStorageHttp
 
getStream(String, boolean) - 类 中的方法framework.storage.FileStorageLocal
 
getStream(String, boolean) - 类 中的方法framework.storage.FileStorageNone
 
getStream(String, boolean) - 类 中的方法framework.storage.FileStorageS3
 
getStream(String, boolean) - 类 中的方法framework.storage.FileStorageS3v1
 
getString(String) - 接口 中的方法framework.storage.FileStorage
读取文件
getSystemCharset() - 类 中的静态方法framework.utils.CharsetUtil
获取系统编码
getTime() - 类 中的方法framework.storage.FilePathBuilder
 
getUserAgent() - 类 中的静态方法framework.utils.RequestUtil
获取用户代理信息
getUsername() - 接口 中的方法framework.security.Account
密码
getUUID() - 类 中的方法framework.storage.FilePathBuilder
 

H

hasFlag() - 接口 中的方法framework.service.FlagAdmin
是否有默认标记
hasFlag(String) - 接口 中的方法framework.service.FlagAdmin
默认名称是否为指定标记
hasFlag(String, String) - 接口 中的方法framework.service.FlagAdmin
是否为指定的标记
hasFlag() - 类 中的方法framework.service.FlagAdminDefault
 
hasFlag(String) - 类 中的方法framework.service.FlagAdminDefault
 
hasFlag(String, String) - 类 中的方法framework.service.FlagAdminDefault
 
HTMLUtil - framework.utils中的类
 
HTMLUtil() - 类 的构造器framework.utils.HTMLUtil
 

I

id() - 接口 中的方法framework.pid.PidOption
 
id() - 类 中的方法framework.storage.FilePathBuilder
 
id(Long) - 类 中的方法framework.storage.FilePathBuilder
 
IdUtil - framework.utils中的类
 
IdUtil() - 类 的构造器framework.utils.IdUtil
 
IdUtil.IdGenerator - framework.utils中的接口
ID生成器
imageToBase64(InputStream) - 类 中的静态方法framework.utils.ImageUtil
将图片转换成Base64编码
ImageUtil - framework.utils中的类
 
ImageUtil() - 类 的构造器framework.utils.ImageUtil
 
initDefault() - 类 中的方法framework.storage.FileManagerDefault
 
initialize() - 类 中的方法framework.storage.FileManagerDefault
 
intercept(Object, Method, Object[], MethodProxy) - 类 中的方法framework.proxy.DynamicEntityProxy
 
intercept(Object, Method, Object[], MethodProxy) - 类 中的方法framework.proxy.MapPropertyProxy
 
isAjaxRequest(HttpServletRequest) - 类 中的静态方法framework.utils.RequestUtil
是否是Ajax异步请求
isAuthenticated() - 接口 中的方法framework.security.AuthService
是否已授权
isCompression(String) - 接口 中的方法framework.storage.FileStorage
判定路径是否启用了压缩
isEmail(String) - 类 中的静态方法framework.utils.MailUtil
验证Email
isEnabled() - 接口 中的方法framework.security.Account
是否启用
isExceptionValue(int) - 异常错误 中的静态方法framework.security.AuthException
is auth result
isExpired() - 类 中的方法framework.security.token.AuthTokenInfo
是否已过期
isNoLog() - 异常错误 中的方法framework.security.AuthException
是否不记录该异常记录
isNullOrEmpty(Object) - 类 中的静态方法framework.utils.ObjectUtil
 
isSupperAdmin() - 接口 中的方法framework.security.AuthService
当前授权人员是否为超管
iterator() - 类 中的方法framework.storage.FileManagerDefault
 

J

jarVersion(Class) - 类 中的静态方法framework.utils.VersionUtil
获取jar生成日期, 非jar状态下返回启动时间
jarVersionString(Class) - 类 中的静态方法framework.utils.VersionUtil
获取jar生成日期, 非jar状态下返回启动时间
JsonDataView - framework.runtime中的类
JSON视图模板
JsonDataView() - 类 的构造器framework.runtime.JsonDataView
 
JsonDataView(Object) - 类 的构造器framework.runtime.JsonDataView
 
JsonDateSerializer - framework.runtime中的类
 
JsonDateSerializer(String, String) - 类 的构造器framework.runtime.JsonDateSerializer
 
JsonException - framework.exceptions中的异常错误
json异常
JsonException() - 异常错误 的构造器framework.exceptions.JsonException
 
JsonException(String) - 异常错误 的构造器framework.exceptions.JsonException
 
JsonException(String, Throwable) - 异常错误 的构造器framework.exceptions.JsonException
 
JsonModelView - framework.runtime中的类
JSON视图模型
JsonModelView() - 类 的构造器framework.runtime.JsonModelView
 
JsonModelView(Object) - 类 的构造器framework.runtime.JsonModelView
 
JsonObjectArraySerializer - framework.runtime中的类
 
JsonObjectArraySerializer() - 类 的构造器framework.runtime.JsonObjectArraySerializer
 
JsonUtil - framework.utils中的类
 
JsonUtil() - 类 的构造器framework.utils.JsonUtil
 

K

KEY_SIZE - 类 中的静态变量framework.utils.RSAUtil
KEY SIZE 必要时在使用前修改

L

L - framework.vo中的类
列表结构简易封装
L() - 类 的构造器framework.vo.L
 
left(String, int) - 类 中的静态方法framework.utils.StringUtil
截取指定长度字符
left(String, int, String) - 类 中的静态方法framework.utils.StringUtil
截取指定长度字符
length(String, boolean) - 类 中的方法framework.storage.FileManagerDefault
 
length(String) - 接口 中的方法framework.storage.FileStorage
获取文件长度(注意:若文件不存在,返回-1, 若配置有压缩,可能返回的长度小于实际内容长度)
length(String, boolean) - 接口 中的方法framework.storage.FileStorage
获取文件长度(注意:若文件不存在,返回-1, 若配置有压缩,可能返回的长度小于实际内容长度)
length(String, boolean) - 类 中的方法framework.storage.FileStorageHttp
 
length(String, boolean) - 类 中的方法framework.storage.FileStorageLocal
 
length(String, boolean) - 类 中的方法framework.storage.FileStorageNone
 
length(String, boolean) - 类 中的方法framework.storage.FileStorageS3
 
length(String, boolean) - 类 中的方法framework.storage.FileStorageS3v1
 
list(T) - 接口 中的方法framework.base.BaseMapper
依据查询参数返回数据
list(T, Integer, Integer) - 接口 中的方法framework.base.BaseService
依据查询参数分页查询数据
listQuery(Q) - 接口 中的方法framework.base.ListQueryMapper
查询列表
listQuery(Q) - 接口 中的方法framework.base.ListQueryService
查询列表
listQuery(Q, int) - 接口 中的方法framework.base.ListQueryService
查询列表
listQuery(Q, int, int) - 接口 中的方法framework.base.ListQueryService
查询列表
listQueryCount(Q) - 接口 中的方法framework.base.ListQueryService
使用查询对象统计数量, 对于大量数据性能可能表现不好,建议另建专用方法
ListQueryMapper<R,Q> - framework.base中的接口
数据对象基础类型
listQueryOne(Q) - 接口 中的方法framework.base.ListQueryService
查询列表中的第一项
ListQueryService<R,Q> - framework.base中的接口
服务基础类型
load(T) - 接口 中的方法framework.base.BaseMapper
依据查询参数返回数据列表
load(T) - 接口 中的方法framework.base.BaseService
依据查询参数返回数据列表
load(T, Integer, Integer) - 接口 中的方法framework.base.BaseService
依据查询参数返回数据列表
loadAllPermission() - 接口 中的方法framework.security.AccountLoader
加载所有的权限列表
loadById(K) - 接口 中的方法framework.base.BaseMapper
依据主键ID获取对象
loadById(K) - 接口 中的方法framework.base.BaseService
依据主键ID获取对象
loadByIdPK(T) - 接口 中的方法framework.base.BaseService
依据主键(联合主键)获取对象
loadByIds(List<K>) - 接口 中的方法framework.base.BaseMapper
依据ID列表返回数据
loadByIds(List<K>) - 接口 中的方法framework.base.BaseService
依据ID列表返回数据
loadByNotIds(List<K>) - 接口 中的方法framework.base.BaseMapper
依据ID列表返回不包含的数据
loadDataValue(String) - 类 中的方法framework.datatype.DataConvertBase
获取数据
loadDataValue(String) - 类 中的方法framework.datatype.MapGetter
数据获取
loadField(Class<?>) - 类 中的方法framework.base.UpdateObjectProvider
 
loadFunctionPermission() - 接口 中的方法framework.security.AccountLoader
加载功能权限列表
loadPermissions(Long) - 接口 中的方法framework.security.AccountLoader
依据账户ID获取用户权限列表
loadPrimaryKey(T) - 接口 中的方法framework.base.BaseService
 
loadPrimaryKey(T) - 接口 中的方法framework.base.LoadPrimaryKeyMapper
 
loadPrimaryKey(MappedStatement) - 类 中的方法framework.base.provider.LoadPrimaryKeyProvider
 
loadPrimaryKeyByPK(T) - 接口 中的方法framework.base.LoadPrimaryKeyMapper
 
loadPrimaryKeyByPK(MappedStatement) - 类 中的方法framework.base.provider.LoadPrimaryKeyProvider
 
loadPrimaryKeyFirst(T) - 接口 中的方法framework.base.BaseService
 
LoadPrimaryKeyMapper<T> - framework.base中的接口
 
LoadPrimaryKeyProvider - framework.base.provider中的类
 
LoadPrimaryKeyProvider(Class<?>, MapperHelper) - 类 的构造器framework.base.provider.LoadPrimaryKeyProvider
 
loadUserById(Long) - 接口 中的方法framework.security.AccountLoader
依据用户ID获取用户
loadUserByUsername(String) - 接口 中的方法framework.security.AccountLoader
依据用户名获取用户
LOGIN_LIMITED - 异常错误 中的静态变量framework.security.AuthException
登录限制
LoginEntity - framework.security中的类
 
LoginEntity() - 类 的构造器framework.security.LoginEntity
 
loginFailLimit(String) - 接口 中的方法framework.security.AccountLoader
因登录失败次数超限已被限制登录的时间秒数
loginSuccessful(String, Long) - 接口 中的方法framework.security.AccountLoader
登入完成
loginUnsuccessful(String, String) - 接口 中的方法framework.security.AccountLoader
登入失败
logoutSuccessful(Long) - 接口 中的方法framework.security.AccountLoader
登出完成
lowercaseFirstCharLetter(String) - 类 中的静态方法framework.utils.VariableUtil
首字母小写,其它不变

M

MailUtil - framework.utils中的类
 
MailUtil() - 类 的构造器framework.utils.MailUtil
 
main(String[]) - 类 中的静态方法framework.captcha.CaptchaGenerator
 
main(String[]) - 类 中的静态方法framework.crypto.AESCryptoImpl
 
main(String[]) - 类 中的静态方法framework.snowflake.Snowflake16
 
main(String[]) - 类 中的静态方法framework.snowflake.SnowflakeWorker
 
main(String[]) - 类 中的静态方法framework.units.BaseCoder
 
main(String[]) - 类 中的静态方法framework.utils.Base32Util
 
main(String[]) - 类 中的静态方法framework.utils.Base58Util
 
main(String[]) - 类 中的静态方法framework.utils.ConvertUtil
 
main(String[]) - 类 中的静态方法framework.utils.MailUtil
 
main(String[]) - 类 中的静态方法framework.utils.Skip32Util
 
MapGetter - framework.datatype中的类
数据获取转换
MapGetter(Map) - 类 的构造器framework.datatype.MapGetter
初始化
mapper - 类 中的静态变量framework.utils.JsonUtil
 
MapperUtil - framework.utils中的类
 
MapperUtil() - 类 的构造器framework.utils.MapperUtil
 
MapProperty - framework.proxy中的接口
 
MapPropertyProxy - framework.proxy中的类
基于动态代理实现,用于将对象属性映射到字典 通过拦截get/set方法调用,将属性存取操作转发到内部Map存储 注意:不处理类中 boolean 类型, 而应使用包装类型 Boolean
MapPropertyProxy() - 类 的构造器framework.proxy.MapPropertyProxy
 
MapPropertyUtil - framework.proxy中的类
 
MapPropertyUtil() - 类 的构造器framework.proxy.MapPropertyUtil
 
match(String) - 类 中的方法framework.io.PathListMatcher
匹配到的规则
matched(String, String, String) - 类 中的方法framework.security.password.PasswordMD5Mode
 
matched(String, String, String) - 接口 中的方法framework.security.password.PasswordMode
匹配校验性
matched(String, String, String) - 接口 中的方法framework.security.password.PasswordService
校验密码是否匹配
matched(String, String, String) - 类 中的方法framework.security.password.PasswordServiceDefault
校验密码是否匹配
MAX_LOCAL_TIME - 类 中的静态变量framework.utils.DateUtil
最大时间值(本地)
MAX_UTC_TIME - 类 中的静态变量framework.utils.DateUtil
最大时间值(UTC)
MobileUtil - framework.utils中的类
 
MobileUtil() - 类 的构造器framework.utils.MobileUtil
 
modes() - 接口 中的方法framework.security.password.PasswordService
密码模式集合
modes() - 类 中的方法framework.security.password.PasswordServiceDefault
密码集合
month() - 类 中的方法framework.storage.FilePathBuilder
 

N

names() - 接口 中的方法framework.storage.FileManager
获取已配置实例名
names() - 类 中的方法framework.storage.FileManagerDefault
 
newCaptcha(String) - 接口 中的方法framework.captcha.Captcha
 
newCaptcha(String) - 类 中的方法framework.captcha.CaptchaBase
 
newClient(WebUtilConfig) - 类 中的静态方法framework.utils.WebUtil
 
newId() - 类 中的静态方法framework.utils.Base32Util
 
newId() - 类 中的静态方法framework.utils.Base58Util
 
newId() - 接口 中的方法framework.utils.IdUtil.IdGenerator
 
newId() - 类 中的静态方法framework.utils.IdUtil
 
newMapper() - 类 中的静态方法framework.utils.JsonUtil
创建一个常规对象处理器
newMapper(boolean) - 类 中的静态方法framework.utils.JsonUtil
创建一个常规对象处理器
newObject(Class<T>) - 类 中的静态方法framework.proxy.MapPropertyUtil
 
nextId() - 类 中的静态方法framework.snowflake.Snowflake
获取下一个ID
nextId() - 类 中的方法framework.snowflake.Snowflake16
ID生成
nextId() - 类 中的方法framework.snowflake.SnowflakeWorker
ID生成
NO - 类 中的静态变量framework.defined.SystemDefined
未完成标志/否标志
NO_VALUE - 类 中的静态变量framework.defined.SystemDefined
未完成标志/否标志
noAccess() - 类 中的静态方法framework.utils.ErrorUtil
无权限
noAccess(String) - 类 中的静态方法framework.utils.ErrorUtil
无权限
noAuthorization() - 类 中的静态方法framework.utils.ErrorUtil
未授权
noAuthorization(String) - 类 中的静态方法framework.utils.ErrorUtil
未授权
NoEnableFileStorageException - framework.storage中的异常错误
 
NoEnableFileStorageException(String) - 异常错误 的构造器framework.storage.NoEnableFileStorageException
 
NoEnableFileStorageException(String, Throwable) - 异常错误 的构造器framework.storage.NoEnableFileStorageException
 
notFound() - 类 中的静态方法framework.utils.ErrorUtil
未找到操作主体
notFound(String) - 类 中的静态方法framework.utils.ErrorUtil
未找到操作主体
NotFoundException - framework.exceptions中的异常错误
操作的主体不存在
NotFoundException() - 异常错误 的构造器framework.exceptions.NotFoundException
 
NotFoundException(String) - 异常错误 的构造器framework.exceptions.NotFoundException
 
NotFoundException(String, Throwable) - 异常错误 的构造器framework.exceptions.NotFoundException
 
nullDefault(String, String) - 类 中的静态方法framework.utils.StringUtil
若为空则设置默认值

O

objectToString(Object) - 类 中的静态方法framework.utils.StringUtil
对象转换为字符串
objectToString(Object, String) - 类 中的静态方法framework.utils.StringUtil
对象转换为字符串,对象未设置时返回默认值
objectToString(Object, Supplier<String>) - 类 中的静态方法framework.utils.StringUtil
对象转换为字符串,对象未设置时返回默认值
ObjectUtil - framework.utils中的类
对象工具
ObjectUtil() - 类 的构造器framework.utils.ObjectUtil
 
OK - 类 中的静态变量framework.defined.SystemDefined
完成标志
ok() - 类 中的静态方法framework.vo.L
成功
ok(Collection<T>) - 类 中的静态方法framework.vo.L
成功
ok(Collection<T>, String) - 类 中的静态方法framework.vo.L
成功
ok(PageInfo<T>) - 类 中的静态方法framework.vo.L
成功
ok(String, Collection<T>, Long, Integer, Integer) - 类 中的静态方法framework.vo.L
成功
ok(Collection<T>, Long, Integer, Integer) - 类 中的静态方法framework.vo.L
成功
ok() - 类 中的静态方法framework.vo.R
成功
ok(T) - 类 中的静态方法framework.vo.R
成功
ok(T, String) - 类 中的静态方法framework.vo.R
成功
OK_VALUE - 类 中的静态变量framework.defined.SystemDefined
完成标志
one(T) - 接口 中的方法framework.base.BaseMapper
依据对象参数返回结果只有唯一一条的对象数据
one(T) - 接口 中的方法framework.base.BaseService
依据对象参数返回结果只有唯一一条的对象数据
OperateLog - framework.annotation中的注释类型
操作日志
order() - 接口 中的方法framework.order.OrderNumOption
 
order(List<T>, boolean) - 类 中的静态方法framework.order.OrderNumUtil
排序
OrderNumOption - framework.order中的接口
排序属性能力
OrderNumUtil - framework.order中的类
排序工具
OrderNumUtil() - 类 的构造器framework.order.OrderNumUtil
 
out - 类 中的变量framework.io.FullBufferOutputStream
 
output(HttpServletRequest, HttpServletResponse, String) - 类 中的方法framework.captcha.CaptchaBase64
 
output(HttpServletRequest, HttpServletResponse, String) - 接口 中的方法framework.captcha.CaptchaServlet
 
output(HttpServletRequest, HttpServletResponse, String) - 类 中的方法framework.captcha.CaptchaSimple
 

P

PAGE_INDEX_NAME - 类 中的静态变量framework.utils.PaginationUtil
 
PAGE_SIZE_NAME - 类 中的静态变量framework.utils.PaginationUtil
 
PaginationUtil - framework.utils中的类
 
PaginationUtil() - 类 的构造器framework.utils.PaginationUtil
 
parse(String, Class<T>) - 类 中的静态方法framework.utils.JsonUtil
转换json字符串为json对象
parse(String, TypeReference<T>) - 类 中的静态方法framework.utils.JsonUtil
转换json字符串为json对象
parse(String) - 类 中的静态方法framework.utils.JsonUtil
转换json字符串为泛型对象
parse(String, DateFormat) - 类 中的静态方法framework.utils.JsonUtil
转换json字符串为对象,并指定时间转换格式
parse(String, DateFormat, TypeReference<T>) - 类 中的静态方法framework.utils.JsonUtil
转换json字符串为对象,并指定时间转换格式
parseArray(String, Class<T>) - 类 中的静态方法framework.utils.JsonUtil
转换json字符串为对象集合
parseArray(String, DateFormat, Class<T>) - 类 中的静态方法framework.utils.JsonUtil
转换json字符串为对象集合,并指定时间转换格式
partDecrypt(long, byte[]) - 类 中的静态方法framework.utils.Skip32Util
 
partEncrypt(long, byte[]) - 类 中的静态方法framework.utils.Skip32Util
 
partId() - 类 中的方法framework.storage.FilePathBuilder
 
partTime() - 类 中的方法framework.storage.FilePathBuilder
 
PASSWORD_EXPIRED - 异常错误 中的静态变量framework.security.AuthException
 
PASSWORD_INVALID - 异常错误 中的静态变量framework.security.AuthException
 
PASSWORD_NO_INPUT - 异常错误 中的静态变量framework.security.AuthException
 
PASSWORD_NO_MATCH - 异常错误 中的静态变量framework.security.AuthException
 
PASSWORD_NO_SET - 异常错误 中的静态变量framework.security.AuthException
账号未设置密码
passwordExpired() - 接口 中的方法framework.security.Account
密码过期时间
PasswordMD5Mode - framework.security.password中的类
MD5加密模式
PasswordMD5Mode() - 类 的构造器framework.security.password.PasswordMD5Mode
 
PasswordMode - framework.security.password中的接口
密码编码器
passwordMustChanged() - 接口 中的方法framework.security.Account
是否需要需要修改密码
PasswordService - framework.security.password中的接口
密码服务
PasswordServiceDefault - framework.security.password中的类
密码模式默认处理类
PasswordServiceDefault() - 类 的构造器framework.security.password.PasswordServiceDefault
 
PathListMatcher - framework.io中的类
路径列表匹配
PathListMatcher(List<String>) - 类 的构造器framework.io.PathListMatcher
初始化
PathUtil - framework.utils中的类
路径工具
PathUtil() - 类 的构造器framework.utils.PathUtil
 
pattern - 类 中的静态变量framework.utils.MailUtil
 
pid() - 接口 中的方法framework.pid.PidOption
 
PidOption - framework.pid中的接口
 
PidUtil - framework.pid中的类
PID工具
PidUtil() - 类 的构造器framework.pid.PidUtil
 
post(String, WebUtilConfig, List<BasicNameValuePair>) - 类 中的静态方法framework.utils.WebUtil
 
postData(String, WebUtilConfig, List<BasicNameValuePair>) - 类 中的静态方法framework.utils.WebUtil
 
postJSON(String, WebUtilConfig, Class<T>, List<BasicNameValuePair>) - 类 中的静态方法framework.utils.WebUtil
 
postJSON(String, WebUtilConfig, TypeReference<T>, List<BasicNameValuePair>) - 类 中的静态方法framework.utils.WebUtil
 
printMessage(ApplicationContext) - 类 中的方法framework.runtime.SystemContext
初始化
properties() - 接口 中的方法framework.proxy.MapProperty
 

R

R - framework.vo中的类
结构简易封装
R() - 类 的构造器framework.vo.R
 
RegApproval - framework.security中的枚举
审批状态
registerBean(String, Class<?>) - 类 中的静态方法framework.runtime.SystemContext
注册一个bean
registerBean(Class<?>) - 类 中的静态方法framework.runtime.SystemContext
注册一个bean
remove(String) - 接口 中的方法framework.captcha.Captcha
 
remove(String) - 类 中的方法framework.captcha.CaptchaBase
 
remove() - 接口 中的方法framework.service.FlagAdmin
删除标记
remove(String) - 接口 中的方法framework.service.FlagAdmin
删除标记
remove() - 类 中的方法framework.service.FlagAdminDefault
 
remove(String) - 类 中的方法framework.service.FlagAdminDefault
 
removeEndSlash(String) - 类 中的静态方法framework.utils.PathUtil
去除路径中尾字符的分隔符
removeFirstSlash(String) - 类 中的静态方法framework.utils.PathUtil
去除路径中首字符的分隔符
render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - 类 中的方法framework.runtime.JsonDataView
 
REQUEST_INVALID - 异常错误 中的静态变量framework.security.AuthException
提交的资料不全
RequestException - framework.exceptions中的异常错误
请求错误
RequestException() - 异常错误 的构造器framework.exceptions.RequestException
 
RequestException(String) - 异常错误 的构造器framework.exceptions.RequestException
 
RequestException(String, Throwable) - 异常错误 的构造器framework.exceptions.RequestException
 
RequestUtil - framework.utils中的类
 
RequestUtil() - 类 的构造器framework.utils.RequestUtil
 
resolvePageIndex(Integer) - 类 中的静态方法framework.utils.PaginationUtil
 
resolvePageIndex(Integer, int, int) - 类 中的静态方法framework.utils.PaginationUtil
 
resolvePageSize(Integer) - 类 中的静态方法framework.utils.PaginationUtil
 
resolvePageSize(Integer, int, int) - 类 中的静态方法framework.utils.PaginationUtil
 
ResultInfo<T> - framework.vo中的类
统一结果描述对象
ResultInfo() - 类 的构造器framework.vo.ResultInfo
 
ResultInfo(T) - 类 的构造器framework.vo.ResultInfo
成功输出数据
ResultInfo(int, String) - 类 的构造器framework.vo.ResultInfo
 
ResultInfo(int, String, T) - 类 的构造器framework.vo.ResultInfo
 
ResultInfo(int, T) - 类 的构造器framework.vo.ResultInfo
 
ResultList<T> - framework.vo中的类
统一列表类结果描述对象
ResultList() - 类 的构造器framework.vo.ResultList
默认初始化
ResultList(String) - 类 的构造器framework.vo.ResultList
失败输出数据
ResultList(Collection<T>) - 类 的构造器framework.vo.ResultList
成功输出数据
ResultList(Collection<T>, long, int, int) - 类 的构造器framework.vo.ResultList
成功输出数据
ResultList(int, String) - 类 的构造器framework.vo.ResultList
 
ResultList(int, String, Collection<T>) - 类 的构造器framework.vo.ResultList
 
ResultList(int, String, Collection<T>, Long, Integer, Integer) - 类 的构造器framework.vo.ResultList
 
ResultList(int, Collection<T>, Long, Integer, Integer) - 类 的构造器framework.vo.ResultList
 
ResultList(PageInfo<T>) - 类 的构造器framework.vo.ResultList
 
RSAItem(byte[], byte[]) - 类 的构造器framework.utils.RSAUtil.RSAItem
 
RSAUtil - framework.utils中的类
 
RSAUtil() - 类 的构造器framework.utils.RSAUtil
 
RSAUtil.RSAItem - framework.utils中的类
 

S

s3() - 类 中的方法framework.storage.FileStorageS3
获得s3对象
S3Config - framework.config中的类
 
S3Config() - 类 的构造器framework.config.S3Config
 
s3init() - 类 中的方法framework.storage.FileStorageS3v1
获得s3对象
save(InputStream, String, boolean) - 类 中的方法framework.storage.FileManagerDefault
 
save(String, String) - 接口 中的方法framework.storage.FileStorage
存储文件
save(InputStream, String) - 接口 中的方法framework.storage.FileStorage
存储文件
save(InputStream, String, boolean) - 接口 中的方法framework.storage.FileStorage
存储文件
save(byte[], String) - 接口 中的方法framework.storage.FileStorage
将字节数组存储到存储器中
save(InputStream, String, boolean) - 类 中的方法framework.storage.FileStorageHttp
 
save(InputStream, String, boolean) - 类 中的方法framework.storage.FileStorageLocal
 
save(InputStream, String, boolean) - 类 中的方法framework.storage.FileStorageNone
 
save(InputStream, String, boolean) - 类 中的方法framework.storage.FileStorageS3
 
save(InputStream, String, boolean) - 类 中的方法framework.storage.FileStorageS3v1
 
searchResources(String) - 类 中的静态方法framework.utils.ClassResourceUtil
检索资源
searchResources(String, String) - 类 中的静态方法framework.utils.ClassResourceUtil
检索资源
SecurityConfig - framework.config中的类
安全配置项
SecurityConfig() - 类 的构造器framework.config.SecurityConfig
 
SecurityException - framework.security中的异常错误
安全异常
SecurityException() - 异常错误 的构造器framework.security.SecurityException
 
SecurityException(String) - 异常错误 的构造器framework.security.SecurityException
 
SecurityException(String, Throwable) - 异常错误 的构造器framework.security.SecurityException
 
SecurityException(Throwable) - 异常错误 的构造器framework.security.SecurityException
 
serialize(Date, JsonGenerator, SerializerProvider) - 类 中的方法framework.runtime.JsonDateSerializer
 
serialize(Object[], JsonGenerator, SerializerProvider) - 类 中的方法framework.runtime.JsonObjectArraySerializer
 
ServerConfig - framework.config中的类
 
ServerConfig() - 类 的构造器framework.config.ServerConfig
 
serverError() - 类 中的静态方法framework.utils.ErrorUtil
服务器错误
serverError(String) - 类 中的静态方法framework.utils.ErrorUtil
服务器错误
ServletConfig - framework.config中的类
 
ServletConfig() - 类 的构造器framework.config.ServletConfig
 
ServletUtil - framework.utils中的类
客户端工具类
ServletUtil() - 类 的构造器framework.utils.ServletUtil
 
setAddress(String) - 类 中的方法framework.config.FileStorageHttpConfig
 
setApplicationContext(ApplicationContext) - 类 中的方法framework.runtime.SystemContext
 
setAsText(String) - 类 中的方法framework.beans.CustomDateEditor
 
setAttribute(String, String) - 类 中的静态方法framework.utils.RequestUtil
 
setDefaultMode(String) - 类 中的方法framework.security.password.PasswordServiceDefault
设置默认密码模式
setFlag() - 接口 中的方法framework.service.FlagAdmin
设置默认标记
setFlag(String) - 接口 中的方法framework.service.FlagAdmin
设置指定名称为默认标记
setFlag(String, String) - 接口 中的方法framework.service.FlagAdmin
设置标记
setFlag() - 类 中的方法framework.service.FlagAdminDefault
 
setFlag(String) - 类 中的方法framework.service.FlagAdminDefault
 
setFlag(String, String) - 类 中的方法framework.service.FlagAdminDefault
 
setupAuth(HttpURLConnection) - 类 中的方法framework.storage.FileStorageHttp
 
setupConnection(HttpURLConnection) - 类 中的方法framework.storage.FileStorageHttp
 
setupTimeout(HttpURLConnection) - 类 中的方法framework.storage.FileStorageHttp
 
size() - 接口 中的方法framework.storage.FileManager
实例数
size() - 类 中的方法framework.storage.FileManagerDefault
 
skip32(byte[], int[], boolean) - 类 中的静态方法framework.utils.Skip32Util
Applies the SKIP32 function on the provided value stored in buf and modifies it inplace.
Skip32Util - framework.utils中的类
 
Skip32Util() - 类 的构造器framework.utils.Skip32Util
 
Snowflake - framework.snowflake中的类
ENV: SNOWFLAKE_WORKER SNOWFLAKE_CENTER SNOWFLAKE_LENGTH 16/19
Snowflake() - 类 的构造器framework.snowflake.Snowflake
 
Snowflake16 - framework.snowflake中的类
雪花算法
Snowflake16(long, long) - 类 的构造器framework.snowflake.Snowflake16
 
Snowflake16(long, long, long) - 类 的构造器framework.snowflake.Snowflake16
21, 10, 0
SnowflakeConfig - framework.snowflake中的类
 
SnowflakeConfig() - 类 的构造器framework.snowflake.SnowflakeConfig
 
SnowflakeWorker - framework.snowflake中的类
雪花算法
SnowflakeWorker(long, long) - 类 的构造器framework.snowflake.SnowflakeWorker
 
SnowflakeWorker(long, long, long) - 类 的构造器framework.snowflake.SnowflakeWorker
21, 10, 0
SqlExecutor - framework.base中的类
 
SqlExecutor() - 类 的构造器framework.base.SqlExecutor
 
startDaemonThread(Runnable) - 类 中的静态方法framework.utils.ThreadUtil
启动一个后台线程
startThread(Runnable) - 类 中的静态方法framework.utils.ThreadUtil
启动一个后台线程
statusCheck() - 接口 中的方法framework.security.Account
状态检查
stringToDate(String, String) - 类 中的静态方法framework.utils.DateUtil
将日期字符串转换成日期类型
StringUtil - framework.utils中的类
 
StringUtil() - 类 的构造器framework.utils.StringUtil
 
stripHtml(String) - 类 中的静态方法framework.utils.HTMLUtil
 
SUCCESS - 类 中的静态变量framework.vo.ResultInfo
 
SUCCESS_VALUE - 类 中的静态变量framework.defined.SystemDefined
是标志
SystemContext - framework.runtime中的类
 
SystemContext() - 类 的构造器framework.runtime.SystemContext
 
SystemDefined - framework.defined中的类
系统常用常量值定义
SystemDefined() - 类 的构造器framework.defined.SystemDefined
 

T

ThreadUtil - framework.utils中的类
线程工具
ThreadUtil() - 类 的构造器framework.utils.ThreadUtil
 
toBase64(byte[]) - 类 中的静态方法framework.utils.RSAUtil
 
toBoolean(Object) - 类 中的静态方法framework.utils.ConvertUtil
 
toBytes(String) - 类 中的静态方法framework.utils.RSAUtil
 
toBytes() - 类 中的静态方法framework.utils.UUIDUtil
UUID to bytes
toBytes(UUID) - 类 中的静态方法framework.utils.UUIDUtil
UUID to bytes
toInteger(Object) - 类 中的静态方法framework.utils.ConvertUtil
 
toJsonString(T) - 类 中的静态方法framework.utils.JsonUtil
对象转为json字符串
toJsonString(T, boolean) - 类 中的静态方法framework.utils.JsonUtil
对象转为json字符串
toJsonString(T, DateFormat) - 类 中的静态方法framework.utils.JsonUtil
对象转为json字符串
toJsonString(T, DateFormat, boolean) - 类 中的静态方法framework.utils.JsonUtil
对象转为json字符串
toLong(Object) - 类 中的静态方法framework.utils.ConvertUtil
 
toString(Object) - 类 中的静态方法framework.utils.ConvertUtil
 
toUrlSafeBase64(String) - 类 中的静态方法framework.utils.Base64Util
转换为URL安全的Base64串
tree(List<T>, String, boolean) - 类 中的静态方法framework.pid.PidUtil
构建树
tryDate(String, String, String) - 类 中的静态方法framework.utils.DateUtil
转换时间,失败则返回 NULL
tryDateOrNow(String, String, String) - 类 中的静态方法framework.utils.DateUtil
转换为GMT时间,失败则返回 NULL
tryDelete(String, boolean) - 接口 中的方法framework.storage.FileStorage
尝试删除文件
tryDelete(String) - 接口 中的方法framework.storage.FileStorage
 
tryUTCDate(String, String) - 类 中的静态方法framework.utils.DateUtil
转换UTC时间,失败则返回 NULL
tryUTCDateOrNow(String, String) - 类 中的静态方法framework.utils.DateUtil
转换为GMT时间,失败则返回当前值

U

underlineToCamel(String) - 类 中的静态方法framework.utils.VariableUtil
将下划线中划线转为驼峰
update(T) - 接口 中的方法framework.base.BaseMapper
依据对象参数更新数据
update(T) - 接口 中的方法framework.base.BaseService
依据对象参数更新数据
update(T, Function<T, T>) - 类 中的方法framework.base.UpdateOrInsert
依据查询对象查找数据,找不到则添加,找到则更新
update(T, Function<T, T>, BiConsumer<T, T>) - 类 中的方法framework.base.UpdateOrInsert
依据查询对象查找数据,找不到则添加,找到则更新, 允许设置查询条件和按旧对象修改更新对象
updateByPK(T) - 类 中的方法framework.base.UpdateOrInsert
依据修改对像更新数据,找不到则添加,找到则依据主键更新
updateObject(Object, Object) - 接口 中的方法framework.base.UpdateObjectMapper
 
updateObject(Map) - 类 中的方法framework.base.UpdateObjectProvider
 
updateObjectById(Object) - 接口 中的方法framework.base.UpdateObjectMapper
 
updateObjectById(Map) - 类 中的方法framework.base.UpdateObjectProvider
 
UpdateObjectMapper - framework.base中的接口
 
UpdateObjectProvider - framework.base中的类
 
UpdateObjectProvider() - 类 的构造器framework.base.UpdateObjectProvider
 
UpdateOrInsert<S extends BaseService<T,K>,T,K> - framework.base中的类
依据查询对象查找数据,找不到则添加,找到则更新 此对象方法使用查询后更新方式,适用于简单修改,不适用于高性能要求场景 若有高性能操作需要,请另行实现
UpdateOrInsert(S) - 类 的构造器framework.base.UpdateOrInsert
 
uri(String) - 类 中的方法framework.config.FileStorageHttpConfig
 
url(String) - 类 中的方法framework.config.FileStorageHttpConfig
 
urlDecode(String) - 类 中的静态方法framework.utils.ServletUtil
URL解码
urlEncode(String) - 类 中的静态方法framework.utils.ServletUtil
URL编码
UserConfig - framework.config中的类
用户配置
UserConfig() - 类 的构造器framework.config.UserConfig
 
uuid() - 类 中的方法framework.storage.FilePathBuilder
 
UUIDUtil - framework.utils中的类
 
UUIDUtil() - 类 的构造器framework.utils.UUIDUtil
 

V

valueOf(String) - 枚举 中的静态方法framework.defined.YesNo
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法framework.security.RegApproval
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法framework.defined.YesNo
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法framework.security.RegApproval
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VariableUtil - framework.utils中的类
 
VariableUtil() - 类 的构造器framework.utils.VariableUtil
 
VersionInfo - framework.vo中的类
 
VersionInfo() - 类 的构造器framework.vo.VersionInfo
 
VersionStringInfo - framework.vo中的类
 
VersionStringInfo() - 类 的构造器framework.vo.VersionStringInfo
 
VersionUtil - framework.utils中的类
版本工具
VersionUtil() - 类 的构造器framework.utils.VersionUtil
 

W

WebException - framework.exceptions中的异常错误
通用Web异常
WebException() - 异常错误 的构造器framework.exceptions.WebException
 
WebException(String) - 异常错误 的构造器framework.exceptions.WebException
 
WebException(int, String) - 异常错误 的构造器framework.exceptions.WebException
 
WebException(String, Throwable) - 异常错误 的构造器framework.exceptions.WebException
 
WebException(int, Throwable) - 异常错误 的构造器framework.exceptions.WebException
 
WebUserAgent - framework.client中的类
 
WebUserAgent(String) - 类 的构造器framework.client.WebUserAgent
 
WebUserAgent(HttpServletRequest) - 类 的构造器framework.client.WebUserAgent
 
WebUtil - framework.utils中的类
 
WebUtil() - 类 的构造器framework.utils.WebUtil
 
WebUtilConfig - framework.utils中的类
 
WebUtilConfig() - 类 的构造器framework.utils.WebUtilConfig
 
write(int) - 类 中的方法framework.io.FullBufferOutputStream
 
write(byte[], int, int) - 类 中的方法framework.io.FullBufferOutputStream
 
write(int) - 类 中的方法framework.storage.FileStorageS3OutputStream
写入单个字节
write(byte[], int, int) - 类 中的方法framework.storage.FileStorageS3OutputStream
写入字节数组
WriteJsonString(HttpServletResponse, String) - 类 中的静态方法framework.utils.ServletUtil
将字符串写到客户端

Y

year() - 类 中的方法framework.storage.FilePathBuilder
 
YES - 类 中的静态变量framework.defined.SystemDefined
是标志
YES_VALUE - 类 中的静态变量framework.defined.SystemDefined
是标志
YesNo - framework.defined中的枚举
是/否
A B C D E F G H I J K L M N O P R S T U V W Y 
跳过导航链接

Copyright © 2025. All rights reserved.