索引

A B C D G H I O P R S T W 
All Classes and Interfaces|常量字段值|所有程序包

A

AbstractSentinelInterceptor - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x中的类
Since request may be reprocessed in flow if any forwarding or including or other action happened (see ServletRequest.getDispatcherType()) we will only deal with the initial request.
AbstractSentinelInterceptor(BaseWebMvcConfig) - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 

B

BaseWebMvcConfig - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config中的类
Common base configuration for Spring Web MVC adapter.
BaseWebMvcConfig() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 
BLOCK_PAGE_ALLOW_ORIGINS_CONF_KEY - 类中的静态变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.WebServletLocalConfig
 
BLOCK_PAGE_HTTP_STATUS_CONF_KEY - 类中的静态变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.WebServletLocalConfig
 
BLOCK_PAGE_URL_CONF_KEY - 类中的静态变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.WebServletLocalConfig
 
blockExceptionHandler - 类中的变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 
BlockExceptionHandler - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback中的接口
Handler for the blocked request.

C

com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x - 程序包 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x
 
com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback - 程序包 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback
 
com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config - 程序包 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config
 

D

DEFAULT_REQUEST_ATTRIBUTE_NAME - 类中的静态变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelPreWebMvcConfig
 
DEFAULT_REQUEST_ATTRIBUTE_NAME - 类中的静态变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 
DEFAULT_REQUEST_ATTRIBUTE_NAME - 类中的静态变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcTotalConfig
 
DEFAULT_TOTAL_RESOURCE_NAME - 类中的静态变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcTotalConfig
 
DefaultBlockExceptionHandler - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback中的类
Default handler for the blocked request.
DefaultBlockExceptionHandler() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback.DefaultBlockExceptionHandler
 

G

getBlockExceptionHandler() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 
getBlockPage() - 类中的静态方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.WebServletLocalConfig
Get redirecting page when blocked by Sentinel.
getBlockPageHttpStatus() - 类中的静态方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.WebServletLocalConfig
Get the HTTP status when using the default block page.
getContextName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
Return the context name of the target web resource.
getContextName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebInterceptor
 
getEntryInRequest(HttpServletRequest, String) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 
getOriginParser() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 
getRequestAttributeName() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 
getRequestRefName() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
Paired with attr name used to track reference count.
getResourceName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
Return the resource name of the target web resource.
getResourceName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebInterceptor
 
getResourceName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebPrefixInterceptor
 
getResourceName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebTotalInterceptor
 
getTotalResourceName() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcTotalConfig
 
getUrlCleaner() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelPreWebMvcConfig
 
getUrlCleaner() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 

H

handle(HttpServletRequest, HttpServletResponse, String, BlockException) - 接口中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback.BlockExceptionHandler
Handle the request when blocked.
handle(HttpServletRequest, HttpServletResponse, String, BlockException) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback.DefaultBlockExceptionHandler
 
handleBlockException(HttpServletRequest, HttpServletResponse, String, BlockException) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 

I

isContextPathSpecify() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 
isHttpMethodSpecify() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelPreWebMvcConfig
 
isHttpMethodSpecify() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 
isMseHttpMethodSpecify() - 类中的静态方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 
isWebContextUnify() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelPreWebMvcConfig
 
isWebContextUnify() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 

O

originParser - 类中的变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 

P

parseOrigin(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 
parseOrigin(HttpServletRequest) - 接口中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback.RequestOriginParser
Parse the origin from given HTTP request.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 

R

removeEntryInRequest(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 
requestAttributeName - 类中的变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 
RequestOriginParser - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback中的接口
The origin parser parses request origin (e.g.
requestRefName - 类中的变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 

S

SENTINEL_SPRING_WEB_CONTEXT_NAME - 类中的静态变量 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 
SentinelPreWebMvcConfig - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config中的类
 
SentinelPreWebMvcConfig() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelPreWebMvcConfig
 
SentinelWebInterceptor - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x中的类
Spring Web MVC interceptor that integrates with Sentinel.
SentinelWebInterceptor() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebInterceptor
 
SentinelWebInterceptor(SentinelWebMvcConfig) - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebInterceptor
 
SentinelWebMvcConfig - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config中的类
 
SentinelWebMvcConfig() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 
SentinelWebMvcTotalConfig - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config中的类
 
SentinelWebMvcTotalConfig() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcTotalConfig
 
SentinelWebPrefixInterceptor - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x中的类
Spring Web MVC interceptor that integrates with Sentinel.
SentinelWebPrefixInterceptor() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebPrefixInterceptor
 
SentinelWebTotalInterceptor - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x中的类
The web interceptor for all requests, which will unify all URL as a single resource name (configured in SentinelWebMvcTotalConfig).
SentinelWebTotalInterceptor() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebTotalInterceptor
 
SentinelWebTotalInterceptor(SentinelWebMvcTotalConfig) - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebTotalInterceptor
 
setBlockExceptionHandler(BlockExceptionHandler) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 
setBlockPage(String) - 类中的静态方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.WebServletLocalConfig
 
setBlockPageHttpStatus(int) - 类中的静态方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.WebServletLocalConfig
Set the HTTP status of the default block page.
setContextPathSpecify(boolean) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 
setHttpMethodSpecify(boolean) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelPreWebMvcConfig
 
setHttpMethodSpecify(boolean) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 
setOriginParser(RequestOriginParser) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 
setRequestAttributeName(String) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.BaseWebMvcConfig
 
setTotalResourceName(String) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcTotalConfig
 
setUrlCleaner(UrlCleaner) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelPreWebMvcConfig
 
setUrlCleaner(UrlCleaner) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 
setWebContextUnify(boolean) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelPreWebMvcConfig
 
setWebContextUnify(boolean) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 

T

toString() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcConfig
 
toString() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config.SentinelWebMvcTotalConfig
 
traceExceptionAndExit(Entry, Exception) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.AbstractSentinelInterceptor
 

W

WebServletLocalConfig - com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.config中的类
The configuration center for Web Servlet adapter (ported to Spring Web adapter).
A B C D G H I O P R S T W 
All Classes and Interfaces|常量字段值|所有程序包