Interface CorsConfigurationAware
public interface CorsConfigurationAware
Components that are aware of CORS configuration.
- Since:
- 3.4
- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptionReturn the registeredCorsConfiguration
objects, keyed by path pattern.
-
Method Details
-
getCorsConfigurations
Map<String,CorsConfiguration> getCorsConfigurations()Return the registeredCorsConfiguration
objects, keyed by path pattern.- Returns:
- will never be null.
-