Skip navigation links
A B C D G H I O P R S T U 

A

AbstractSentinelInterceptor - Class in 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) - Constructor for class com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 

B

BaseWebMvcConfig - Class in com.alibaba.csp.sentinel.adapter.spring.webmvc.config
Common base configuration for Spring Web MVC adapter.
BaseWebMvcConfig() - Constructor for class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
BlockExceptionHandler - Interface in com.alibaba.csp.sentinel.adapter.spring.webmvc.callback
Handler for the blocked request.
blockExceptionHandler - Variable in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 

C

clean(String) - Method in interface com.alibaba.csp.sentinel.adapter.spring.webmvc.callback.UrlCleaner
Unify the resource target.
com.alibaba.csp.sentinel.adapter.spring.webmvc - package com.alibaba.csp.sentinel.adapter.spring.webmvc
 
com.alibaba.csp.sentinel.adapter.spring.webmvc.callback - package com.alibaba.csp.sentinel.adapter.spring.webmvc.callback
 
com.alibaba.csp.sentinel.adapter.spring.webmvc.config - package com.alibaba.csp.sentinel.adapter.spring.webmvc.config
 

D

DEFAULT_REQUEST_ATTRIBUTE_NAME - Static variable in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
DEFAULT_REQUEST_ATTRIBUTE_NAME - Static variable in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcTotalConfig
 
DEFAULT_TOTAL_RESOURCE_NAME - Static variable in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcTotalConfig
 
DefaultBlockExceptionHandler - Class in com.alibaba.csp.sentinel.adapter.spring.webmvc.callback
Default handler for the blocked request.
DefaultBlockExceptionHandler() - Constructor for class com.alibaba.csp.sentinel.adapter.spring.webmvc.callback.DefaultBlockExceptionHandler
 

G

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

H

handle(HttpServletRequest, HttpServletResponse, BlockException) - Method in interface com.alibaba.csp.sentinel.adapter.spring.webmvc.callback.BlockExceptionHandler
Handle the request when blocked.
handle(HttpServletRequest, HttpServletResponse, BlockException) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.callback.DefaultBlockExceptionHandler
 
handleBlockException(HttpServletRequest, HttpServletResponse, BlockException) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 

I

isHttpMethodSpecify() - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
isWebContextUnify() - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 

O

originParser - Variable in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 

P

parseOrigin(HttpServletRequest) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 
parseOrigin(HttpServletRequest) - Method in interface com.alibaba.csp.sentinel.adapter.spring.webmvc.callback.RequestOriginParser
Parse the origin from given HTTP request.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 

R

removeEntryInRequest(HttpServletRequest) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 
requestAttributeName - Variable in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
RequestOriginParser - Interface in com.alibaba.csp.sentinel.adapter.spring.webmvc.callback
The origin parser parses request origin (e.g.
requestRefName - Variable in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 

S

SENTINEL_SPRING_WEB_CONTEXT_NAME - Static variable in class com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 
SentinelWebInterceptor - Class in com.alibaba.csp.sentinel.adapter.spring.webmvc
Spring Web MVC interceptor that integrates with Sentinel.
SentinelWebInterceptor() - Constructor for class com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebInterceptor
 
SentinelWebInterceptor(SentinelWebMvcConfig) - Constructor for class com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebInterceptor
 
SentinelWebMvcConfig - Class in com.alibaba.csp.sentinel.adapter.spring.webmvc.config
 
SentinelWebMvcConfig() - Constructor for class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
SentinelWebMvcTotalConfig - Class in com.alibaba.csp.sentinel.adapter.spring.webmvc.config
 
SentinelWebMvcTotalConfig() - Constructor for class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcTotalConfig
 
SentinelWebTotalInterceptor - Class in 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(SentinelWebMvcTotalConfig) - Constructor for class com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebTotalInterceptor
 
SentinelWebTotalInterceptor() - Constructor for class com.alibaba.csp.sentinel.adapter.spring.webmvc.SentinelWebTotalInterceptor
 
setBlockExceptionHandler(BlockExceptionHandler) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
setHttpMethodSpecify(boolean) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
setOriginParser(RequestOriginParser) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
setRequestAttributeName(String) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.BaseWebMvcConfig
 
setTotalResourceName(String) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcTotalConfig
 
setUrlCleaner(UrlCleaner) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
setWebContextUnify(boolean) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 

T

toString() - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcConfig
 
toString() - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.config.SentinelWebMvcTotalConfig
 
traceExceptionAndExit(Entry, Exception) - Method in class com.alibaba.csp.sentinel.adapter.spring.webmvc.AbstractSentinelInterceptor
 

U

UrlCleaner - Interface in 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 
Skip navigation links

Copyright © 2020 Alibaba Group. All rights reserved.