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.
Enable annotation to extend the features of Spring Web
Abstract WebEndpointMappingRegistry with filtering
WebEndpointMappingFactory from FilterRegistration
Supports media type expressions as described in: RequestMapping.consumes() and RequestMapping.produces().
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 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.
RegistrationWebEndpointMappingFactory<R extends jakarta.servlet.Registration>
The abstract class of AbstractWebEndpointMappingFactory for Servlet Registration
WebEndpointMappingFactory from ServletRegistration
The smart WebEndpointMappingFactory class based on Spring's WebEndpointMappingFactory SPI
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
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
WebRequest Parameters WebRequestRule
WebRequest Patterns WebRequestRule
WebRequest Produces WebRequestRule
NativeWebRequest Rule was inspired by org.springframework.web.servlet.mvc.condition.RequestCondition
WebRequest Utilities class