Uses of Interface
org.springframework.web.cors.reactive.CorsProcessor
Packages that use CorsProcessor
Package
Description
Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy.Provides HandlerMapping implementations including abstract base classes.
-
Uses of CorsProcessor in org.springframework.web.cors.reactive
Classes in org.springframework.web.cors.reactive that implement CorsProcessorModifier and TypeClassDescriptionclassThe default implementation ofCorsProcessor, as defined by the CORS W3C recommendation.Constructors in org.springframework.web.cors.reactive with parameters of type CorsProcessorModifierConstructorDescriptionCorsWebFilter(CorsConfigurationSource configSource, CorsProcessor processor) Constructor accepting aCorsConfigurationSourceused by the filter to find theCorsConfigurationto use for each incoming request and a customCorsProcessorto use to apply the matchedCorsConfigurationfor a request. -
Uses of CorsProcessor in org.springframework.web.reactive.handler
Methods in org.springframework.web.reactive.handler that return CorsProcessorModifier and TypeMethodDescriptionAbstractHandlerMapping.getCorsProcessor()Return the configuredCorsProcessor.Methods in org.springframework.web.reactive.handler with parameters of type CorsProcessorModifier and TypeMethodDescriptionvoidAbstractHandlerMapping.setCorsProcessor(CorsProcessor corsProcessor) Configure a customCorsProcessorto use to apply the matchedCorsConfigurationfor a request.