Uses of Class
io.helidon.webserver.cors.CorsEnabledServiceHelper
-
Packages that use CorsEnabledServiceHelper Package Description io.helidon.webserver.cors Helidon SE CORS Support -
-
Uses of CorsEnabledServiceHelper in io.helidon.webserver.cors
Methods in io.helidon.webserver.cors that return CorsEnabledServiceHelper Modifier and Type Method Description static CorsEnabledServiceHelperCorsEnabledServiceHelper. create(String serviceName)Creates a new helper based on a default CORS config for services.static CorsEnabledServiceHelperCorsEnabledServiceHelper. create(String serviceName, CrossOriginConfig crossOriginConfig)Creates a new helper based on the provided config.
-