All Classes and Interfaces

Class
Description
Supports "name=value" style expressions as described in: RequestMapping.params() and RequestMapping.headers().
Abstract class for WebEndpointMappingFactory
Composite WebRequestRule
Parses and matches a single media type expression to a request's 'Content-Type' header.
The default IdempotentService implementation which uses a weak reference ConcurrentReferenceHashMap to store the new generated token and session context to check the duplicated request with same token.
Enable annotation to extend the features of Spring Web
Abstract WebEndpointMappingRegistry with filtering
WebEndpointMappingFactory from FilterRegistration
A MediaTypeExpression implementation that supports matching against a specific media type, with optional negation.
The metadata class for Spring WebMVC's Handler
Intercepting HandlerMethod facade interface
The interceptor interface for the resolvable HandlerMethods' MethodParameter
HandlerMethod Arguments Resolved Event
HandlerMethod Interceptor that allows for customized HandlerMethod execution chains.
The metadata class for Spring WebMVC's HandlerMethod
The utilities class for HTTP
Idempotent Annotation
ResolvablePlaceholderAnnotationAttributes for Idempotent annotation
The Idempotent Service
The WebEndpointMappingFactory class based on Jackson2 for JSON
A contract for media type expressions (e.g.
A contract for "name!=value" style expression used to specify request parameters and request header conditions in @RequestMapping.
Parses and matches a single media type expression to a request's 'Accept' header.
The Property constants for Microsphere Spring Web
RegistrationWebEndpointMappingFactory<R extends jakarta.servlet.Registration>
The abstract class of AbstractWebEndpointMappingFactory for Servlet Registration
RequestAttributes Utilities Class
The enumeration of where the Request Context stores.
WebEndpointMappingFactory from ServletRegistration
WebEndpointMappingResolver based on Servlet Components
The smart WebEndpointMappingFactory class based on Spring's WebEndpointMappingFactory SPI
The helper interface for Spring Web
The enumeration of the type of Spring Web
The meta-data class for Web Endpoint Mapping that could be one of these endpoints: Servlet Servlet's Filter Spring WebMVC DispatcherServlet Spring WebFlux DispatcherHandler Customized
 
The factory interface for WebEndpointMapping
The class registers all instances of WebEndpointMapping that are collected from Web components into WebEndpointMappingRegistry before WebEventPublisher publishing the WebEndpointMappingsReadyEvent
The interface for resolving WebEndpointMapping instances.
An ApplicationContextEvent was raised when the WebEndpointMappings are ready.
The class publishes the Spring Web extension events: HandlerMethodArgumentsResolvedEvent(if enabled) WebEndpointMappingsReadyEvent(if enabled)
ImportBeanDefinitionRegistrar for Spring Web Extension
WebRequest Consumes WebRequestRule
WebRequest Header NameValueExpression
WebRequest Headers WebRequestRule
WebRequest Methods WebRequestRule
WebRequest Parameter NameValueExpression
A WebRequestRule that matches requests based on parameter expressions.
WebRequest Patterns WebRequestRule
WebRequest Produces WebRequestRule
NativeWebRequest Rule was inspired by org.springframework.web.servlet.mvc.condition.RequestCondition
WebRequest Utilities class
The enumeration of scopes for Spring Web
The source from the web.
The target of the web.
The enumeration of Web Type