A C D G H I M P R S T U V W
A
- AbstractServletFilter - com.github.yingzhuo.carnival.mvc.filter中的类
-
- AbstractServletFilter() - 类 的构造器com.github.yingzhuo.carnival.mvc.filter.AbstractServletFilter
-
- AbstractWebFilterProps - com.github.yingzhuo.carnival.mvc.props中的类
-
- AbstractWebFilterProps() - 类 的构造器com.github.yingzhuo.carnival.mvc.props.AbstractWebFilterProps
-
- addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法com.github.yingzhuo.carnival.mvc.autoconfig.MvcClientInfoAutoConfig
-
- addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法com.github.yingzhuo.carnival.mvc.autoconfig.MvcCommonAutoConfig
-
- addInterceptors(InterceptorRegistry) - 类 中的方法com.github.yingzhuo.carnival.mvc.autoconfig.MvcTroubleshootingAutoConfig
-
- addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法com.github.yingzhuo.carnival.mvc.autoconfig.MvcCommonAutoConfig
-
C
- ClientAppVersionResolver - com.github.yingzhuo.carnival.mvc.client中的接口
-
- ClientInfo - com.github.yingzhuo.carnival.mvc中的接口
-
- ClientInfo.AppVersion - com.github.yingzhuo.carnival.mvc中的注释类型
-
- ClientInfo.OSType - com.github.yingzhuo.carnival.mvc中的注释类型
-
- ClientInfo.OSVersion - com.github.yingzhuo.carnival.mvc中的注释类型
-
- ClientInfo.UsingBackendVersion - com.github.yingzhuo.carnival.mvc中的注释类型
-
- ClientInfoContext - com.github.yingzhuo.carnival.mvc.client中的类
-
- ClientInfoResolver - com.github.yingzhuo.carnival.mvc.client中的接口
-
- ClientInfoResolvingFilter - com.github.yingzhuo.carnival.mvc.client中的类
-
- ClientInfoResolvingFilter(ClientOSTypeResolver, ClientOSVersionResolver, ClientAppVersionResolver, ClientUsingBackendVersionResolver) - 类 的构造器com.github.yingzhuo.carnival.mvc.client.ClientInfoResolvingFilter
-
- ClientOSType - com.github.yingzhuo.carnival.mvc.client中的枚举
-
- ClientOSTypeResolver - com.github.yingzhuo.carnival.mvc.client中的接口
-
- clientOSTypeResolvingFilterFilter(MvcClientInfoAutoConfig.Props) - 类 中的方法com.github.yingzhuo.carnival.mvc.autoconfig.MvcClientInfoAutoConfig
-
- ClientOSVersionResolver - com.github.yingzhuo.carnival.mvc.client中的接口
-
- ClientUsingBackendVersionResolver - com.github.yingzhuo.carnival.mvc.client中的接口
-
- com.github.yingzhuo.carnival.mvc - 程序包 com.github.yingzhuo.carnival.mvc
-
- com.github.yingzhuo.carnival.mvc.autoconfig - 程序包 com.github.yingzhuo.carnival.mvc.autoconfig
-
- com.github.yingzhuo.carnival.mvc.client - 程序包 com.github.yingzhuo.carnival.mvc.client
-
- com.github.yingzhuo.carnival.mvc.filter - 程序包 com.github.yingzhuo.carnival.mvc.filter
-
- com.github.yingzhuo.carnival.mvc.image - 程序包 com.github.yingzhuo.carnival.mvc.image
-
- com.github.yingzhuo.carnival.mvc.props - 程序包 com.github.yingzhuo.carnival.mvc.props
-
- com.github.yingzhuo.carnival.mvc.support - 程序包 com.github.yingzhuo.carnival.mvc.support
-
- com.github.yingzhuo.carnival.mvc.troubleshooting - 程序包 com.github.yingzhuo.carnival.mvc.troubleshooting
-
- config(BeanNameViewResolver) - 类 中的方法com.github.yingzhuo.carnival.mvc.autoconfig.MvcCommonAutoConfig
-
- configurePathMatch(PathMatchConfigurer) - 类 中的方法com.github.yingzhuo.carnival.mvc.autoconfig.MvcCommonAutoConfig
-
- corsFilterRegistrationBean(MvcCorsAutoConfig.Props) - 类 中的方法com.github.yingzhuo.carnival.mvc.autoconfig.MvcCorsAutoConfig
-
D
- DEFAULT - 接口 中的静态变量com.github.yingzhuo.carnival.mvc.client.ClientInfoResolver
-
- doFilter(HttpServletRequest, HttpServletResponse) - 类 中的方法com.github.yingzhuo.carnival.mvc.client.ClientInfoResolvingFilter
-
- doFilter(HttpServletRequest, HttpServletResponse) - 类 中的方法com.github.yingzhuo.carnival.mvc.filter.AbstractServletFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法com.github.yingzhuo.carnival.mvc.filter.AbstractServletFilter
-
G
- getClientAppVersion() - 类 中的静态方法com.github.yingzhuo.carnival.mvc.client.ClientInfoContext
-
- getClientOSType() - 类 中的静态方法com.github.yingzhuo.carnival.mvc.client.ClientInfoContext
-
- getClientOSVersion() - 类 中的静态方法com.github.yingzhuo.carnival.mvc.client.ClientInfoContext
-
- getClientUsingBackendVersion() - 类 中的静态方法com.github.yingzhuo.carnival.mvc.client.ClientInfoContext
-
- getName() - 枚举 中的方法com.github.yingzhuo.carnival.mvc.image.Image.Format
-
H
- handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法com.github.yingzhuo.carnival.mvc.image.ImageHandlerMethodReturnValueHandler
-
I
- Image - com.github.yingzhuo.carnival.mvc.image中的类
-
- Image() - 类 的构造器com.github.yingzhuo.carnival.mvc.image.Image
-
- Image.Format - com.github.yingzhuo.carnival.mvc.image中的枚举
-
- ImageHandlerMethodReturnValueHandler - com.github.yingzhuo.carnival.mvc.image中的类
-
- ImageHandlerMethodReturnValueHandler() - 类 的构造器com.github.yingzhuo.carnival.mvc.image.ImageHandlerMethodReturnValueHandler
-
- IpAddress - com.github.yingzhuo.carnival.mvc中的注释类型
-
- IpAddressHandlerMethodArgumentResolver - com.github.yingzhuo.carnival.mvc.support中的类
-
- IpAddressHandlerMethodArgumentResolver() - 类 的构造器com.github.yingzhuo.carnival.mvc.support.IpAddressHandlerMethodArgumentResolver
-
M
- MvcClientInfoAutoConfig - com.github.yingzhuo.carnival.mvc.autoconfig中的类
-
- MvcClientInfoAutoConfig() - 类 的构造器com.github.yingzhuo.carnival.mvc.autoconfig.MvcClientInfoAutoConfig
-
- MvcCommonAutoConfig - com.github.yingzhuo.carnival.mvc.autoconfig中的类
-
- MvcCommonAutoConfig() - 类 的构造器com.github.yingzhuo.carnival.mvc.autoconfig.MvcCommonAutoConfig
-
- MvcCorsAutoConfig - com.github.yingzhuo.carnival.mvc.autoconfig中的类
-
- MvcCorsAutoConfig() - 类 的构造器com.github.yingzhuo.carnival.mvc.autoconfig.MvcCorsAutoConfig
-
- MvcTroubleshootingAutoConfig - com.github.yingzhuo.carnival.mvc.autoconfig中的类
-
- MvcTroubleshootingAutoConfig() - 类 的构造器com.github.yingzhuo.carnival.mvc.autoconfig.MvcTroubleshootingAutoConfig
-
P
- preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法com.github.yingzhuo.carnival.mvc.troubleshooting.TroubleshootingInterceptor
-
R
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法com.github.yingzhuo.carnival.mvc.support.IpAddressHandlerMethodArgumentResolver
-
- resolveClientAppVersion(NativeWebRequest) - 接口 中的方法com.github.yingzhuo.carnival.mvc.client.ClientAppVersionResolver
-
- resolveClientAppVersion(NativeWebRequest) - 接口 中的方法com.github.yingzhuo.carnival.mvc.client.ClientInfoResolver
-
- resolveClientOSType(NativeWebRequest) - 接口 中的方法com.github.yingzhuo.carnival.mvc.client.ClientInfoResolver
-
- resolveClientOSType(NativeWebRequest) - 接口 中的方法com.github.yingzhuo.carnival.mvc.client.ClientOSTypeResolver
-
- resolveClientOSVersion(NativeWebRequest) - 接口 中的方法com.github.yingzhuo.carnival.mvc.client.ClientInfoResolver
-
- resolveClientOSVersion(NativeWebRequest) - 接口 中的方法com.github.yingzhuo.carnival.mvc.client.ClientOSVersionResolver
-
- resolveClientUsingBackendVersion(NativeWebRequest) - 接口 中的方法com.github.yingzhuo.carnival.mvc.client.ClientInfoResolver
-
- resolveClientUsingBackendVersion(NativeWebRequest) - 接口 中的方法com.github.yingzhuo.carnival.mvc.client.ClientUsingBackendVersionResolver
-
S
- setSkipPatterns(String...) - 类 中的方法com.github.yingzhuo.carnival.mvc.filter.AbstractServletFilter
-
- supportsParameter(MethodParameter) - 类 中的方法com.github.yingzhuo.carnival.mvc.support.IpAddressHandlerMethodArgumentResolver
-
- supportsReturnType(MethodParameter) - 类 中的方法com.github.yingzhuo.carnival.mvc.image.ImageHandlerMethodReturnValueHandler
-
T
- TroubleshootingInterceptor - com.github.yingzhuo.carnival.mvc.troubleshooting中的类
-
日志输出拦截器 (不建议生产环境使用)
- TroubleshootingInterceptor() - 类 的构造器com.github.yingzhuo.carnival.mvc.troubleshooting.TroubleshootingInterceptor
-
U
- UTF_8 - 类 中的静态变量com.github.yingzhuo.carnival.mvc.filter.AbstractServletFilter
-
V
- valueOf(String) - 枚举 中的静态方法com.github.yingzhuo.carnival.mvc.client.ClientOSType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.github.yingzhuo.carnival.mvc.image.Image.Format
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.github.yingzhuo.carnival.mvc.client.ClientOSType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.github.yingzhuo.carnival.mvc.image.Image.Format
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
W
- writeHtml(HttpServletResponse, String) - 类 中的方法com.github.yingzhuo.carnival.mvc.filter.AbstractServletFilter
-
- writeJson(HttpServletResponse, Object) - 类 中的方法com.github.yingzhuo.carnival.mvc.filter.AbstractServletFilter
-
- writeText(HttpServletResponse, String) - 类 中的方法com.github.yingzhuo.carnival.mvc.filter.AbstractServletFilter
-
A C D G H I M P R S T U V W
Copyright © 2020. All rights reserved.