Class | Description |
---|---|
CorsHeaderConstants |
Headers used to implement http://www.w3.org/TR/cors/.
|
CrossOriginResourceSharingFilter |
A single class that provides both an input and an output filter for CORS, following
http://www.w3.org/TR/cors/.
|
Annotation Type | Description |
---|---|
CrossOriginResourceSharing |
Attach CORS information
to a resource.
|
LocalPreflight |
Controls the implementation of preflight processing
on an OPTIONS method.
|
Apache CXF