Uses of Class
io.helidon.webserver.StaticContentSupport
-
Packages that use StaticContentSupport Package Description io.helidon.webserver Reactive web server API. -
-
Uses of StaticContentSupport in io.helidon.webserver
Methods in io.helidon.webserver that return StaticContentSupport Modifier and Type Method Description StaticContentSupportStaticContentSupport.Builder. build()Builds newStaticContentSupportinstance.static StaticContentSupportStaticContentSupport. create(String resourceRoot)Deprecated, for removal: This API element is subject to removal in a future version.Creates new instance with defined static content root as a class-loader resource.static StaticContentSupportStaticContentSupport. create(String resourceRoot, ClassLoader classLoader)Deprecated, for removal: This API element is subject to removal in a future version.Creates new instance with defined static content root as a class-loader resource.static StaticContentSupportStaticContentSupport. create(Path root)Deprecated, for removal: This API element is subject to removal in a future version.Creates new instance with defined static content root as a path to the file system.
-