跳过导航链接
A B D E F G H K P R S T V 

A

addSerializerFeature(SerializerFeature...) - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Add fast json config serializer features with array
addSerializerFeature(List<SerializerFeature>) - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Add fast json config serializer features with list
addSupportedMediaType(String) - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Add fast json http message converter supported media type
addSupportedMediaType(MediaType) - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Add fast json http message converter supported media type
addSupportedMediaType(List<MediaType>) - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Add fast json http message converter supported media type
argumentExceptionHandler(Exception) - 类 中的方法top.lshaci.framework.web.exception.handler.GlobalExceptionHandler
BindException and MethodArgumentNotValidException handler

B

baseExceptionHandler(BaseException) - 类 中的方法top.lshaci.framework.web.exception.handler.GlobalExceptionHandler
Base exception handler
build() - 类 中的静态方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Init fast json converter factory

D

defaultExceptionHandler(Exception) - 类 中的方法top.lshaci.framework.web.exception.handler.GlobalExceptionHandler
Default exception handler
destroy() - 类 中的静态方法top.lshaci.framework.web.utils.HttpSessionUtils
Destroy session
doAfterReturning() - 类 中的方法top.lshaci.framework.web.aspect.PreventRepeatSubmitAspect
 
doAfterThrowing(Exception) - 类 中的方法top.lshaci.framework.web.aspect.PreventRepeatSubmitAspect
 
doBefore(PreventRepeatSubmit) - 类 中的方法top.lshaci.framework.web.aspect.PreventRepeatSubmitAspect
 

E

ErrorCode - top.lshaci.framework.web.enums中的枚举
Error code enum

0.0.4: Add org.springframework.http.converter.HttpMessageNotReadableException
org.springframework.web.HttpRequestMethodNotSupportedException
top.lshaci.framework.web.exception.RolePermissionException
1.0.1: Add top.lshaci.framework.web.exception.RepeatSubmitException
1.0.4: 整理异常code
ExceptionMessage - top.lshaci.framework.web.model中的类
Global Exception Message
ExceptionMessage(int, String, Class<? extends Exception>) - 类 的构造器top.lshaci.framework.web.model.ExceptionMessage
构造全局异常消息对象
ExceptionMessage(ErrorCode) - 类 的构造器top.lshaci.framework.web.model.ExceptionMessage
构造全局异常消息对象

F

FastJsonConverterFactory - top.lshaci.framework.web.converter中的类
FastJson HttpMessageConverter
FrameworkWebConfig - top.lshaci.framework.web.config中的类
Framework web config 0.0.4: Add setDownloadCacheSize method; Add config GlobalExceptionHandler, WebLogAspect, PreventRepeatSubmitAspect 1.0.2: 修改配置属性前缀;删除DownloadUtil cacheSize, RequestContextListener配置 1.0.4: 添加配置中的全局异常处理信息 1.0.7: 删除webLog、删除角色控制配置, 添加防重复提交配置
FrameworkWebConfig() - 类 的构造器top.lshaci.framework.web.config.FrameworkWebConfig
 
FrameworkWebProperties - top.lshaci.framework.web.properties中的类
Framework web properties 1.0.4: 添加自定义异常信息属性exceptionMessages
1.0.7: 整理配置信息, 添加防重复提交配置
FrameworkWebProperties() - 类 的构造器top.lshaci.framework.web.properties.FrameworkWebProperties
 
FrameworkWebProperties.GlobalExceptionHandle - top.lshaci.framework.web.properties中的类
Global Exception Handle
FrameworkWebProperties.PreventRepeatSubmit - top.lshaci.framework.web.properties中的类
Prevent Repeat Submit

G

get() - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Get the fast json http message converter
get(Class<? extends Exception>) - 类 中的静态方法top.lshaci.framework.web.utils.GlobalExceptionUtils
根据异常类Class获取异常消息
get() - 类 中的静态方法top.lshaci.framework.web.utils.HttpRequestUtils
Get the http servlet request
get() - 类 中的静态方法top.lshaci.framework.web.utils.HttpResponseUtils
Get the http servlet response
get() - 类 中的静态方法top.lshaci.framework.web.utils.HttpSessionUtils
Get the http session
getAndSet(String, long) - 类 中的方法top.lshaci.framework.web.service.impl.RedisPreventRepeat
 
getAndSet(String, long) - 类 中的方法top.lshaci.framework.web.service.impl.TimedCachePreventRepeat
 
getAndSet(String, long) - 接口 中的方法top.lshaci.framework.web.service.PreventRepeat
Get the submit key last value, and set next value
getAttribute(String) - 类 中的静态方法top.lshaci.framework.web.utils.HttpRequestUtils
Get value from http servlet request attribute with the key
getAttribute(String) - 类 中的静态方法top.lshaci.framework.web.utils.HttpSessionUtils
Get value from http session attribute with the key
getIp() - 类 中的静态方法top.lshaci.framework.web.utils.HttpRequestUtils
Get the client IP
GlobalExceptionHandle() - 类 的构造器top.lshaci.framework.web.properties.FrameworkWebProperties.GlobalExceptionHandle
 
globalExceptionHandler() - 类 中的方法top.lshaci.framework.web.config.FrameworkWebConfig
Config global exception handler
GlobalExceptionHandler - top.lshaci.framework.web.exception.handler中的类
Global exception handler

0.0.4: Add method argumentExceptionHandler
1.0.4: 使用GlobalExceptionUtils来获取自定义的异常消息
GlobalExceptionHandler() - 类 的构造器top.lshaci.framework.web.exception.handler.GlobalExceptionHandler
 
GlobalExceptionUtils - top.lshaci.framework.web.utils中的类
Global Exception Utils
GlobalExceptionUtils() - 类 的构造器top.lshaci.framework.web.utils.GlobalExceptionUtils
 

H

HttpRequestUtils - top.lshaci.framework.web.utils中的类
Http request utils

HttpRequestUtils() - 类 的构造器top.lshaci.framework.web.utils.HttpRequestUtils
 
HttpResponseUtils - top.lshaci.framework.web.utils中的类
Http response utils
HttpResponseUtils() - 类 的构造器top.lshaci.framework.web.utils.HttpResponseUtils
 
HttpSessionUtils - top.lshaci.framework.web.utils中的类
Http request utils

HttpSessionUtils() - 类 的构造器top.lshaci.framework.web.utils.HttpSessionUtils
 

K

key(HttpServletRequest) - 接口 中的方法top.lshaci.framework.web.service.PreventRepeatKey
Get the submit key

P

preventRepeat() - 类 中的方法top.lshaci.framework.web.config.FrameworkWebConfig
Config timed cache prevent repeat, Conditional on missing bean StringRedisTemplate
PreventRepeat - top.lshaci.framework.web.service中的接口
This use for get, set, remove the submit key
1.0.7:This method getAndSet add parameter timeout
preventRepeatKey() - 类 中的方法top.lshaci.framework.web.config.FrameworkWebConfig
Config prevent repeat submit key service, Conditional on missing bean
PreventRepeatKey - top.lshaci.framework.web.service中的接口
This use for get prevent repeat submit key
PreventRepeatSubmit - top.lshaci.framework.web.annotation中的注释类型
The annotation used to prevent repeat submit

1.0.7:Add attribute timeout
preventRepeatSubmit() - 类 中的方法top.lshaci.framework.web.aspect.PreventRepeatSubmitAspect
The prevent repeat submit point cut
PreventRepeatSubmit() - 类 的构造器top.lshaci.framework.web.properties.FrameworkWebProperties.PreventRepeatSubmit
 
PreventRepeatSubmitAspect - top.lshaci.framework.web.aspect中的类
Prevent repeat submit aspect
PreventRepeatSubmitAspect() - 类 的构造器top.lshaci.framework.web.aspect.PreventRepeatSubmitAspect
 
preventRepeatSubmitAspect(PreventRepeat, PreventRepeatKey) - 类 中的方法top.lshaci.framework.web.config.FrameworkWebConfig
Config prevent repeat submit aspect
put(ExceptionMessage) - 类 中的静态方法top.lshaci.framework.web.utils.GlobalExceptionUtils
添加 异常类全限定名对应的异常消息映射关系
putAll(List<ExceptionMessage>) - 类 中的静态方法top.lshaci.framework.web.utils.GlobalExceptionUtils
添加 异常类全限定名对应的异常消息映射关系

R

RedisPreventRepeat - top.lshaci.framework.web.service.impl中的类
Redis-based prevent repeat submit
1.0.7:This method getAndSet add parameter timeout
RedisPreventRepeat() - 类 的构造器top.lshaci.framework.web.service.impl.RedisPreventRepeat
 
remove(String) - 类 中的方法top.lshaci.framework.web.service.impl.RedisPreventRepeat
 
remove(String) - 类 中的方法top.lshaci.framework.web.service.impl.TimedCachePreventRepeat
 
remove(String) - 接口 中的方法top.lshaci.framework.web.service.PreventRepeat
Remove the value of the submit key
removeAttribute(String) - 类 中的静态方法top.lshaci.framework.web.utils.HttpRequestUtils
Remove value from http servlet request attribute with the key
removeAttribute(String) - 类 中的静态方法top.lshaci.framework.web.utils.HttpSessionUtils
Remove value from http session attribute with the key
RepeatSubmitException - top.lshaci.framework.web.exception中的异常错误
Repeat Submit Exception
RepeatSubmitException() - 异常错误 的构造器top.lshaci.framework.web.exception.RepeatSubmitException
Constructor a repeat submit exception with the default message.
responseJson(JsonResponse<R>) - 类 中的静态方法top.lshaci.framework.web.utils.HttpResponseUtils
Response json use the http servlet response
responseJson(HttpServletResponse, JsonResponse<R>) - 类 中的静态方法top.lshaci.framework.web.utils.HttpResponseUtils
Response json use the http servlet response

S

setAttribute(String, Object) - 类 中的静态方法top.lshaci.framework.web.utils.HttpRequestUtils
Set value in http servlet request attribute
setAttribute(String, Object) - 类 中的静态方法top.lshaci.framework.web.utils.HttpSessionUtils
Set value in http session attribute
setDateFormat(String) - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Create fast json http message converter with date format

T

TimedCachePreventRepeat - top.lshaci.framework.web.service.impl中的类
Time cache prevent repeat submit
1.0.7:This method getAndSet add parameter timeout
TimedCachePreventRepeat(long) - 类 的构造器top.lshaci.framework.web.service.impl.TimedCachePreventRepeat
Constructor a timed cache prevent repeat with the timeout
top.lshaci.framework.web.annotation - 程序包 top.lshaci.framework.web.annotation
 
top.lshaci.framework.web.aspect - 程序包 top.lshaci.framework.web.aspect
 
top.lshaci.framework.web.config - 程序包 top.lshaci.framework.web.config
 
top.lshaci.framework.web.converter - 程序包 top.lshaci.framework.web.converter
 
top.lshaci.framework.web.enums - 程序包 top.lshaci.framework.web.enums
 
top.lshaci.framework.web.exception - 程序包 top.lshaci.framework.web.exception
 
top.lshaci.framework.web.exception.handler - 程序包 top.lshaci.framework.web.exception.handler
 
top.lshaci.framework.web.model - 程序包 top.lshaci.framework.web.model
 
top.lshaci.framework.web.properties - 程序包 top.lshaci.framework.web.properties
 
top.lshaci.framework.web.service - 程序包 top.lshaci.framework.web.service
 
top.lshaci.framework.web.service.impl - 程序包 top.lshaci.framework.web.service.impl
 
top.lshaci.framework.web.utils - 程序包 top.lshaci.framework.web.utils
 

V

VALUE - 接口 中的静态变量top.lshaci.framework.web.service.PreventRepeat
 
valueOf(String) - 枚举 中的静态方法top.lshaci.framework.web.enums.ErrorCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.lshaci.framework.web.enums.ErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B D E F G H K P R S T V 
跳过导航链接

Copyright © 2020. All rights reserved.