Uses of Interface
org.springframework.web.cors.CorsConfigurationSource

Packages that use CorsConfigurationSource
Package
Description
Support for CORS (Cross-Origin Resource Sharing), based on a common CorsProcessor strategy.
Provides generic filter base classes allowing for bean-style configuration.
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
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.