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 StaticContentSupport
StaticContentSupport.Builder. build()
Builds newStaticContentSupport
instance.static StaticContentSupport
StaticContentSupport. 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 StaticContentSupport
StaticContentSupport. 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 StaticContentSupport
StaticContentSupport. 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.
-