All Classes and Interfaces
Class
Description
Supports "name=value" style expressions as described in:
RequestMapping.params() and
RequestMapping.headers().Abstract class for
WebEndpointMappingFactoryAbstract
WebRequestRuleComposite
WebRequestRuleParses 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.HandlerMethodAdvice class delegates to the beans of HandlerMethodArgumentInterceptor and
HandlerMethodInterceptor.Enable annotation to extend the features of Spring Web
Abstract
WebEndpointMappingRegistry with filteringWebEndpointMappingFactory from FilterRegistrationA
MediaTypeExpression implementation that supports matching
against a specific media type, with optional negation.The metadata class for Spring WebMVC's Handler
Intercepting
HandlerMethod facade interfaceThe interceptor interface for the resolvable
HandlerMethods' MethodParameterHandlerMethod Arguments Resolved EventHandlerMethod Interceptor that allows for customized HandlerMethod execution chains.The metadata class for Spring WebMVC's
HandlerMethodThe utilities class for HTTP
Idempotent Annotation
ResolvablePlaceholderAnnotationAttributes for Idempotent annotationThe
Idempotent ServiceThe
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 RegistrationRequestAttributes Utilities ClassThe enumeration of where the
Request Context stores.WebEndpointMappingFactory from ServletRegistrationWebEndpointMappingResolver based on Servlet ComponentsSimple
WebEndpointMappingRegistry supports to filter WebEndpointMappingThe smart
WebEndpointMappingFactory class based on Spring's WebEndpointMappingFactory SPIThe helper interface for Spring Web
The enumeration of the type of Spring Web
Unknown
SpringWebHelperThe 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
WebEndpointMappingWebEndpointMapping FilterThe class registers all instances of
WebEndpointMapping that are
collected from Web components into WebEndpointMappingRegistry
before WebEventPublisher publishing the WebEndpointMappingsReadyEventWebEndpointMapping RegistryThe 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 ExtensionWebRequest Consumes WebRequestRuleWebRequest Header NameValueExpressionWebRequest Headers WebRequestRuleWebRequest Parameter NameValueExpressionA
WebRequestRule that matches requests based on parameter expressions.WebRequest Patterns WebRequestRuleWebRequest Produces WebRequestRuleNativeWebRequest Rule was inspired by org.springframework.web.servlet.mvc.condition.RequestConditionWebRequest Utilities classThe enumeration of scopes for Spring Web
The source from the web.
The target of the web.
The enumeration of Web Type