Uses of Package
org.springframework.web.cors
Packages that use org.springframework.web.cors Package Description org.springframework.web.cors Support for CORS (Cross-Origin Resource Sharing), based on a commonCorsProcessorstrategy.org.springframework.web.cors.reactive Reactive support for CORS (Cross-Origin Resource Sharing), based on a commonCorsProcessorstrategy.org.springframework.web.filter Provides generic filter base classes allowing for bean-style configuration.org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.org.springframework.web.reactive.result.method Infrastructure for handler method processing.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.org.springframework.web.servlet.config Defines the XML configuration namespace for Spring MVC.org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.web.socket.sockjs.support Support classes for SockJS including anAbstractSockJsServiceimplementation.org.springframework.web.socket.sockjs.transport Server-side support for SockJS transports includingTransportHandlerimplementations for processing incoming requests, theirsessioncounterparts for sending messages over the various transports, andDefaultSockJsService.org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.Classes in org.springframework.web.cors used by org.springframework.web.cors Class Description CorsConfiguration A container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.CorsConfigurationSource Interface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.CorsProcessor A strategy that takes a request and aCorsConfigurationand updates the response.Classes in org.springframework.web.cors used by org.springframework.web.cors.reactive Class Description CorsConfiguration A 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.filter Class Description CorsConfigurationSource Interface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.CorsProcessor A strategy that takes a request and aCorsConfigurationand updates the response.Classes in org.springframework.web.cors used by org.springframework.web.reactive.config Class Description CorsConfiguration A 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.handler Class Description CorsConfiguration A 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 Class Description CorsConfiguration A 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.annotation Class Description CorsConfiguration A 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 Class Description CorsConfiguration A 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.annotation Class Description CorsConfiguration A 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.handler Class Description CorsConfiguration A container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.CorsConfigurationSource Interface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.CorsProcessor 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.annotation Class Description CorsConfiguration A 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.resource Class Description CorsConfiguration A container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.CorsConfigurationSource 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.support Class Description CorsConfiguration A container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.CorsConfigurationSource 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.transport Class Description CorsConfigurationSource 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.transport.handler Class Description CorsConfigurationSource Interface to be implemented by classes (usually HTTP request handlers) that provides aCorsConfigurationinstance based on the provided request.