索引

A B C D E F G H I J L M N O P R S U V W X 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

addInterceptors(InterceptorRegistry) - 类中的方法 cn.jrack.springboot.web.config.JrackWebAutoConfiguration
 
allExceptionHandler(HttpServletRequest, Throwable) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
 
Api() - 类的构造器 cn.jrack.springboot.web.config.JrackWebProperties.Api
 
ApiRequestFilter - cn.jrack.springboot.web.core.filter中的类
过滤 /admin-api、/app-api 等 API 请求的过滤器
ApiRequestFilter() - 类的构造器 cn.jrack.springboot.web.core.filter.ApiRequestFilter
 

B

beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 类中的方法 cn.jrack.springboot.web.config.RestControllerResponseAdvice
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class, ServerHttpRequest, ServerHttpResponse) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalResponseBodyHandler
 
bindExceptionHandler(BindException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理 SpringMVC 参数绑定不正确,本质上也是通过 Validator 校验

C

CacheRequestBodyFilter - cn.jrack.springboot.web.core.filter中的类
Request Body 缓存 Filter,实现它的可重复读取
CacheRequestBodyFilter() - 类的构造器 cn.jrack.springboot.web.core.filter.CacheRequestBodyFilter
 
CacheRequestBodyWrapper - cn.jrack.springboot.web.core.filter中的类
Request Body 缓存 Wrapper
CacheRequestBodyWrapper(HttpServletRequest) - 类的构造器 cn.jrack.springboot.web.core.filter.CacheRequestBodyWrapper
 
cn.jrack.springboot.jackson.config - 程序包 cn.jrack.springboot.jackson.config
 
cn.jrack.springboot.jackson.core.databind - 程序包 cn.jrack.springboot.jackson.core.databind
 
cn.jrack.springboot.web.config - 程序包 cn.jrack.springboot.web.config
 
cn.jrack.springboot.web.core.annotation - 程序包 cn.jrack.springboot.web.core.annotation
 
cn.jrack.springboot.web.core.filter - 程序包 cn.jrack.springboot.web.core.filter
 
cn.jrack.springboot.web.core.handler - 程序包 cn.jrack.springboot.web.core.handler
 
cn.jrack.springboot.web.core.interceptor - 程序包 cn.jrack.springboot.web.core.interceptor
 
cn.jrack.springboot.web.core.response - 程序包 cn.jrack.springboot.web.core.response
 
cn.jrack.springboot.web.core.response.module - 程序包 cn.jrack.springboot.web.core.response.module
 
cn.jrack.springboot.web.core.util - 程序包 cn.jrack.springboot.web.core.util
 
configurePathMatch(PathMatchConfigurer) - 类中的方法 cn.jrack.springboot.web.config.JrackWebAutoConfiguration
 
constraintViolationExceptionHandler(ConstraintViolationException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理 Validator 校验不通过产生的异常
Controller - cn.jrack.springboot.web.core.response中的类
 
Controller() - 类的构造器 cn.jrack.springboot.web.core.response.Controller
 
corsFilterBean() - 类中的方法 cn.jrack.springboot.web.config.JrackWebAutoConfiguration
创建 CorsFilter Bean,解决跨域问题

D

DateDeserializer - cn.jrack.springboot.jackson.core.databind中的类
DateDeserializer
DateDeserializer() - 类的构造器 cn.jrack.springboot.jackson.core.databind.DateDeserializer
 
DateSerializer - cn.jrack.springboot.jackson.core.databind中的类
DateSerializer
DateSerializer() - 类的构造器 cn.jrack.springboot.jackson.core.databind.DateSerializer
 
decide(boolean) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
Boolean 返 回 操 作, 携 带 默 认 返 回 值
decide(boolean, String, String) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
Boolean 返 回 操 作, 携 带 自 定 义 消 息
decide(int) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
选择返回
decide(int) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
选择返回
decide(int, String, String) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
选择返回
decide(int, String, String) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
选择返回
decide(Boolean) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
选择返回
decide(Boolean) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
选择返回
decide(Boolean, String, String) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
选择返回
decide(Boolean, String, String) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
选择返回
defaultExceptionHandler(HttpServletRequest, Throwable) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理系统异常,兜底处理所有的一切
DemoFilter - cn.jrack.springboot.web.core.filter中的类
测试及演示使用 Filter,禁止用户发起写操作,避免影响测试数据
DemoFilter() - 类的构造器 cn.jrack.springboot.web.core.filter.DemoFilter
 
deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.jrack.springboot.jackson.core.databind.DateDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.jrack.springboot.jackson.core.databind.LocalDateTimeDeserializer
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类中的方法 cn.jrack.springboot.web.core.filter.CacheRequestBodyFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类中的方法 cn.jrack.springboot.web.core.filter.DemoFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类中的方法 cn.jrack.springboot.web.core.filter.XssFilter
 

E

EnableJrackApplication - cn.jrack.springboot.web.core.annotation中的Annotation Interface
 

F

fail() - 类中的方法 cn.jrack.springboot.web.core.response.RestController
失败操作
fail() - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
失败操作
fail(int, String, Object) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
失败操作
fail(int, String, Object) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
失败操作
fail(String) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
失败操作
fail(String) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
失败操作
fail(String, Object) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
失败操作
fail(String, Object) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
失败操作
failure() - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
失 败 操 作, 默 认 数 据
failure(int, String) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
失 败 操 作, 携 带 自 定 义 状 态 码 和 自 定 义 消 息
failure(int, String, T) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
失 败 操 作, 携 带 自 定 义 状 态 码 , 消 息 和 数 据
failure(ErrorCode) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
 
failure(String) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
失 败 操 作, 携 带 自 定 义 消 息
failure(String, T) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
失 败 操 作, 携 带 自 定 义 消 息 和 数 据
FAILURE - enum class 中的枚举常量 cn.jrack.springboot.web.core.response.ResultCode
失败

G

getCommonResult(ServletRequest) - 类中的静态方法 cn.jrack.springboot.web.core.util.WebFrameworkUtils
 
getHeader(String) - 类中的方法 cn.jrack.springboot.web.core.filter.XssRequestWrapper
 
getInputStream() - 类中的方法 cn.jrack.springboot.web.core.filter.CacheRequestBodyWrapper
 
getInputStream() - 类中的方法 cn.jrack.springboot.web.core.filter.XssRequestWrapper
 
getLoginUserId() - 类中的静态方法 cn.jrack.springboot.web.core.util.WebFrameworkUtils
获得当前用户的编号,从缓存中取出 注意:该方法仅限于 framework 框架使用!!!
getLoginUserInfo() - 类中的静态方法 cn.jrack.springboot.web.core.util.WebFrameworkUtils
 
getN() - 类中的方法 cn.jrack.springboot.web.core.response.module.ResultSelect
 
getParameter(String) - 类中的方法 cn.jrack.springboot.web.core.filter.XssRequestWrapper
 
getParameterMap() - 类中的方法 cn.jrack.springboot.web.core.filter.XssRequestWrapper
 
getParameterValues(String) - 类中的方法 cn.jrack.springboot.web.core.filter.XssRequestWrapper
 
getReader() - 类中的方法 cn.jrack.springboot.web.core.filter.CacheRequestBodyWrapper
 
getReader() - 类中的方法 cn.jrack.springboot.web.core.filter.XssRequestWrapper
 
getS() - 类中的方法 cn.jrack.springboot.web.core.response.module.ResultSelect
 
getV() - 类中的方法 cn.jrack.springboot.web.core.response.module.ResultSelect
 
globalExceptionHandler() - 类中的方法 cn.jrack.springboot.web.config.JrackWebAutoConfiguration
 
GlobalExceptionHandler - cn.jrack.springboot.web.core.handler中的类
全局异常处理器,将 Exception 翻译成 CommonResult + 对应的异常编号
GlobalExceptionHandler() - 类的构造器 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
 
globalResponseBodyHandler() - 类中的方法 cn.jrack.springboot.web.config.JrackWebAutoConfiguration
 
GlobalResponseBodyHandler - cn.jrack.springboot.web.core.handler中的类
全局响应结果(ResponseBody)处理器
GlobalResponseBodyHandler() - 类的构造器 cn.jrack.springboot.web.core.handler.GlobalResponseBodyHandler
 

H

httpRequestMethodNotSupportedExceptionHandler(HttpRequestMethodNotSupportedException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理 SpringMVC 请求方法不正确

I

INSTANCE - 类中的静态变量 cn.jrack.springboot.jackson.core.databind.LocalDateTimeDeserializer
 
INSTANCE - 类中的静态变量 cn.jrack.springboot.jackson.core.databind.LocalDateTimeSerializer
 
isLogin() - 类中的静态方法 cn.jrack.springboot.web.core.util.WebFrameworkUtils
判断当前登录信息 注意:该方法仅限于 framework 框架使用!!!
isRepeatSubmit(HttpServletRequest) - 类中的方法 cn.jrack.springboot.web.core.interceptor.RepeatSubmitInterceptor
验证是否重复提交由子类实现具体的防重复提交的规则
isRepeatSubmit(HttpServletRequest) - 类中的方法 cn.jrack.springboot.web.core.interceptor.SameUrlDataInterceptor
 

J

JrackJacksonAutoConfiguration - cn.jrack.springboot.jackson.config中的类
 
JrackJacksonAutoConfiguration() - 类的构造器 cn.jrack.springboot.jackson.config.JrackJacksonAutoConfiguration
 
JrackWebAutoConfiguration - cn.jrack.springboot.web.config中的类
 
JrackWebAutoConfiguration() - 类的构造器 cn.jrack.springboot.web.config.JrackWebAutoConfiguration
 
JrackWebProperties - cn.jrack.springboot.web.config中的类
 
JrackWebProperties() - 类的构造器 cn.jrack.springboot.web.config.JrackWebProperties
 
JrackWebProperties.Api - cn.jrack.springboot.web.config中的类
 
JrackWebProperties.Ui - cn.jrack.springboot.web.config中的类
 
JrackXssProperties - cn.jrack.springboot.web.config中的类
Xss 配置属性
JrackXssProperties() - 类的构造器 cn.jrack.springboot.web.config.JrackXssProperties
 

L

LocalDateTimeDeserializer - cn.jrack.springboot.jackson.core.databind中的类
LocalDateTime反序列化规则 会将毫秒级时间戳反序列化为LocalDateTime
LocalDateTimeDeserializer() - 类的构造器 cn.jrack.springboot.jackson.core.databind.LocalDateTimeDeserializer
 
LocalDateTimeSerializer - cn.jrack.springboot.jackson.core.databind中的类
LocalDateTime序列化规则 会将LocalDateTime序列化为毫秒级时间戳
LocalDateTimeSerializer() - 类的构造器 cn.jrack.springboot.jackson.core.databind.LocalDateTimeSerializer
 
login(Object, StUserInfo) - 类中的静态方法 cn.jrack.springboot.web.core.util.WebFrameworkUtils
 
login(Object, StUserInfo, Boolean) - 类中的静态方法 cn.jrack.springboot.web.core.util.WebFrameworkUtils
 
LOGOUT - enum class 中的枚举常量 cn.jrack.springboot.web.core.response.ResultCode
登出

M

main(String[]) - 类中的静态方法 cn.jrack.springboot.jackson.core.databind.LocalDateTimeDeserializer
 
methodArgumentNotValidExceptionExceptionHandler(MethodArgumentNotValidException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理 SpringMVC 参数校验不正确
methodArgumentTypeMismatchExceptionHandler(MethodArgumentTypeMismatchException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理 SpringMVC 请求参数类型错误
missingServletRequestParameterExceptionHandler(MissingServletRequestParameterException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理 SpringMVC 请求参数缺失

N

noHandlerFoundExceptionHandler(NoHandlerFoundException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理 SpringMVC 请求地址不存在
notLoginExceptionHandler(NotLoginException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理系统异常,兜底处理所有的一切

O

objectMapperBeanPostProcessor() - 类中的方法 cn.jrack.springboot.jackson.config.JrackJacksonAutoConfiguration
 

P

page(Object, long) - 类中的静态方法 cn.jrack.springboot.web.core.response.RestController
Describe: 返回数据表格数据 分页 Param data Return 表格分页数据
page(Object, long) - 类中的静态方法 cn.jrack.springboot.web.core.response.ResultController
Describe: 返回数据表格数据 分页 Param data Return 表格分页数据
page(Object, Object, long) - 类中的静态方法 cn.jrack.springboot.web.core.response.RestController
Describe: 返回数据表格数据 分页 Param data Return 表格分页数据
page(Object, Object, long) - 类中的静态方法 cn.jrack.springboot.web.core.response.ResultController
Describe: 返回数据表格数据 分页 Param data Return 表格分页数据
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类中的方法 cn.jrack.springboot.web.core.interceptor.RepeatSubmitInterceptor
前置拦截,进入处理活力前判断当前提交的内容是否重复

R

REPEAT_PARAMS - 类中的变量 cn.jrack.springboot.web.core.interceptor.SameUrlDataInterceptor
常用字符串标识
REPEAT_TIME - 类中的变量 cn.jrack.springboot.web.core.interceptor.SameUrlDataInterceptor
 
RepeatSubmit - cn.jrack.springboot.web.core.annotation中的Annotation Interface
 
RepeatSubmitInterceptor - cn.jrack.springboot.web.core.interceptor中的类
 
RepeatSubmitInterceptor() - 类的构造器 cn.jrack.springboot.web.core.interceptor.RepeatSubmitInterceptor
 
requestBodyCacheFilter() - 类中的方法 cn.jrack.springboot.web.config.JrackWebAutoConfiguration
创建 RequestBodyCacheFilter Bean,可重复读取请求内容
RestController - cn.jrack.springboot.web.core.response中的类
 
RestController() - 类的构造器 cn.jrack.springboot.web.core.response.RestController
 
restControllerResponseAdvice() - 类中的方法 cn.jrack.springboot.web.config.JrackWebAutoConfiguration
 
RestControllerResponseAdvice - cn.jrack.springboot.web.config中的类
 
RestControllerResponseAdvice() - 类的构造器 cn.jrack.springboot.web.config.RestControllerResponseAdvice
 
Result<T> - cn.jrack.springboot.web.core.response中的类
Describe: Ajax 返 回 JSON 结 果 封 装 数 据
Result() - 类的构造器 cn.jrack.springboot.web.core.response.Result
 
Result(int, String, Object, Boolean) - 类的构造器 cn.jrack.springboot.web.core.response.Result
 
ResultCode - cn.jrack.springboot.web.core.response中的Enum Class
Describe: 统 一 返 回 状 态 码 Author: JOY CreateTime: 2019/10/23
ResultController - cn.jrack.springboot.web.core.response中的类
Describe: 统一响应 Controller
ResultController() - 类的构造器 cn.jrack.springboot.web.core.response.ResultController
 
ResultSelect - cn.jrack.springboot.web.core.response.module中的类
Describe: 前 端 下 拉 树 CreateTime: 2019/10/23
ResultSelect() - 类的构造器 cn.jrack.springboot.web.core.response.module.ResultSelect
 
ResultSelect(String, String) - 类的构造器 cn.jrack.springboot.web.core.response.module.ResultSelect
 
ResultTable - cn.jrack.springboot.web.core.response.module中的类
 
ResultTable() - 类的构造器 cn.jrack.springboot.web.core.response.module.ResultTable
 

S

SameUrlDataInterceptor - cn.jrack.springboot.web.core.interceptor中的类
 
SameUrlDataInterceptor() - 类的构造器 cn.jrack.springboot.web.core.interceptor.SameUrlDataInterceptor
 
saTokenExceptionHandler(SaTokenException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理 SaToken 权限不足的异常
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - 类中的方法 cn.jrack.springboot.jackson.core.databind.LocalDateTimeSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - 类中的方法 cn.jrack.springboot.jackson.core.databind.DateSerializer
 
serviceExceptionHandler(ServiceException) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
处理业务异常 ServiceException
SESSION_REPEAT_KEY - 类中的变量 cn.jrack.springboot.web.core.interceptor.SameUrlDataInterceptor
 
set(String, Object) - 类中的方法 cn.jrack.springboot.web.core.response.Result
 
setCode(int) - 类中的方法 cn.jrack.springboot.web.core.response.Result
 
setCommonResult(ServletRequest, Result<?>) - 类中的静态方法 cn.jrack.springboot.web.core.util.WebFrameworkUtils
 
setData(Object) - 类中的方法 cn.jrack.springboot.web.core.response.Result
 
setIntervalTime(int) - 类中的方法 cn.jrack.springboot.web.core.interceptor.SameUrlDataInterceptor
 
setLoginUserType(ServletRequest, Integer) - 类中的静态方法 cn.jrack.springboot.web.core.util.WebFrameworkUtils
设置用户类型
setMap(Map<String, ?>) - 类中的方法 cn.jrack.springboot.web.core.response.Result
 
setMsg(String) - 类中的方法 cn.jrack.springboot.web.core.response.Result
 
setN(String) - 类中的方法 cn.jrack.springboot.web.core.response.module.ResultSelect
 
setS(List<ResultSelect>) - 类中的方法 cn.jrack.springboot.web.core.response.module.ResultSelect
 
setSuccess(Boolean) - 类中的方法 cn.jrack.springboot.web.core.response.Result
 
setV(String) - 类中的方法 cn.jrack.springboot.web.core.response.module.ResultSelect
 
shouldNotFilter(HttpServletRequest) - 类中的方法 cn.jrack.springboot.web.core.filter.ApiRequestFilter
 
shouldNotFilter(HttpServletRequest) - 类中的方法 cn.jrack.springboot.web.core.filter.CacheRequestBodyFilter
 
shouldNotFilter(HttpServletRequest) - 类中的方法 cn.jrack.springboot.web.core.filter.DemoFilter
 
shouldNotFilter(HttpServletRequest) - 类中的方法 cn.jrack.springboot.web.core.filter.XssFilter
 
success() - 类中的方法 cn.jrack.springboot.web.core.response.RestController
成功操作
success() - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
成 功 操 作
success() - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
成功操作
success(int, String) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
成 功 操 作, 携 带 自 定 义 状 态 码 和 消 息
success(int, String, Object) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
成功操作
success(int, String, Object) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
成功操作
success(int, String, Object, Long, Object) - 类中的静态方法 cn.jrack.springboot.web.core.response.module.ResultTable
 
success(int, String, T) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
成 功 操 作, 携 带 自 定义 状 态 码, 消 息 和 数 据
success(PageResult) - 类中的静态方法 cn.jrack.springboot.web.core.response.module.ResultTable
 
success(Object) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
成功操作
success(Object) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
成功操作
success(Object, Long) - 类中的静态方法 cn.jrack.springboot.web.core.response.module.ResultTable
 
success(Object, Long, Object) - 类中的静态方法 cn.jrack.springboot.web.core.response.module.ResultTable
 
success(String) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
成功操作
success(String) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
成 功 操 作, 携 带 消 息
success(String) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
成功操作
success(String, Object) - 类中的方法 cn.jrack.springboot.web.core.response.RestController
成功操作
success(String, Object) - 类中的方法 cn.jrack.springboot.web.core.response.ResultController
成功操作
success(String, Object, Long, Object) - 类中的静态方法 cn.jrack.springboot.web.core.response.module.ResultTable
 
success(String, T) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
成 功 操 作, 携 带 消 息 和 携 带 数 据
success(T) - 类中的静态方法 cn.jrack.springboot.web.core.response.Result
成 功 操 作 , 携 带 数 据
SUCCESS - enum class 中的枚举常量 cn.jrack.springboot.web.core.response.ResultCode
成功
supports(MethodParameter, Class) - 类中的方法 cn.jrack.springboot.web.core.handler.GlobalResponseBodyHandler
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 类中的方法 cn.jrack.springboot.web.config.RestControllerResponseAdvice
 

U

Ui() - 类的构造器 cn.jrack.springboot.web.config.JrackWebProperties.Ui
 

V

valueOf(String) - enum class中的静态方法 cn.jrack.springboot.web.core.response.ResultCode
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 cn.jrack.springboot.web.core.response.ResultCode
Returns an array containing the constants of this enum class, in the order they are declared.

W

WebFrameworkUtils - cn.jrack.springboot.web.core.util中的类
专属于 web 包的工具类
WebFrameworkUtils(WebProperties) - 类的构造器 cn.jrack.springboot.web.core.util.WebFrameworkUtils
 
webProperties - 类中的变量 cn.jrack.springboot.web.core.filter.ApiRequestFilter
 

X

xssFilter(JrackXssProperties, PathMatcher) - 类中的方法 cn.jrack.springboot.web.config.JrackWebAutoConfiguration
创建 XssFilter Bean,解决 Xss 安全问题
XssFilter - cn.jrack.springboot.web.core.filter中的类
Xss 过滤器
XssFilter() - 类的构造器 cn.jrack.springboot.web.core.filter.XssFilter
 
XssRequestWrapper - cn.jrack.springboot.web.core.filter中的类
Xss 请求 Wrapper
XssRequestWrapper(HttpServletRequest) - 类的构造器 cn.jrack.springboot.web.core.filter.XssRequestWrapper
 
A B C D E F G H I J L M N O P R S U V W X 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格