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.-
Uses of CorsConfigurationSource in org.springframework.web.cors
Classes in org.springframework.web.cors that implement CorsConfigurationSourceModifier and TypeClassDescriptionclassCorsConfigurationSourcethat uses URL path patterns to select theCorsConfigurationfor a request. -
Uses of CorsConfigurationSource in org.springframework.web.filter
Constructors in org.springframework.web.filter with parameters of type CorsConfigurationSourceModifierConstructorDescriptionCorsFilter(CorsConfigurationSource configSource) Constructor accepting aCorsConfigurationSourceused by the filter to find theCorsConfigurationto use for each incoming request. -
Uses of CorsConfigurationSource in org.springframework.web.servlet.handler
Classes in org.springframework.web.servlet.handler that implement CorsConfigurationSourceModifier and TypeClassDescriptionclassHelper class to get information from theHandlerMappingthat would serve a specific request.Methods in org.springframework.web.servlet.handler that return CorsConfigurationSourceModifier and TypeMethodDescriptionAbstractHandlerMapping.getCorsConfigurationSource()Return theconfiguredCorsConfigurationSource, if any.Methods in org.springframework.web.servlet.handler with parameters of type CorsConfigurationSourceModifier and TypeMethodDescriptionvoidAbstractHandlerMapping.setCorsConfigurationSource(CorsConfigurationSource source) Set aCorsConfigurationSourcefor "global" CORS config. -
Uses of CorsConfigurationSource in org.springframework.web.servlet.resource
Classes in org.springframework.web.servlet.resource that implement CorsConfigurationSourceModifier and TypeClassDescriptionclassHttpRequestHandlerthat serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc. -
Uses of CorsConfigurationSource in org.springframework.web.socket.sockjs.support
Classes in org.springframework.web.socket.sockjs.support that implement CorsConfigurationSourceModifier and TypeClassDescriptionclassAn abstract base class forSockJsServiceimplementations that provides SockJS path resolution and handling of static SockJS requests (e.g.classAnHttpRequestHandlerthat allows mapping aSockJsServiceto requests in a Servlet container. -
Uses of CorsConfigurationSource in org.springframework.web.socket.sockjs.transport
Classes in org.springframework.web.socket.sockjs.transport that implement CorsConfigurationSourceModifier and TypeClassDescriptionclassA basic implementation ofSockJsServicewith support for SPI-based transport handling and session management. -
Uses of CorsConfigurationSource in org.springframework.web.socket.sockjs.transport.handler
Classes in org.springframework.web.socket.sockjs.transport.handler that implement CorsConfigurationSourceModifier and TypeClassDescriptionclassA default implementation ofSockJsServicewith all defaultTransportHandlerimplementations pre-registered.