跳过导航链接
A B D E F G I L N P R S T U V W 

A

AbstractLoginInterceptor - top.lshaci.framework.web.interceptor中的类
Login Interceptor
AbstractLoginInterceptor() - 类 的构造器top.lshaci.framework.web.interceptor.AbstractLoginInterceptor
 
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

D

defaultExceptionHandler(HttpServletRequest, Exception) - 类 中的方法top.lshaci.framework.web.exception.handler.GlobalExceptionHandler
Default exception handler
doAfterReturning(Object) - 类 中的方法top.lshaci.framework.web.aspect.WebLogAspect
 
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

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获取异常消息
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
 

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.

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
 

N

NeedRole - top.lshaci.framework.web.annotation中的注释类型
Access the roles required for this method

P

postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法top.lshaci.framework.web.interceptor.AbstractLoginInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法top.lshaci.framework.web.interceptor.AbstractLoginInterceptor
 
put(ExceptionMessage) - 类 中的静态方法top.lshaci.framework.web.utils.GlobalExceptionUtils
添加 异常类全限定名对应的异常消息映射关系
putAll(List<ExceptionMessage>) - 类 中的静态方法top.lshaci.framework.web.utils.GlobalExceptionUtils
添加 异常类全限定名对应的异常消息映射关系

R

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
 
setDateFormat(String) - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Create fast json http message converter with date format
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
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 I L N P R S T U V W 
跳过导航链接

Copyright © 2019. All rights reserved.