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 CorsSupportBase
    Modifier and Type
    Class
    Description
    class 
    CorsSupportBase<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.
    this module will be removed, CORS configuration is centralized to module helidon-webserver-cors with io.helidon.webserver.cors.CorsFeature either from ServiceRegistry, 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
    static class 
    CorsSupportBase.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 for CorsSupportBase instances.
  • Uses of CorsSupportBase in io.helidon.webserver.cors

    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    CORS configuration is centralized to module helidon-webserver-cors with io.helidon.webserver.cors.CorsFeature either from ServiceRegistry, 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