A B C D E F G H I J M N O P R S T V W
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- AbstractNameValueExpression<T> - io.microsphere.spring.web.rule中的类
-
Supports "name=value" style expressions as described in:
RequestMapping.params()
andRequestMapping.headers()
. - AbstractNameValueExpression(String) - 类 的构造器io.microsphere.spring.web.rule.AbstractNameValueExpression
- AbstractWebEndpointMappingFactory<E> - io.microsphere.spring.web.metadata中的类
-
Abstract class for
WebEndpointMappingFactory
- AbstractWebEndpointMappingFactory() - 类 的构造器io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory
- AbstractWebRequestRule<T> - io.microsphere.spring.web.rule中的类
-
Abstract
WebRequestRule
- AbstractWebRequestRule() - 类 的构造器io.microsphere.spring.web.rule.AbstractWebRequestRule
- afterExecute(HandlerMethod, Object[], Object, Throwable, NativeWebRequest) - 类 中的方法io.microsphere.spring.web.event.WebEventPublisher
- afterExecute(HandlerMethod, Object[], Object, Throwable, NativeWebRequest) - 接口 中的方法io.microsphere.spring.web.method.support.HandlerMethodInterceptor
-
Interception point after successful execution of a
HandlerMethod
. - afterExecuteMethod(HandlerMethod, Object[], Object, Throwable, NativeWebRequest) - 类 中的方法io.microsphere.spring.web.method.support.DelegatingHandlerMethodAdvice
- afterExecuteMethod(HandlerMethod, Object[], Object, Throwable, NativeWebRequest) - 接口 中的方法io.microsphere.spring.web.method.support.HandlerMethodAdvice
-
Interception point after successful execution of a
HandlerMethod
. - afterResolveArgument(MethodParameter, Object, HandlerMethod, NativeWebRequest) - 类 中的方法io.microsphere.spring.web.method.support.DelegatingHandlerMethodAdvice
- afterResolveArgument(MethodParameter, Object, HandlerMethod, NativeWebRequest) - 接口 中的方法io.microsphere.spring.web.method.support.HandlerMethodAdvice
-
callback after the
MethodParameter
being resolved - afterResolveArgument(MethodParameter, Object, HandlerMethod, NativeWebRequest) - 接口 中的方法io.microsphere.spring.web.method.support.HandlerMethodArgumentInterceptor
-
callback after the
MethodParameter
being resolved - ANNOTATION_CLASS - 类 中的静态变量io.microsphere.spring.web.annotation.WebExtensionBeanDefinitionRegistrar
- ANNOTATION_CLASS_NAME - 类 中的静态变量io.microsphere.spring.web.annotation.WebExtensionBeanDefinitionRegistrar
B
- BEAN_NAME - 类 中的静态变量io.microsphere.spring.web.method.support.DelegatingHandlerMethodAdvice
- beforeExecute(HandlerMethod, Object[], NativeWebRequest) - 类 中的方法io.microsphere.spring.web.event.WebEventPublisher
- beforeExecute(HandlerMethod, Object[], NativeWebRequest) - 接口 中的方法io.microsphere.spring.web.method.support.HandlerMethodInterceptor
-
Interception point before the execution of a
HandlerMethod
. - beforeExecuteMethod(HandlerMethod, Object[], NativeWebRequest) - 类 中的方法io.microsphere.spring.web.method.support.DelegatingHandlerMethodAdvice
- beforeExecuteMethod(HandlerMethod, Object[], NativeWebRequest) - 接口 中的方法io.microsphere.spring.web.method.support.HandlerMethodAdvice
-
Interception point before the execution of a
HandlerMethod
. - beforeResolveArgument(MethodParameter, HandlerMethod, NativeWebRequest) - 类 中的方法io.microsphere.spring.web.method.support.DelegatingHandlerMethodAdvice
- beforeResolveArgument(MethodParameter, HandlerMethod, NativeWebRequest) - 接口 中的方法io.microsphere.spring.web.method.support.HandlerMethodAdvice
-
callback before the
MethodParameter
being resolved - beforeResolveArgument(MethodParameter, HandlerMethod, NativeWebRequest) - 接口 中的方法io.microsphere.spring.web.method.support.HandlerMethodArgumentInterceptor
-
callback before the
MethodParameter
being resolved - build() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
C
- caseSensitiveName - 类 中的变量io.microsphere.spring.web.rule.StringNameValueExpression
- compareTo(GenericMediaTypeExpression) - 类 中的方法io.microsphere.spring.web.rule.GenericMediaTypeExpression
- CompositeWebRequestRule - io.microsphere.spring.web.rule中的类
-
Composite
WebRequestRule
- CompositeWebRequestRule(WebRequestRule...) - 类 的构造器io.microsphere.spring.web.rule.CompositeWebRequestRule
- ConsumeMediaTypeExpression - io.microsphere.spring.web.rule中的类
-
Parses and matches a single media type expression to a request's 'Content-Type' header.
- ConsumeMediaTypeExpression(String) - 类 的构造器io.microsphere.spring.web.rule.ConsumeMediaTypeExpression
- ConsumeMediaTypeExpression(MediaType, boolean) - 类 的构造器io.microsphere.spring.web.rule.ConsumeMediaTypeExpression
- consumes(String...) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
- consumes(Collection<V>, Function<V, String>) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
- contribute(String, ServletContext, WebEndpointMapping.Builder<String>) - 类 中的方法io.microsphere.spring.web.metadata.RegistrationWebEndpointMappingFactory
-
Contribute the
WebEndpointMapping.Builder
to create an instance ofWebEndpointMapping
- create(E) - 类 中的方法io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory
- create(E) - 接口 中的方法io.microsphere.spring.web.metadata.WebEndpointMappingFactory
-
Create the instance of
WebEndpointMapping
- create(Object) - 类 中的方法io.microsphere.spring.web.metadata.SmartWebEndpointMappingFactory
- CUSTOMIZED - io.microsphere.spring.web.metadata.WebEndpointMapping.Kind
-
Customized
D
- DEFAULT_FILTER - 类 中的静态变量io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
- DEFAULT_FILTER_OPERATOR - 类 中的静态变量io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
- DEFAULT_PHASE - 类 中的静态变量io.microsphere.spring.web.event.WebEventPublisher
- DelegatingHandlerMethodAdvice - io.microsphere.spring.web.method.support中的类
-
HandlerMethodAdvice
class delegates to the beans ofHandlerMethodArgumentInterceptor
andHandlerMethodInterceptor
. - DelegatingHandlerMethodAdvice() - 类 的构造器io.microsphere.spring.web.method.support.DelegatingHandlerMethodAdvice
- doCreate(E) - 类 中的方法io.microsphere.spring.web.metadata.AbstractWebEndpointMappingFactory
- doCreate(String) - 类 中的方法io.microsphere.spring.web.metadata.Jackson2WebEndpointMappingFactory
- doCreate(String) - 类 中的方法io.microsphere.spring.web.metadata.RegistrationWebEndpointMappingFactory
- doStart() - 类 中的方法io.microsphere.spring.web.event.WebEventPublisher
- doStop() - 类 中的方法io.microsphere.spring.web.event.WebEventPublisher
E
- EnableWebExtension - io.microsphere.spring.web.annotation中的注释类型
-
Enable annotation to extend the features of Spring Web
- equals(Object) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- equals(Object) - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- equals(Object) - 类 中的方法io.microsphere.spring.web.rule.AbstractWebRequestRule
- equals(Object) - 类 中的方法io.microsphere.spring.web.rule.GenericMediaTypeExpression
- equals(Object) - 类 中的方法io.microsphere.spring.web.rule.StringNameValueExpression
- expression - 类 中的变量io.microsphere.spring.web.rule.StringNameValueExpression
F
- FILTER - io.microsphere.spring.web.metadata.WebEndpointMapping.Kind
-
Filter
- FilteringWebEndpointMappingRegistry - io.microsphere.spring.web.metadata中的类
-
Abstract
WebEndpointMappingRegistry
with filtering - FilteringWebEndpointMappingRegistry() - 类 的构造器io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
- FilterRegistrationWebEndpointMappingFactory - io.microsphere.spring.web.metadata中的类
-
WebEndpointMappingFactory
fromFilterRegistration
- FilterRegistrationWebEndpointMappingFactory(ServletContext) - 类 的构造器io.microsphere.spring.web.metadata.FilterRegistrationWebEndpointMappingFactory
- filterWebEndpointMappings(Iterable<WebEndpointMapping>) - 类 中的方法io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
G
- GenericMediaTypeExpression - io.microsphere.spring.web.rule中的类
-
Supports media type expressions as described in:
RequestMapping.consumes()
andRequestMapping.produces()
. - GenericMediaTypeExpression(String) - 类 的构造器io.microsphere.spring.web.rule.GenericMediaTypeExpression
- getArguments() - 类 中的方法io.microsphere.spring.web.event.HandlerMethodArgumentsResolvedEvent
- getAttribute(String) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- getCompositeFilter() - 类 中的方法io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
- getConsumes() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- getContent() - 类 中的方法io.microsphere.spring.web.rule.AbstractWebRequestRule
-
Return the discrete items a request condition is composed of.
- getContent() - 类 中的方法io.microsphere.spring.web.rule.WebRequestConsumesRule
- getContent() - 类 中的方法io.microsphere.spring.web.rule.WebRequestHeadersRule
- getContent() - 类 中的方法io.microsphere.spring.web.rule.WebRequestMethodsRule
- getContent() - 类 中的方法io.microsphere.spring.web.rule.WebRequestParamsRule
- getContent() - 类 中的方法io.microsphere.spring.web.rule.WebRequestPattensRule
- getContent() - 类 中的方法io.microsphere.spring.web.rule.WebRequestProducesRule
- getContentType(NativeWebRequest) - 类 中的静态方法io.microsphere.spring.web.util.WebRequestUtils
- getEndpoint() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
-
The abstract presentation of actual endpoint that may be :
the name of Servlet
the name of Servlet's Filter
the any handler of Spring WebMVCorg.springframework.web.servlet.HandlerMapping
: TheString
presenting the name of Handler bean Theorg.springframework.web.servlet.mvc.Controller
Bean TheHandlerMethod
could be annotated the@RequestMapping
Theorg.springframework.web.servlet.function.HandlerFunction
since Spring Framework 5.2 the any handler of Spring WebFluxorg.springframework.web.reactive.DispatcherHandler
: TheString
presenting the name of Handler bean TheHandlerMethod
could be annotated the@RequestMapping
Theorg.springframework.web.reactive.function.server.RouterFunction
since Spring Framework 5.0 - getFilterOperator() - 类 中的方法io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
- getHandlerMethod() - 类 中的方法io.microsphere.spring.web.event.HandlerMethodArgumentsResolvedEvent
- getHeaders() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- getId() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
-
The id of endpoint
- getKind() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
-
The kind of endpoint:
Servlet
Servlet's Filter
Spring WebMVCDispatcherServlet
Spring WebFluxDispatcherHandler
Customized - getMappings() - 类 中的方法io.microsphere.spring.web.event.WebEndpointMappingsReadyEvent
- getMatchingPattern(String, String) - 类 中的方法io.microsphere.spring.web.rule.WebRequestPattensRule
- getMatchingPatterns(String) - 类 中的方法io.microsphere.spring.web.rule.WebRequestPattensRule
- getMediaType() - 类 中的方法io.microsphere.spring.web.rule.GenericMediaTypeExpression
- getMediaType() - 接口 中的方法io.microsphere.spring.web.rule.MediaTypeExpression
- getMethod() - 类 中的方法io.microsphere.spring.web.event.HandlerMethodArgumentsResolvedEvent
- getMethod(NativeWebRequest) - 类 中的静态方法io.microsphere.spring.web.util.WebRequestUtils
- getMethods() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- getName() - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- getName() - 接口 中的方法io.microsphere.spring.web.rule.NameValueExpression
- getName() - 类 中的方法io.microsphere.spring.web.rule.StringNameValueExpression
- getParams() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- getPatterns() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- getPatterns(FilterRegistration) - 类 中的方法io.microsphere.spring.web.metadata.FilterRegistrationWebEndpointMappingFactory
- getPatterns(ServletRegistration) - 类 中的方法io.microsphere.spring.web.metadata.ServletRegistrationWebEndpointMappingFactory
- getPatterns(R) - 类 中的方法io.microsphere.spring.web.metadata.RegistrationWebEndpointMappingFactory
-
Get the patterns of
Registration
- getProduces() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- getRegistration(String, ServletContext) - 类 中的方法io.microsphere.spring.web.metadata.FilterRegistrationWebEndpointMappingFactory
- getRegistration(String, ServletContext) - 类 中的方法io.microsphere.spring.web.metadata.RegistrationWebEndpointMappingFactory
- getRegistration(String, ServletContext) - 类 中的方法io.microsphere.spring.web.metadata.ServletRegistrationWebEndpointMappingFactory
- getResolvedLookupPath(NativeWebRequest) - 类 中的静态方法io.microsphere.spring.web.util.WebRequestUtils
-
Return a previously
resolved
lookupPath. - getSource() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
-
The source of
WebEndpointMapping
if present, it could be :ServletContext
Spring WebMVCorg.springframework.web.servlet.HandlerMapping
Spring WebFluxorg.springframework.web.reactive.HandlerMapping
, or it'snon-source
- getSourceType() - 接口 中的方法io.microsphere.spring.web.metadata.WebEndpointMappingFactory
-
Get the type of source
- getToStringInfix() - 类 中的方法io.microsphere.spring.web.rule.AbstractWebRequestRule
-
The notation to use when printing discrete items of content.
- getToStringInfix() - 类 中的方法io.microsphere.spring.web.rule.WebRequestConsumesRule
- getToStringInfix() - 类 中的方法io.microsphere.spring.web.rule.WebRequestHeadersRule
- getToStringInfix() - 类 中的方法io.microsphere.spring.web.rule.WebRequestMethodsRule
- getToStringInfix() - 类 中的方法io.microsphere.spring.web.rule.WebRequestParamsRule
- getToStringInfix() - 类 中的方法io.microsphere.spring.web.rule.WebRequestPattensRule
- getToStringInfix() - 类 中的方法io.microsphere.spring.web.rule.WebRequestProducesRule
- getValue() - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- getValue() - 接口 中的方法io.microsphere.spring.web.rule.NameValueExpression
- getValue() - 类 中的方法io.microsphere.spring.web.rule.StringNameValueExpression
- getWebEndpointMappings() - 类 中的方法io.microsphere.spring.web.metadata.SimpleWebEndpointMappingRegistry
- getWebEndpointMappings() - 接口 中的方法io.microsphere.spring.web.metadata.WebEndpointMappingRegistry
-
Get all registered instances of
WebEndpointMapping
- getWebRequest() - 类 中的方法io.microsphere.spring.web.event.HandlerMethodArgumentsResolvedEvent
H
- HandlerMethodAdvice - io.microsphere.spring.web.method.support中的接口
-
Intercepting
HandlerMethod
facade interface - HandlerMethodArgumentInterceptor - io.microsphere.spring.web.method.support中的接口
-
The interceptor interface for the resolvable
HandlerMethods'
MethodParameter
- HandlerMethodArgumentsResolvedEvent - io.microsphere.spring.web.event中的类
-
HandlerMethod
Arguments Resolved Event - HandlerMethodArgumentsResolvedEvent(WebRequest, HandlerMethod, Object[]) - 类 的构造器io.microsphere.spring.web.event.HandlerMethodArgumentsResolvedEvent
- HandlerMethodInterceptor - io.microsphere.spring.web.method.support中的接口
-
HandlerMethod
Interceptor that allows for customizedHandlerMethod
execution chains. - hasBody(NativeWebRequest) - 类 中的静态方法io.microsphere.spring.web.util.WebRequestUtils
- hashCode() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- hashCode() - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- hashCode() - 类 中的方法io.microsphere.spring.web.rule.AbstractWebRequestRule
- hashCode() - 类 中的方法io.microsphere.spring.web.rule.GenericMediaTypeExpression
- hashCode() - 类 中的方法io.microsphere.spring.web.rule.StringNameValueExpression
- headers(String...) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
- headers(Collection<V>, Function<V, String>) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
I
- ID_HEADER_NAME - 类 中的静态变量io.microsphere.spring.web.metadata.WebEndpointMapping
-
The HTTP header name for
WebEndpointMapping.getId()
- interceptHandlerMethods() - 注释类型 中的方法io.microsphere.spring.web.annotation.EnableWebExtension
-
Indicate whether Spring Web
HandlerMethod
should be intercepted. - io.microsphere.spring.web.annotation - 程序包 io.microsphere.spring.web.annotation
- io.microsphere.spring.web.event - 程序包 io.microsphere.spring.web.event
- io.microsphere.spring.web.metadata - 程序包 io.microsphere.spring.web.metadata
- io.microsphere.spring.web.method.support - 程序包 io.microsphere.spring.web.method.support
- io.microsphere.spring.web.rule - 程序包 io.microsphere.spring.web.rule
- io.microsphere.spring.web.util - 程序包 io.microsphere.spring.web.util
- isCaseSensitiveName() - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- isCaseSensitiveName() - 类 中的方法io.microsphere.spring.web.rule.StringNameValueExpression
- isCaseSensitiveName() - 类 中的方法io.microsphere.spring.web.rule.WebRequestHeaderExpression
- isCaseSensitiveName() - 类 中的方法io.microsphere.spring.web.rule.WebRequestParamExpression
- isEmpty() - 类 中的方法io.microsphere.spring.web.rule.AbstractWebRequestRule
-
Indicates whether this condition is empty, i.e. whether it contains any discrete items.
- isNegated - 类 中的变量io.microsphere.spring.web.rule.AbstractNameValueExpression
- isNegated - 类 中的变量io.microsphere.spring.web.rule.StringNameValueExpression
- isNegated() - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- isNegated() - 类 中的方法io.microsphere.spring.web.rule.GenericMediaTypeExpression
- isNegated() - 接口 中的方法io.microsphere.spring.web.rule.MediaTypeExpression
- isNegated() - 接口 中的方法io.microsphere.spring.web.rule.NameValueExpression
- isNegated() - 类 中的方法io.microsphere.spring.web.rule.StringNameValueExpression
- isPreFlightRequest(NativeWebRequest) - 类 中的静态方法io.microsphere.spring.web.util.WebRequestUtils
-
Returns
true
if the request is a valid CORS pre-flight one by checkingOPTIONS
method withOrigin
andAccess-Control-Request-Method
headers presence.
J
- Jackson2WebEndpointMappingFactory - io.microsphere.spring.web.metadata中的类
-
The
WebEndpointMappingFactory
class based on Jackson2 for JSON - Jackson2WebEndpointMappingFactory() - 类 的构造器io.microsphere.spring.web.metadata.Jackson2WebEndpointMappingFactory
M
- match(List<MediaType>) - 类 中的方法io.microsphere.spring.web.rule.ProduceMediaTypeExpression
- match(MediaType) - 类 中的方法io.microsphere.spring.web.rule.ConsumeMediaTypeExpression
- match(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- matches(String) - 类 中的方法io.microsphere.spring.web.rule.WebRequestMethodsRule
- matches(String) - 类 中的方法io.microsphere.spring.web.rule.WebRequestPattensRule
- matches(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.CompositeWebRequestRule
- matches(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestConsumesRule
- matches(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestHeadersRule
- matches(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestMethodsRule
- matches(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestParamsRule
- matches(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestPattensRule
- matches(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestProducesRule
- matches(NativeWebRequest) - 接口 中的方法io.microsphere.spring.web.rule.WebRequestRule
- matchName(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- matchName(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestHeaderExpression
- matchName(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestParamExpression
- matchValue(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- matchValue(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestHeaderExpression
- matchValue(NativeWebRequest) - 类 中的方法io.microsphere.spring.web.rule.WebRequestParamExpression
- MediaTypeExpression - io.microsphere.spring.web.rule中的接口
-
A contract for media type expressions (e.g.
- methods(String...) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
- methods(Collection<V>, Function<V, String>) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
N
- name - 类 中的变量io.microsphere.spring.web.rule.AbstractNameValueExpression
- name - 类 中的变量io.microsphere.spring.web.rule.StringNameValueExpression
- NameValueExpression<T> - io.microsphere.spring.web.rule中的接口
-
A contract for
"name!=value"
style expression used to specify request parameters and request header conditions in@RequestMapping
. - NON_ENDPOINT - 类 中的静态变量io.microsphere.spring.web.metadata.WebEndpointMapping
- NON_SOURCE - 类 中的静态变量io.microsphere.spring.web.metadata.WebEndpointMapping
O
- of(E, String...) - 类 中的静态方法io.microsphere.spring.web.metadata.WebEndpointMapping
- of(E, Collection<String>) - 类 中的静态方法io.microsphere.spring.web.metadata.WebEndpointMapping
- of(WebEndpointMapping.Kind, E, String...) - 类 中的静态方法io.microsphere.spring.web.metadata.WebEndpointMapping
- of(WebEndpointMapping.Kind, E, Collection<String>) - 类 中的静态方法io.microsphere.spring.web.metadata.WebEndpointMapping
- of(String) - 类 中的静态方法io.microsphere.spring.web.rule.GenericMediaTypeExpression
- of(String) - 类 中的静态方法io.microsphere.spring.web.rule.StringNameValueExpression
- of(String...) - 类 中的静态方法io.microsphere.spring.web.metadata.WebEndpointMapping
- of(Collection<String>) - 类 中的静态方法io.microsphere.spring.web.metadata.WebEndpointMapping
- onApplicationContextEvent(ContextRefreshedEvent) - 类 中的方法io.microsphere.spring.web.method.support.DelegatingHandlerMethodAdvice
P
- params(String...) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
- params(Collection<V>, Function<V, String>) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
- parseExpressions(String...) - 类 中的静态方法io.microsphere.spring.web.rule.WebRequestHeaderExpression
- parseExpressions(String...) - 类 中的静态方法io.microsphere.spring.web.rule.WebRequestParamExpression
- parseExpressions(String[], String[]) - 类 中的静态方法io.microsphere.spring.web.rule.ConsumeMediaTypeExpression
- parseExpressions(String[], String[]) - 类 中的静态方法io.microsphere.spring.web.rule.ProduceMediaTypeExpression
- parseValue(String) - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- parseValue(String) - 类 中的方法io.microsphere.spring.web.rule.WebRequestHeaderExpression
- parseValue(String) - 类 中的方法io.microsphere.spring.web.rule.WebRequestParamExpression
- ProduceMediaTypeExpression - io.microsphere.spring.web.rule中的类
-
Parses and matches a single media type expression to a request's 'Accept' header.
- ProduceMediaTypeExpression(String) - 类 的构造器io.microsphere.spring.web.rule.ProduceMediaTypeExpression
- ProduceMediaTypeExpression(MediaType, boolean) - 类 的构造器io.microsphere.spring.web.rule.ProduceMediaTypeExpression
- produces(String...) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
- produces(Collection<V>, Function<V, String>) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
- publishEvents() - 注释类型 中的方法io.microsphere.spring.web.annotation.EnableWebExtension
-
Indicate whether it publishes the Spring Web extension events:
HandlerMethodArgumentsResolvedEvent
(if enabled
)WebEndpointMappingsReadyEvent
(if enabled
)
R
- register(WebEndpointMapping) - 类 中的方法io.microsphere.spring.web.metadata.SimpleWebEndpointMappingRegistry
- register(WebEndpointMapping) - 接口 中的方法io.microsphere.spring.web.metadata.WebEndpointMappingRegistry
-
Registers an instance of
WebEndpointMapping
- register(WebEndpointMapping, WebEndpointMapping...) - 接口 中的方法io.microsphere.spring.web.metadata.WebEndpointMappingRegistry
-
Registers the instances of
WebEndpointMapping
- register(Iterable<WebEndpointMapping>) - 类 中的方法io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
- register(Iterable<WebEndpointMapping>) - 接口 中的方法io.microsphere.spring.web.metadata.WebEndpointMappingRegistry
-
Registers the instances of
WebEndpointMapping
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法io.microsphere.spring.web.annotation.WebExtensionBeanDefinitionRegistrar
- registerWebEndpointMappings() - 注释类型 中的方法io.microsphere.spring.web.annotation.EnableWebExtension
-
Indicate whether The Spring Web registers the instances of
WebEndpointMapping
that source from Spring WebMVC, Spring WebFlux or Classical Servlet. - RegistrationWebEndpointMappingFactory<R extends javax.servlet.Registration> - io.microsphere.spring.web.metadata中的类
-
The abstract class of
AbstractWebEndpointMappingFactory
for ServletRegistration
- RegistrationWebEndpointMappingFactory(ServletContext) - 类 的构造器io.microsphere.spring.web.metadata.RegistrationWebEndpointMappingFactory
S
- SERVLET - io.microsphere.spring.web.metadata.WebEndpointMapping.Kind
-
Servlet
- servletContext - 类 中的变量io.microsphere.spring.web.metadata.RegistrationWebEndpointMappingFactory
- ServletRegistrationWebEndpointMappingFactory - io.microsphere.spring.web.metadata中的类
-
WebEndpointMappingFactory
fromServletRegistration
- ServletRegistrationWebEndpointMappingFactory(ServletContext) - 类 的构造器io.microsphere.spring.web.metadata.ServletRegistrationWebEndpointMappingFactory
- setAttribute(String, V) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- setFilterOperator(FilterOperator) - 类 中的方法io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
- setWebEndpointMappingFilters(WebEndpointMappingFilter...) - 类 中的方法io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
- setWebEndpointMappingFilters(Iterable<WebEndpointMappingFilter>) - 类 中的方法io.microsphere.spring.web.metadata.FilteringWebEndpointMappingRegistry
- SimpleWebEndpointMappingRegistry - io.microsphere.spring.web.metadata中的类
-
Simple
WebEndpointMappingRegistry
supports to filterWebEndpointMapping
- SimpleWebEndpointMappingRegistry() - 类 的构造器io.microsphere.spring.web.metadata.SimpleWebEndpointMappingRegistry
- SmartWebEndpointMappingFactory - io.microsphere.spring.web.metadata中的类
-
The smart
WebEndpointMappingFactory
class based on Spring'sWebEndpointMappingFactory
SPI - SmartWebEndpointMappingFactory(ConfigurableListableBeanFactory) - 类 的构造器io.microsphere.spring.web.metadata.SmartWebEndpointMappingFactory
- source(Object) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
- StringNameValueExpression - io.microsphere.spring.web.rule中的类
-
String
NameValueExpression
- StringNameValueExpression(String) - 类 的构造器io.microsphere.spring.web.rule.StringNameValueExpression
- StringNameValueExpression(String, boolean) - 类 的构造器io.microsphere.spring.web.rule.StringNameValueExpression
- supports(E) - 接口 中的方法io.microsphere.spring.web.metadata.WebEndpointMappingFactory
-
Current factory supports the specified endpoint or not
- supports(String) - 类 中的方法io.microsphere.spring.web.metadata.Jackson2WebEndpointMappingFactory
- supports(String) - 类 中的方法io.microsphere.spring.web.metadata.RegistrationWebEndpointMappingFactory
T
- toJSON() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- toString() - 类 中的方法io.microsphere.spring.web.event.HandlerMethodArgumentsResolvedEvent
- toString() - 类 中的方法io.microsphere.spring.web.event.WebEndpointMappingsReadyEvent
- toString() - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping
- toString() - 类 中的方法io.microsphere.spring.web.rule.AbstractNameValueExpression
- toString() - 类 中的方法io.microsphere.spring.web.rule.AbstractWebRequestRule
- toString() - 类 中的方法io.microsphere.spring.web.rule.GenericMediaTypeExpression
- toString() - 类 中的方法io.microsphere.spring.web.rule.StringNameValueExpression
- toStrings(Collection<V>, Function<V, String>) - 类 中的方法io.microsphere.spring.web.metadata.WebEndpointMapping.Builder
V
- value - 类 中的变量io.microsphere.spring.web.rule.AbstractNameValueExpression
- value - 类 中的变量io.microsphere.spring.web.rule.StringNameValueExpression
- valueOf(String) - 枚举 中的静态方法io.microsphere.spring.web.metadata.WebEndpointMapping.Kind
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法io.microsphere.spring.web.metadata.WebEndpointMapping.Kind
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
W
- WEB_FLUX - io.microsphere.spring.web.metadata.WebEndpointMapping.Kind
-
Spring WebFlux
DispatcherHandler
- WEB_MVC - io.microsphere.spring.web.metadata.WebEndpointMapping.Kind
-
Spring WebMVC
DispatcherServlet
- WebEndpointMapping<E> - io.microsphere.spring.web.metadata中的类
-
The meta-data class for Web Endpoint Mapping that could be one of these endpoints:
Servlet
Servlet's Filter
Spring WebMVCDispatcherServlet
Spring WebFluxDispatcherHandler
Customized - WebEndpointMapping.Builder<E> - io.microsphere.spring.web.metadata中的类
- WebEndpointMapping.Kind - io.microsphere.spring.web.metadata中的枚举
-
WebEndpointMapping
Kind - WebEndpointMappingFactory<E> - io.microsphere.spring.web.metadata中的接口
-
The factory interface for
WebEndpointMapping
- WebEndpointMappingFilter - io.microsphere.spring.web.metadata中的接口
-
WebEndpointMapping
Filter - WebEndpointMappingRegistry - io.microsphere.spring.web.metadata中的接口
-
WebEndpointMapping
Registry - WebEndpointMappingsReadyEvent - io.microsphere.spring.web.event中的类
-
An
ApplicationContextEvent
was raised when theWebEndpointMappings
are ready. - WebEndpointMappingsReadyEvent(ApplicationContext, Collection<WebEndpointMapping>) - 类 的构造器io.microsphere.spring.web.event.WebEndpointMappingsReadyEvent
-
Create a new ApplicationContextEvent.
- WebEventPublisher - io.microsphere.spring.web.event中的类
-
The class publishes the Spring Web extension events:
HandlerMethodArgumentsResolvedEvent
(if enabled
)WebEndpointMappingsReadyEvent
(if enabled
) - WebEventPublisher(ApplicationContext) - 类 的构造器io.microsphere.spring.web.event.WebEventPublisher
- WebExtensionBeanDefinitionRegistrar - io.microsphere.spring.web.annotation中的类
-
ImportBeanDefinitionRegistrar
for Spring Web Extension - WebExtensionBeanDefinitionRegistrar() - 类 的构造器io.microsphere.spring.web.annotation.WebExtensionBeanDefinitionRegistrar
- WebRequestConsumesRule - io.microsphere.spring.web.rule中的类
-
WebRequest
ConsumesWebRequestRule
- WebRequestConsumesRule(String...) - 类 的构造器io.microsphere.spring.web.rule.WebRequestConsumesRule
- WebRequestConsumesRule(String[], String...) - 类 的构造器io.microsphere.spring.web.rule.WebRequestConsumesRule
- WebRequestHeaderExpression - io.microsphere.spring.web.rule中的类
-
WebRequest
HeaderNameValueExpression
- WebRequestHeaderExpression(String) - 类 的构造器io.microsphere.spring.web.rule.WebRequestHeaderExpression
- WebRequestHeadersRule - io.microsphere.spring.web.rule中的类
-
WebRequest
HeadersWebRequestRule
- WebRequestHeadersRule(String...) - 类 的构造器io.microsphere.spring.web.rule.WebRequestHeadersRule
- WebRequestMethodsRule - io.microsphere.spring.web.rule中的类
- WebRequestMethodsRule(String, String...) - 类 的构造器io.microsphere.spring.web.rule.WebRequestMethodsRule
- WebRequestMethodsRule(RequestMethod...) - 类 的构造器io.microsphere.spring.web.rule.WebRequestMethodsRule
- WebRequestParamExpression - io.microsphere.spring.web.rule中的类
-
WebRequest
ParameterNameValueExpression
- WebRequestParamExpression(String) - 类 的构造器io.microsphere.spring.web.rule.WebRequestParamExpression
- WebRequestParamsRule - io.microsphere.spring.web.rule中的类
-
WebRequest
ParametersWebRequestRule
- WebRequestParamsRule(String...) - 类 的构造器io.microsphere.spring.web.rule.WebRequestParamsRule
- WebRequestPattensRule - io.microsphere.spring.web.rule中的类
-
WebRequest
PatternsWebRequestRule
- WebRequestPattensRule(String...) - 类 的构造器io.microsphere.spring.web.rule.WebRequestPattensRule
-
Constructor with URL patterns which are prepended with "/" if necessary.
- WebRequestPattensRule(String[], boolean, PathMatcher) - 类 的构造器io.microsphere.spring.web.rule.WebRequestPattensRule
-
Variant of
WebRequestPattensRule(String...)
with aPathMatcher
and flag for matching trailing slashes. - WebRequestPattensRule(String[], UrlPathHelper, PathMatcher, boolean) - 类 的构造器io.microsphere.spring.web.rule.WebRequestPattensRule
-
已过时。
- WebRequestPattensRule(String[], UrlPathHelper, PathMatcher, boolean, boolean) - 类 的构造器io.microsphere.spring.web.rule.WebRequestPattensRule
-
Variant of
#PatternsRequestCondition(String...)
with aUrlPathHelper
and aPathMatcher
, and flags for matching with suffixes and trailing slashes. - WebRequestPattensRule(String[], UrlPathHelper, PathMatcher, boolean, boolean, List<String>) - 类 的构造器io.microsphere.spring.web.rule.WebRequestPattensRule
-
Variant of
WebRequestPattensRule(String...)
with aUrlPathHelper
and aPathMatcher
, and flags for matching with suffixes and trailing slashes, along with specific extensions. - WebRequestProducesRule - io.microsphere.spring.web.rule中的类
-
WebRequest
ProducesWebRequestRule
- WebRequestProducesRule(String...) - 类 的构造器io.microsphere.spring.web.rule.WebRequestProducesRule
- WebRequestProducesRule(String[], String...) - 类 的构造器io.microsphere.spring.web.rule.WebRequestProducesRule
- WebRequestProducesRule(String[], String[], ContentNegotiationManager) - 类 的构造器io.microsphere.spring.web.rule.WebRequestProducesRule
- WebRequestRule - io.microsphere.spring.web.rule中的接口
-
NativeWebRequest
Rule was inspired by org.springframework.web.servlet.mvc.condition.RequestCondition - WebRequestUtils - io.microsphere.spring.web.util中的类
-
WebRequest
Utilities class - WebRequestUtils() - 类 的构造器io.microsphere.spring.web.util.WebRequestUtils
所有类 所有程序包