您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
D
E
F
G
H
I
J
L
M
N
P
R
S
T
U
V
W
A
AbstractLoginInterceptor
-
top.lshaci.framework.web.interceptor
中的类
Login Interceptor
AbstractLoginInterceptor()
- 类 的构造器top.lshaci.framework.web.interceptor.
AbstractLoginInterceptor
addOtherData(String, Object)
- 类 中的方法top.lshaci.framework.web.model.
JsonResponse
Add other data value
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
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception)
- 类 中的方法top.lshaci.framework.web.interceptor.
AbstractLoginInterceptor
argumentExceptionHandler(HttpServletRequest, Exception)
- 类 中的方法top.lshaci.framework.web.exception.handler.
GlobalExceptionHandler
BindException and MethodArgumentNotValidException handler
B
baseExceptionHandler(HttpServletRequest, Exception)
- 类 中的方法top.lshaci.framework.web.exception.handler.
GlobalExceptionHandler
Base exception handler
build()
- 类 中的静态方法top.lshaci.framework.web.converter.
FastJsonConverterFactory
Init fast json converter factory
build()
- 类 中的静态方法top.lshaci.framework.web.model.
JsonResponse
Build a json response
D
defaultExceptionHandler(HttpServletRequest, 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
doAfterReturning(Object)
- 类 中的方法top.lshaci.framework.web.aspect.
WebLogAspect
doAfterThrowing(Exception)
- 类 中的方法top.lshaci.framework.web.aspect.
PreventRepeatSubmitAspect
doBefore()
- 类 中的方法top.lshaci.framework.web.aspect.
PreventRepeatSubmitAspect
doBefore(JoinPoint)
- 类 中的方法top.lshaci.framework.web.aspect.
UserRoleAspect
doBefore(JoinPoint)
- 类 中的方法top.lshaci.framework.web.aspect.
WebLogAspect
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
failure(String)
- 类 中的静态方法top.lshaci.framework.web.model.
JsonResponse
Build a failure json response with message
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:
添加配置中的全局异常处理信息
FrameworkWebConfig()
- 类 的构造器top.lshaci.framework.web.config.
FrameworkWebConfig
FrameworkWebProperties
-
top.lshaci.framework.web.properties
中的类
Framework web properties
1.0.4:
添加自定义异常信息属性
exceptionMessages
FrameworkWebProperties()
- 类 的构造器top.lshaci.framework.web.properties.
FrameworkWebProperties
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
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
getStart()
- 类 中的方法top.lshaci.framework.web.model.
PageQuery
Get the start row
getUserInSession()
- 类 中的静态方法top.lshaci.framework.web.utils.
SessionUserUtils
Get user in session
getUserInSession(Class<T>)
- 类 中的静态方法top.lshaci.framework.web.utils.
SessionUserUtils
Get user in session
getUserRoleInSession()
- 类 中的静态方法top.lshaci.framework.web.utils.
SessionUserUtils
Get user role in session
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
I
IgnoreRole
-
top.lshaci.framework.web.annotation
中的注释类型
This annotation indicates that the method does not require role control
isAjaxRequest(HttpServletRequest)
- 类 中的方法top.lshaci.framework.web.interceptor.
AbstractLoginInterceptor
Determine whether an ajax request is made.
J
JsonResponse
<
R
> -
top.lshaci.framework.web.model
中的类
Web controller json response
0.0.4:
Add method: successMessage and message; Change the name of the params field to otherData
JsonResponse()
- 类 的构造器top.lshaci.framework.web.model.
JsonResponse
L
LoginException
-
top.lshaci.framework.web.exception
中的异常错误
Framework web base not login exception
LoginException()
- 异常错误 的构造器top.lshaci.framework.web.exception.
LoginException
LoginException(String)
- 异常错误 的构造器top.lshaci.framework.web.exception.
LoginException
LoginException(Throwable)
- 异常错误 的构造器top.lshaci.framework.web.exception.
LoginException
LoginException(String, Throwable)
- 异常错误 的构造器top.lshaci.framework.web.exception.
LoginException
LoginException(String, Throwable, boolean, boolean)
- 异常错误 的构造器top.lshaci.framework.web.exception.
LoginException
M
message(boolean, String)
- 类 中的静态方法top.lshaci.framework.web.model.
JsonResponse
Build a message json response with status and message
N
NeedRole
-
top.lshaci.framework.web.annotation
中的注释类型
Access the roles required for this method
P
PageQuery
-
top.lshaci.framework.web.model
中的类
Page base query entity
0.0.4:
Change to non-abstract
1.0.3:
添加{code @ToString}
PageQuery()
- 类 的构造器top.lshaci.framework.web.model.
PageQuery
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView)
- 类 中的方法top.lshaci.framework.web.interceptor.
AbstractLoginInterceptor
preHandle(HttpServletRequest, HttpServletResponse, Object)
- 类 中的方法top.lshaci.framework.web.interceptor.
AbstractLoginInterceptor
PreventRepeatSubmit
-
top.lshaci.framework.web.annotation
中的注释类型
The annotation used to prevent repeat submit
preventRepeatSubmit()
- 类 中的方法top.lshaci.framework.web.aspect.
PreventRepeatSubmitAspect
The prevent repeat submit point cut
PreventRepeatSubmitAspect
-
top.lshaci.framework.web.aspect
中的类
Prevent repeat submit aspect
1.0.1:
Change After aspect to AfterReturning aspect; Add AfterThrowing aspect
1.0.2:
修改前缀和值
PreventRepeatSubmitAspect()
- 类 的构造器top.lshaci.framework.web.aspect.
PreventRepeatSubmitAspect
preventRepeatSubmitAspect()
- 类 中的方法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
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
removeOtherData(String)
- 类 中的方法top.lshaci.framework.web.model.
JsonResponse
Remove other data value
RepeatSubmitException
-
top.lshaci.framework.web.exception
中的异常错误
Repeat Submit Exception
RepeatSubmitException()
- 异常错误 的构造器top.lshaci.framework.web.exception.
RepeatSubmitException
RepeatSubmitException(String)
- 异常错误 的构造器top.lshaci.framework.web.exception.
RepeatSubmitException
RepeatSubmitException(Throwable)
- 异常错误 的构造器top.lshaci.framework.web.exception.
RepeatSubmitException
RepeatSubmitException(String, Throwable)
- 异常错误 的构造器top.lshaci.framework.web.exception.
RepeatSubmitException
RepeatSubmitException(String, Throwable, boolean, boolean)
- 异常错误 的构造器top.lshaci.framework.web.exception.
RepeatSubmitException
responseJson(JsonResponse<R>)
- 类 中的静态方法top.lshaci.framework.web.utils.
HttpResponseUtils
Response json use the http servlet response
RolePermissionException
-
top.lshaci.framework.web.exception
中的异常错误
Permission Exception
RolePermissionException()
- 异常错误 的构造器top.lshaci.framework.web.exception.
RolePermissionException
RolePermissionException(String)
- 异常错误 的构造器top.lshaci.framework.web.exception.
RolePermissionException
RolePermissionException(Throwable)
- 异常错误 的构造器top.lshaci.framework.web.exception.
RolePermissionException
RolePermissionException(String, Throwable)
- 异常错误 的构造器top.lshaci.framework.web.exception.
RolePermissionException
RolePermissionException(String, Throwable, boolean, boolean)
- 异常错误 的构造器top.lshaci.framework.web.exception.
RolePermissionException
S
SessionUserUtils
-
top.lshaci.framework.web.utils
中的类
Session User Utils
SessionUserUtils()
- 类 的构造器top.lshaci.framework.web.utils.
SessionUserUtils
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
setPgCt(Integer)
- 类 中的方法top.lshaci.framework.web.model.
PageQuery
Set current page number
setPgSz(Integer)
- 类 中的方法top.lshaci.framework.web.model.
PageQuery
Set page size
setRedirectUrl(String)
- 类 中的方法top.lshaci.framework.web.interceptor.
AbstractLoginInterceptor
Set the redirect url
setUserInSession(Object)
- 类 中的静态方法top.lshaci.framework.web.utils.
SessionUserUtils
Set user in session
setUserRoleInSession(String)
- 类 中的静态方法top.lshaci.framework.web.utils.
SessionUserUtils
Set user role in session
success(R)
- 类 中的静态方法top.lshaci.framework.web.model.
JsonResponse
Build a success json response with data
successMessage(String)
- 类 中的静态方法top.lshaci.framework.web.model.
JsonResponse
Build a success json response with message
SWAGGER_CONTROLLER
- 接口 中的静态变量top.lshaci.framework.web.constant.
WebConstant
The swagger ui controller name
T
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.constant
- 程序包 top.lshaci.framework.web.constant
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.interceptor
- 程序包 top.lshaci.framework.web.interceptor
top.lshaci.framework.web.model
- 程序包 top.lshaci.framework.web.model
top.lshaci.framework.web.properties
- 程序包 top.lshaci.framework.web.properties
top.lshaci.framework.web.utils
- 程序包 top.lshaci.framework.web.utils
U
USER_IN_SESSION
- 类 中的静态变量top.lshaci.framework.web.utils.
SessionUserUtils
The key of user in session
USER_ROLE_IN_SESSION
- 类 中的静态变量top.lshaci.framework.web.utils.
SessionUserUtils
The key of user role in session
userRole()
- 类 中的方法top.lshaci.framework.web.aspect.
UserRoleAspect
The user role point cut
UserRoleAspect
-
top.lshaci.framework.web.aspect
中的类
User role aspect
UserRoleAspect()
- 类 的构造器top.lshaci.framework.web.aspect.
UserRoleAspect
userRoleAspect()
- 类 中的方法top.lshaci.framework.web.config.
FrameworkWebConfig
Config user role aspect
V
valueOf(String)
- 枚举 中的静态方法top.lshaci.framework.web.enums.
ErrorCode
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法top.lshaci.framework.web.enums.
ErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
W
WebBaseException
-
top.lshaci.framework.web.exception
中的异常错误
Framework web base exception
WebBaseException()
- 异常错误 的构造器top.lshaci.framework.web.exception.
WebBaseException
WebBaseException(String)
- 异常错误 的构造器top.lshaci.framework.web.exception.
WebBaseException
WebBaseException(Throwable)
- 异常错误 的构造器top.lshaci.framework.web.exception.
WebBaseException
WebBaseException(String, Throwable)
- 异常错误 的构造器top.lshaci.framework.web.exception.
WebBaseException
WebBaseException(String, Throwable, boolean, boolean)
- 异常错误 的构造器top.lshaci.framework.web.exception.
WebBaseException
WebConstant
-
top.lshaci.framework.web.constant
中的接口
webLog()
- 类 中的方法top.lshaci.framework.web.aspect.
WebLogAspect
The web log point cut
WebLogAspect
-
top.lshaci.framework.web.aspect
中的类
Web log aspect
WebLogAspect()
- 类 的构造器top.lshaci.framework.web.aspect.
WebLogAspect
webLogAspect()
- 类 中的方法top.lshaci.framework.web.config.
FrameworkWebConfig
Config web log aspect
A
B
D
E
F
G
H
I
J
L
M
N
P
R
S
T
U
V
W
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2019. All rights reserved.