跳过导航链接
A B C D E F G H I J L M Q R S 

A

addInterceptors(InterceptorRegistry) - 类 中的方法cn.jdevelops.util.interceptor.core.JdevelopsWebMvcConfig
 
after(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 接口 中的方法cn.jdevelops.util.interceptor.api.ApiAfterInterceptor
后置处理类(在controller方法执行之后执行) - postHandle
after(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 接口 中的方法cn.jdevelops.util.interceptor.api.ApiInterceptor
后置处理类(在controller方法执行之后执行) - postHandle
ApiAfterInterceptor - cn.jdevelops.util.interceptor.api中的接口
自定义的接口后置拦截器 - 模仿 HandlerInterceptor before -> after -> afterCompletion
ApiAfterInterceptorChain - cn.jdevelops.util.interceptor.chain中的类
后置拦截器责任链 - 交给spring管理
ApiAfterInterceptorChain(List<ApiAfterInterceptor>) - 类 的构造器cn.jdevelops.util.interceptor.chain.ApiAfterInterceptorChain
 
ApiAsyncInterceptor - cn.jdevelops.util.interceptor.api中的接口
拦截异步处理请求 - 模仿 AsyncHandlerInterceptor
ApiAsyncInterceptorChain - cn.jdevelops.util.interceptor.chain中的类
异步拦截器责任链 - 交给spring管理
ApiAsyncInterceptorChain(List<ApiAsyncInterceptor>) - 类 的构造器cn.jdevelops.util.interceptor.chain.ApiAsyncInterceptorChain
 
ApiBeforeInterceptor - cn.jdevelops.util.interceptor.api中的接口
自定义的接口前置拦截器 - 模仿 HandlerInterceptor before -> after -> afterCompletion
ApiBeforeInterceptorChain - cn.jdevelops.util.interceptor.chain中的类
前置拦截器责任链 - 交给spring管理
ApiBeforeInterceptorChain(List<ApiBeforeInterceptor>) - 类 的构造器cn.jdevelops.util.interceptor.chain.ApiBeforeInterceptorChain
 
ApiFinallyInterceptor - cn.jdevelops.util.interceptor.api中的接口
自定义的接口整个请求处理完毕拦截器 - 模仿 HandlerInterceptor before -> after -> afterCompletion
ApiFinallyInterceptorChain - cn.jdevelops.util.interceptor.chain中的类
自定义的接口整个请求处理完毕拦截器责任链 - 交给spring管理
ApiFinallyInterceptorChain(List<ApiFinallyInterceptor>) - 类 的构造器cn.jdevelops.util.interceptor.chain.ApiFinallyInterceptorChain
 
ApiInterceptor - cn.jdevelops.util.interceptor.api中的接口
自定义的接口后置拦截器 - 模仿 HandlerInterceptor before -> after -> afterCompletion
ApiInterceptorChain - cn.jdevelops.util.interceptor.chain中的类
自定义的接口后置拦截器责任链 - 交给spring管理
ApiInterceptorChain(List<ApiInterceptor>) - 类 的构造器cn.jdevelops.util.interceptor.chain.ApiInterceptorChain
 
async(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法cn.jdevelops.util.interceptor.api.ApiAsyncInterceptor
异步请求的拦截 - afterConcurrentHandlingStarted

B

before(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法cn.jdevelops.util.interceptor.api.ApiBeforeInterceptor
前置处理类 (controller中的方法执行之前执行) - preHandle
before(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法cn.jdevelops.util.interceptor.api.ApiInterceptor
前置处理类 (controller中的方法执行之前执行) - preHandle
bodyString(HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.interceptor.util.RequestUtil
获取 @RequestBody 相关参数

C

classAnnotation(Object, Class<A>) - 类 中的静态方法cn.jdevelops.util.interceptor.util.HandlerUtil
获取类上的注解
cn.jdevelops.util.interceptor.api - 程序包 cn.jdevelops.util.interceptor.api
 
cn.jdevelops.util.interceptor.chain - 程序包 cn.jdevelops.util.interceptor.chain
 
cn.jdevelops.util.interceptor.core - 程序包 cn.jdevelops.util.interceptor.core
 
cn.jdevelops.util.interceptor.exception - 程序包 cn.jdevelops.util.interceptor.exception
 
cn.jdevelops.util.interceptor.fiflter - 程序包 cn.jdevelops.util.interceptor.fiflter
 
cn.jdevelops.util.interceptor.util - 程序包 cn.jdevelops.util.interceptor.util
 

D

doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法cn.jdevelops.util.interceptor.fiflter.JdevelopsHttpServletRequestFilter
 

E

execute(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法cn.jdevelops.util.interceptor.chain.ApiAfterInterceptorChain
执行处理
execute(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.jdevelops.util.interceptor.chain.ApiAsyncInterceptorChain
执行处理
execute(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.jdevelops.util.interceptor.chain.ApiBeforeInterceptorChain
执行处理
execute(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法cn.jdevelops.util.interceptor.chain.ApiFinallyInterceptorChain
执行处理
execute() - 类 中的方法cn.jdevelops.util.interceptor.chain.ApiInterceptorChain
执行处理

F

finallys(HttpServletRequest, HttpServletResponse, Object, Exception) - 接口 中的方法cn.jdevelops.util.interceptor.api.ApiFinallyInterceptor
整个请求处理完毕回调方法 - afterCompletion
finallys(HttpServletRequest, HttpServletResponse, Object, Exception) - 接口 中的方法cn.jdevelops.util.interceptor.api.ApiInterceptor
整个请求处理完毕回调方法 - afterCompletion

G

getBodyString(ServletRequest) - 类 中的静态方法cn.jdevelops.util.interceptor.util.RequestUtil
获取请求Body
getCode() - 异常错误 中的方法cn.jdevelops.util.interceptor.exception.InterceptorException
 
getInputStream() - 类 中的方法cn.jdevelops.util.interceptor.fiflter.JdevelopsHttpServletRequestWrapper
重新包装输入流
getMsg() - 异常错误 中的方法cn.jdevelops.util.interceptor.exception.InterceptorException
 
getReader() - 类 中的方法cn.jdevelops.util.interceptor.fiflter.JdevelopsHttpServletRequestWrapper
 

H

HandlerUtil - cn.jdevelops.util.interceptor.util中的类
handler
HandlerUtil() - 类 的构造器cn.jdevelops.util.interceptor.util.HandlerUtil
 

I

InterceptorException - cn.jdevelops.util.interceptor.exception中的异常错误
拦截器异常
InterceptorException() - 异常错误 的构造器cn.jdevelops.util.interceptor.exception.InterceptorException
 
InterceptorException(String) - 异常错误 的构造器cn.jdevelops.util.interceptor.exception.InterceptorException
 
InterceptorException(Integer, String) - 异常错误 的构造器cn.jdevelops.util.interceptor.exception.InterceptorException
 
InterceptorException(String, Throwable) - 异常错误 的构造器cn.jdevelops.util.interceptor.exception.InterceptorException
 
InterceptorException(String, Throwable, int) - 异常错误 的构造器cn.jdevelops.util.interceptor.exception.InterceptorException
 
isBlank(CharSequence) - 类 中的静态方法cn.jdevelops.util.interceptor.util.StrUtil
Checks if a CharSequence is empty (""), null or whitespace only.
isMultipartContent(HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.interceptor.util.RequestUtil
判断是否是multipart/form-data请求
isNotBlank(CharSequence) - 类 中的静态方法cn.jdevelops.util.interceptor.util.StrUtil
Checks if a CharSequence is not empty (""), not null and not whitespace only.
isNull(StringBuilder) - 类 中的静态方法cn.jdevelops.util.interceptor.util.StrUtil
isNull(CharSequence) - 类 中的静态方法cn.jdevelops.util.interceptor.util.StrUtil

J

JdevelopsHttpServletRequestFilter - cn.jdevelops.util.interceptor.fiflter中的类
HttpServletRequest 过滤器 解决: request.getInputStream()只能读取一次的问题
JdevelopsHttpServletRequestFilter() - 类 的构造器cn.jdevelops.util.interceptor.fiflter.JdevelopsHttpServletRequestFilter
 
JdevelopsHttpServletRequestWrapper - cn.jdevelops.util.interceptor.fiflter中的类
自定义 HttpServletRequestWrapper 来包装输入流 解决: request.getInputStream()只能读取一次的问题 目标: 流可重复读
JdevelopsHttpServletRequestWrapper(HttpServletRequest) - 类 的构造器cn.jdevelops.util.interceptor.fiflter.JdevelopsHttpServletRequestWrapper
 
JdevelopsWebMvcConfig - cn.jdevelops.util.interceptor.core中的类
自定义拦截器责任链后 自动注册拦截器到spring
JdevelopsWebMvcConfig(List<ApiAfterInterceptor>, List<ApiAsyncInterceptor>, List<ApiBeforeInterceptor>, List<ApiFinallyInterceptor>, List<ApiInterceptor>) - 类 的构造器cn.jdevelops.util.interceptor.core.JdevelopsWebMvcConfig
 

L

length(CharSequence) - 类 中的静态方法cn.jdevelops.util.interceptor.util.StrUtil
 

M

methodAnnotation(Object, Class<A>) - 类 中的静态方法cn.jdevelops.util.interceptor.util.HandlerUtil
获取方法上的注解

Q

queryString(HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.interceptor.util.RequestUtil
将浏览器参数,对GET请求进行中文乱码处理

R

requestParams(HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.interceptor.util.RequestUtil
获取浏览器参数
RequestUtil - cn.jdevelops.util.interceptor.util中的类
请求工具
RequestUtil() - 类 的构造器cn.jdevelops.util.interceptor.util.RequestUtil
 

S

StrUtil - cn.jdevelops.util.interceptor.util中的类
 
StrUtil() - 类 的构造器cn.jdevelops.util.interceptor.util.StrUtil
 
A B C D E F G H I J L M Q R S 
跳过导航链接

Copyright © 2024 tan. All rights reserved.