Uses of Interface
org.springframework.web.cors.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
Modifier and TypeClassDescriptionclass
The default implementation ofCorsProcessor
, as defined by the CORS W3C recommendation. -
Uses of CorsProcessor in org.springframework.web.filter
Modifier and TypeMethodDescriptionvoid
CorsFilter.setCorsProcessor
(CorsProcessor processor) Configure a customCorsProcessor
to use to apply the matchedCorsConfiguration
for a request. -
Uses of CorsProcessor in org.springframework.web.servlet.handler
Modifier and TypeMethodDescriptionAbstractHandlerMapping.getCorsProcessor()
Return the configuredCorsProcessor
.Modifier and TypeMethodDescriptionvoid
AbstractHandlerMapping.setCorsProcessor
(CorsProcessor corsProcessor) Configure a customCorsProcessor
to use to apply the matchedCorsConfiguration
for a request.