Uses of Class
io.helidon.cors.CorsSupportBase
Packages that use CorsSupportBase
Package
Description
Common cross origin configuration and types used by all Helidon flavors.
Helidon WebServer CORS Support.
-
Uses of CorsSupportBase in io.helidon.cors
Classes in io.helidon.cors with type parameters of type CorsSupportBaseModifier and TypeClassDescriptionclassCorsSupportBase<Q,R, T extends CorsSupportBase<Q, R, T, B>, B extends CorsSupportBase.Builder<Q, R, T, B>> Deprecated, for removal: This API element is subject to removal in a future version.static classCorsSupportBase.Builder<Q,R, T extends CorsSupportBase<Q, R, T, B>, B extends CorsSupportBase.Builder<Q, R, T, B>> Deprecated, for removal: This API element is subject to removal in a future version.Builder forCorsSupportBaseinstances. -
Uses of CorsSupportBase in io.helidon.webserver.cors
Subclasses of CorsSupportBase in io.helidon.webserver.corsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.CORS configuration is centralized to modulehelidon-webserver-corswithio.helidon.webserver.cors.CorsFeatureeither fromServiceRegistry, or through one of the feature's static factory or builder methods; paths configured in config are registered first, before paths configured through service registry; this class will be removed in a future version of Helidon
helidon-webserver-corswithio.helidon.webserver.cors.CorsFeatureeither fromServiceRegistry, or through one of the feature's static factory or builder methods; paths configured in config are registered first, before paths configured through service registry; this class will be removed in a future version of Helidon