跳过导航链接
A B C 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.handler.exception.GlobalExceptionHandler
BindException and MethodArgumentNotValidException handler

B

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

C

cacheSize - 类 中的静态变量top.lshaci.framework.web.utils.DownloadUtils
The data cache size
ContentType - top.lshaci.framework.web.enums中的枚举
Content type enums

D

defaultExceptionHandler(HttpServletRequest, Exception) - 类 中的方法top.lshaci.framework.web.handler.exception.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
 
download(String, ResponseContentType, ByteArrayOutputStream, HttpServletResponse) - 类 中的静态方法top.lshaci.framework.web.utils.DownloadUtils
Download file
download(String, ResponseContentType, FileInputStream, HttpServletResponse) - 类 中的静态方法top.lshaci.framework.web.utils.DownloadUtils
Download file
download(String, ResponseContentType, String, HttpServletResponse) - 类 中的静态方法top.lshaci.framework.web.utils.DownloadUtils
Download file
DownloadUtils - top.lshaci.framework.web.utils中的类
Download utils
DownloadUtils() - 类 的构造器top.lshaci.framework.web.utils.DownloadUtils
 

E

Encoding - top.lshaci.framework.web.enums中的枚举
Character encoding enums
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

F

failure(String) - 类 中的静态方法top.lshaci.framework.web.model.JsonResponse
Build a failure json response with message
FastJsonConverterFactory - top.lshaci.framework.web.converter中的类
FastJson HttpMessageConverter

G

get() - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Get the fast json http message converter
get() - 类 中的静态方法top.lshaci.framework.web.utils.HttpRequestUtils
Get the http servlet request
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
getByException(Exception) - 枚举 中的静态方法top.lshaci.framework.web.enums.ErrorCode
Get error code by exception
getIp() - 类 中的静态方法top.lshaci.framework.web.utils.HttpRequestUtils
Get the client IP
getResponse() - 类 中的静态方法top.lshaci.framework.web.utils.HttpResponseUtils
Get the http servlet response
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.WebMvcConfig
Config global exception handler
GlobalExceptionHandler - top.lshaci.framework.web.handler.exception中的类
Global exception handler

0.0.4: Add method argumentExceptionHandler
GlobalExceptionHandler() - 类 的构造器top.lshaci.framework.web.handler.exception.GlobalExceptionHandler
 

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
Constructor a json response

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
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
PreventRepeatSubmitAspect() - 类 的构造器top.lshaci.framework.web.aspect.PreventRepeatSubmitAspect
 
preventRepeatSubmitAspect() - 类 中的方法top.lshaci.framework.web.config.WebMvcConfig
Config prevent repeat submit aspect

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
 
requestContextListener() - 类 中的方法top.lshaci.framework.web.config.WebMvcConfig
Config request context listener
ResponseContentType - top.lshaci.framework.web.enums中的枚举
Http servlet response content type
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

save(String, String, MultipartFile) - 类 中的静态方法top.lshaci.framework.web.utils.UploadUtils
Save file
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
setCode(int) - 类 中的方法top.lshaci.framework.web.model.JsonResponse
Set response code
setData(R) - 类 中的方法top.lshaci.framework.web.model.JsonResponse
Set response data
setDateFormat(String) - 类 中的方法top.lshaci.framework.web.converter.FastJsonConverterFactory
Create fast json http message converter with date format
setDownloadCacheSize(int) - 类 中的方法top.lshaci.framework.web.config.WebMvcConfig
Set download utils cache size
setMessage(String) - 类 中的方法top.lshaci.framework.web.model.JsonResponse
Set response message
setOtherData(Map<String, Object>) - 类 中的方法top.lshaci.framework.web.model.JsonResponse
Set other data
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
setStatus(boolean) - 类 中的方法top.lshaci.framework.web.model.JsonResponse
Set response status
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.handler.exception - 程序包 top.lshaci.framework.web.handler.exception
 
top.lshaci.framework.web.interceptor - 程序包 top.lshaci.framework.web.interceptor
 
top.lshaci.framework.web.model - 程序包 top.lshaci.framework.web.model
 
top.lshaci.framework.web.utils - 程序包 top.lshaci.framework.web.utils
 

U

UploadUtils - top.lshaci.framework.web.utils中的类
Upload file utils
UploadUtils() - 类 的构造器top.lshaci.framework.web.utils.UploadUtils
 
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.WebMvcConfig
Config user role aspect

V

valueOf(String) - 枚举 中的静态方法top.lshaci.framework.web.enums.ContentType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.lshaci.framework.web.enums.Encoding
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.lshaci.framework.web.enums.ErrorCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.lshaci.framework.web.enums.ResponseContentType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.lshaci.framework.web.enums.ContentType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.lshaci.framework.web.enums.Encoding
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.lshaci.framework.web.enums.ErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.lshaci.framework.web.enums.ResponseContentType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

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.WebMvcConfig
Config web log aspect
WebMvcConfig - top.lshaci.framework.web.config中的类
Spring web mvc config

0.0.4: Add setDownloadCacheSize method; Add config GlobalExceptionHandler, WebLogAspect, PreventRepeatSubmitAspect
WebMvcConfig() - 类 的构造器top.lshaci.framework.web.config.WebMvcConfig
 
A B C D E F G H I J L M N P R S T U V W 
跳过导航链接

Copyright © 2019. All rights reserved.