Uses of Interface
org.springframework.web.cors.CorsProcessor
Packages that use CorsProcessor
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.
-
Uses of CorsProcessor in org.springframework.web.cors
Classes in org.springframework.web.cors that implement CorsProcessorModifier and TypeClassDescriptionclassThe default implementation ofCorsProcessor, as defined by the CORS W3C recommendation. -
Uses of CorsProcessor in org.springframework.web.filter
Methods in org.springframework.web.filter with parameters of type CorsProcessorModifier and TypeMethodDescriptionvoidCorsFilter.setCorsProcessor(CorsProcessor processor) Configure a customCorsProcessorto use to apply the matchedCorsConfigurationfor a request.