Java org.springframework.web.cors UrlBasedCorsConfigurationSource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.cors UrlBasedCorsConfigurationSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.cors UrlBasedCorsConfigurationSource.

The text is from its open source code.

Constructor

Method

voidregisterCorsConfiguration(String path, CorsConfiguration config)
Register a CorsConfiguration for the specified path pattern.