All Classes and Interfaces
Class
Description
Supports "name=value" style expressions as described in:
RequestMapping.params()
and
RequestMapping.headers()
.Abstract class for
WebEndpointMappingFactory
Abstract
WebRequestRule
Composite
WebRequestRule
Parses and matches a single media type expression to a request's 'Content-Type' header.
HandlerMethodAdvice
class delegates to the beans of HandlerMethodArgumentInterceptor
and
HandlerMethodInterceptor
.Enable annotation to extend the features of Spring Web
Abstract
WebEndpointMappingRegistry
with filteringWebEndpointMappingFactory
from FilterRegistration
Supports media type expressions as described in:
RequestMapping.consumes()
and RequestMapping.produces()
.Intercepting
HandlerMethod
facade interfaceThe interceptor interface for the resolvable
HandlerMethods'
MethodParameter
HandlerMethod
Arguments Resolved EventHandlerMethod
Interceptor that allows for customized HandlerMethod
execution chains.The
WebEndpointMappingFactory
class based on Jackson2 for JSONA 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
Simple
WebEndpointMappingRegistry
supports to filter WebEndpointMapping
The smart
WebEndpointMappingFactory
class based on Spring's WebEndpointMappingFactory
SPIString
NameValueExpression
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
WebEndpointMapping
KindThe factory interface for
WebEndpointMapping
WebEndpointMapping
FilterWebEndpointMapping
RegistryAn
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 ExtensionWebRequest
Consumes WebRequestRule
WebRequest
Header NameValueExpression
WebRequest
Headers WebRequestRule
WebRequest
Parameter NameValueExpression
WebRequest
Parameters WebRequestRule
WebRequest
Patterns WebRequestRule
WebRequest
Produces WebRequestRule
NativeWebRequest
Rule was inspired by org.springframework.web.servlet.mvc.condition.RequestConditionWebRequest
Utilities class