Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.cors Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
CorsConfigurationA container for CORS configuration that also provides methods to checkthe actual or requested origin, HTTP methods, and headers.Classorg.springframework.web.corsSpring MVC
CorsConfigurationSourceInterface to be implemented by classes (usually HTTP request handlers) thatprovides a CorsConfiguration instance based on the provided request.Interfaceorg.springframework.web.corsSpring MVC
CorsProcessorA strategy that takes a request and a CorsConfiguration and updatesThis component is not concerned with how a CorsConfiguration isInterfaceorg.springframework.web.corsSpring MVC
CorsUtilsUtility class for CORS request handling based on theCORS W3C recommandation.Classorg.springframework.web.corsSpring MVC
DefaultCorsProcessorThe default implementation of CorsProcessor, as defined by theCORS W3C recommendation.Classorg.springframework.web.corsSpring MVC
UrlBasedCorsConfigurationSourceProvide a per request CorsConfiguration instance based on acollection of CorsConfiguration mapped on path patterns.Classorg.springframework.web.corsSpring MVC