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.
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
-
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. -
Uses of CorsProcessor in org.springframework.web.servlet.handler
Methods in org.springframework.web.servlet.handler that return CorsProcessorModifier and TypeMethodDescriptionAbstractHandlerMapping.getCorsProcessor()Return the configuredCorsProcessor.Methods in org.springframework.web.servlet.handler with parameters of type CorsProcessorModifier and TypeMethodDescriptionvoidAbstractHandlerMapping.setCorsProcessor(CorsProcessor corsProcessor) Configure a customCorsProcessorto use to apply the matchedCorsConfigurationfor a request.