A B C D E G H I L O R S U V
A
- AbstractOperationLogHandler<T> - com.hccake.ballcat.common.log.operation.handler中的类
-
- AbstractOperationLogHandler() - 类 的构造器com.hccake.ballcat.common.log.operation.handler.AbstractOperationLogHandler
-
- AccessLogFilter - com.hccake.ballcat.common.log.access.filter中的类
-
- AccessLogFilter() - 类 的构造器com.hccake.ballcat.common.log.access.filter.AccessLogFilter
-
- AccessLogHandler<T> - com.hccake.ballcat.common.log.access.handler中的接口
-
访问日志处理器
- addIgnoredParamClass(Class<?>) - 类 中的方法com.hccake.ballcat.common.log.operation.handler.AbstractOperationLogHandler
-
添加忽略记录的参数类型
- around(ProceedingJoinPoint) - 类 中的方法com.hccake.ballcat.common.log.operation.aspect.OperationLogAspect
-
B
- buildLog(HttpServletRequest, HttpServletResponse, Long, Throwable) - 接口 中的方法com.hccake.ballcat.common.log.access.handler.AccessLogHandler
-
生产一个日志
- buildLog(OperationLogging, ProceedingJoinPoint) - 接口 中的方法com.hccake.ballcat.common.log.operation.handler.OperationLogHandler
-
创建操作日志
C
- com.hccake.ballcat.common.log.access.filter - 程序包 com.hccake.ballcat.common.log.access.filter
-
- com.hccake.ballcat.common.log.access.handler - 程序包 com.hccake.ballcat.common.log.access.handler
-
- com.hccake.ballcat.common.log.operation.annotation - 程序包 com.hccake.ballcat.common.log.operation.annotation
-
- com.hccake.ballcat.common.log.operation.aspect - 程序包 com.hccake.ballcat.common.log.operation.aspect
-
- com.hccake.ballcat.common.log.operation.enums - 程序包 com.hccake.ballcat.common.log.operation.enums
-
- com.hccake.ballcat.common.log.operation.handler - 程序包 com.hccake.ballcat.common.log.operation.handler
-
- com.hccake.ballcat.common.log.util - 程序包 com.hccake.ballcat.common.log.util
-
- CREATE - 类 中的静态变量com.hccake.ballcat.common.log.operation.enums.OperationTypes
-
新建操作
- CreateOperationLogging - com.hccake.ballcat.common.log.operation.annotation中的注释类型
-
D
- DELETE - 类 中的静态变量com.hccake.ballcat.common.log.operation.enums.OperationTypes
-
删除操作
- DeleteOperationLogging - com.hccake.ballcat.common.log.operation.annotation中的注释类型
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法com.hccake.ballcat.common.log.access.filter.AccessLogFilter
-
Same contract as for doFilter, but guaranteed to be just invoked once per
request within a single request thread.
E
- EXPORT - 类 中的静态变量com.hccake.ballcat.common.log.operation.enums.OperationTypes
-
导出操作
G
- getParams(ProceedingJoinPoint) - 类 中的方法com.hccake.ballcat.common.log.operation.handler.AbstractOperationLogHandler
-
获取方法参数
- getRequestBody(HttpServletRequest) - 类 中的方法com.hccake.ballcat.common.log.util.LogUtils
-
获取请求体
- getResponseBody(HttpServletRequest, HttpServletResponse) - 类 中的方法com.hccake.ballcat.common.log.util.LogUtils
-
获取响应体 防止在 org.springframework.web.context.request.RequestContextHolder
设置内容之前或清空内容之后使用,从而导致获取不到响应体的问题
H
- handleLog(HttpServletRequest, HttpServletResponse, Long, Throwable) - 接口 中的方法com.hccake.ballcat.common.log.access.handler.AccessLogHandler
-
记录日志
- handleLog(T) - 接口 中的方法com.hccake.ballcat.common.log.operation.handler.OperationLogHandler
-
处理日志,可以在这里进行存储,或者输出
I
- IMPORT - 类 中的静态变量com.hccake.ballcat.common.log.operation.enums.OperationTypes
-
导入操作
- isMultipartContent(HttpServletRequest) - 类 中的方法com.hccake.ballcat.common.log.util.LogUtils
-
判断是否是multipart/form-data请求
L
- LogStatusEnum - com.hccake.ballcat.common.log.operation.enums中的枚举
-
- LogUtils - com.hccake.ballcat.common.log.util中的类
-
- LogUtils() - 类 的构造器com.hccake.ballcat.common.log.util.LogUtils
-
O
- OperationLogAspect<T> - com.hccake.ballcat.common.log.operation.aspect中的类
-
- OperationLogAspect() - 类 的构造器com.hccake.ballcat.common.log.operation.aspect.OperationLogAspect
-
- OperationLogging - com.hccake.ballcat.common.log.operation.annotation中的注释类型
-
- OperationLogHandler<T> - com.hccake.ballcat.common.log.operation.handler中的接口
-
操作日志业务类
- OperationTypes - com.hccake.ballcat.common.log.operation.enums中的类
-
操作类型的接口,用户可以继承此接口以便自定义类型
- OTHER - 类 中的静态变量com.hccake.ballcat.common.log.operation.enums.OperationTypes
-
其他操作
R
- READ - 类 中的静态变量com.hccake.ballcat.common.log.operation.enums.OperationTypes
-
查看操作,主要用于敏感数据查询记录
- ReadOperationLogging - com.hccake.ballcat.common.log.operation.annotation中的注释类型
-
- recordExecutionInfo(T, ProceedingJoinPoint, long, Throwable, boolean, Object) - 接口 中的方法com.hccake.ballcat.common.log.operation.handler.OperationLogHandler
-
目标方法执行完成后进行信息补充记录, 如执行时长,异常信息,还可以通过切点记录返回值,如果需要的话
S
- saveLog(T) - 接口 中的方法com.hccake.ballcat.common.log.access.handler.AccessLogHandler
-
保存日志 落库/或输出到文件等
U
- UPDATE - 类 中的静态变量com.hccake.ballcat.common.log.operation.enums.OperationTypes
-
修改操作
- UpdateOperationLogging - com.hccake.ballcat.common.log.operation.annotation中的注释类型
-
V
- valueOf(String) - 枚举 中的静态方法com.hccake.ballcat.common.log.operation.enums.LogStatusEnum
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.hccake.ballcat.common.log.operation.enums.LogStatusEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
A B C D E G H I L O R S U V
Copyright © 2023. All rights reserved.