Uses of Package
org.springframework.web.cors
Packages that use org.springframework.web.cors
Package
Description
Support for CORS (Cross-Origin Resource Sharing),
 based on a common 
CorsProcessor strategy.Reactive support for CORS (Cross-Origin Resource Sharing),
 based on a common 
CorsProcessor strategy.Provides generic filter base classes allowing for bean-style configuration.
Spring WebFlux configuration infrastructure.
Provides HandlerMapping implementations including abstract base classes.
Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Defines the XML configuration namespace for Spring MVC.
Annotation-based setup for Spring MVC.
Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.Support classes for serving static resources.
Support classes for SockJS including an
 
AbstractSockJsService
 implementation.Server-side support for SockJS transports including
 
TransportHandler implementations
 for processing incoming requests, their
 session
 counterparts for sending messages over the various transports, and
 DefaultSockJsService.TransportHandler
 implementation classes as well as a concrete
 SockJsService.- 
Classes in org.springframework.web.cors used by org.springframework.web.corsClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.Interface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.A strategy that takes a request and aCorsConfigurationand updates the response.
- 
Classes in org.springframework.web.cors used by org.springframework.web.cors.reactiveClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.filterClassDescriptionInterface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.A strategy that takes a request and aCorsConfigurationand updates the response.
- 
Classes in org.springframework.web.cors used by org.springframework.web.reactive.configClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.reactive.handlerClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.reactive.result.methodClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.reactive.result.method.annotationClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.servlet.configClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.servlet.config.annotationClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.servlet.handlerClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.Interface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.A strategy that takes a request and aCorsConfigurationand updates the response.
- 
Classes in org.springframework.web.cors used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.servlet.resourceClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.Interface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.socket.sockjs.supportClassDescriptionA container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.Interface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.socket.sockjs.transportClassDescriptionInterface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.
- 
Classes in org.springframework.web.cors used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionInterface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.