索引

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

A

AbstractSentinelInterceptor - com.alibaba.csp.sentinel.adapter.spring.webmvc中的类
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.AbstractSentinelInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 

B

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

C

clean(String) - 接口中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.callback.UrlCleaner
Unify the resource target.
com.alibaba.csp.sentinel.adapter.spring.webmvc - 程序包 com.alibaba.csp.sentinel.adapter.spring.webmvc
 
com.alibaba.csp.sentinel.adapter.spring.webmvc.callback - 程序包 com.alibaba.csp.sentinel.adapter.spring.webmvc.callback
 
com.alibaba.csp.sentinel.adapter.spring.webmvc.config - 程序包 com.alibaba.csp.sentinel.adapter.spring.webmvc.config
 

D

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

G

getBlockExceptionHandler() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
getContextName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
Return the context name of the target web resource.
getContextName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebInterceptor
 
getEntryInRequest(HttpServletRequest, String) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 
getOriginParser() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
getRequestAttributeName() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
getRequestRefName() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
Paired with attr name used to track reference count.
getResourceName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
Return the resource name of the target web resource.
getResourceName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebInterceptor
 
getResourceName(HttpServletRequest) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebTotalInterceptor
 
getTotalResourceName() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcTotalConfig
 
getUrlCleaner() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 

H

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

I

isHttpMethodSpecify() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
isWebContextUnify() - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 

O

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

P

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

R

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

S

SENTINEL_SPRING_WEB_CONTEXT_NAME - 类中的静态变量 com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 
SentinelWebInterceptor - com.alibaba.csp.sentinel.adapter.spring.webmvc中的类
Spring Web MVC interceptor that integrates with Sentinel.
SentinelWebInterceptor() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebInterceptor
 
SentinelWebInterceptor(SentinelWebMvcConfig) - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebInterceptor
 
SentinelWebMvcConfig - com.alibaba.csp.sentinel.adapter.spring.webmvc.config中的类
 
SentinelWebMvcConfig() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
SentinelWebMvcTotalConfig - com.alibaba.csp.sentinel.adapter.spring.webmvc.config中的类
 
SentinelWebMvcTotalConfig() - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcTotalConfig
 
SentinelWebTotalInterceptor - com.alibaba.csp.sentinel.adapter.spring.webmvc中的类
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.SentinelWebTotalInterceptor
 
SentinelWebTotalInterceptor(SentinelWebMvcTotalConfig) - 类的构造器 com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebTotalInterceptor
 
setBlockExceptionHandler(BlockExceptionHandler) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
setHttpMethodSpecify(boolean) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
setOriginParser(RequestOriginParser) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
setRequestAttributeName(String) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
setTotalResourceName(String) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcTotalConfig
 
setUrlCleaner(UrlCleaner) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
setWebContextUnify(boolean) - 类中的方法 com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 

T

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

U

UrlCleaner - com.alibaba.csp.sentinel.adapter.spring.webmvc.callback中的接口
Unify the resource target.
A B C D G H I O P R S T U 
All Classes and Interfaces|常量字段值|所有程序包