Uses of Class
io.helidon.webserver.staticcontent.StaticContentSupport.FileSystemBuilder
-
Packages that use StaticContentSupport.FileSystemBuilder Package Description io.helidon.webserver.staticcontent Static content support for HelidonWebServer
. -
-
Uses of StaticContentSupport.FileSystemBuilder in io.helidon.webserver.staticcontent
Methods in io.helidon.webserver.staticcontent that return StaticContentSupport.FileSystemBuilder Modifier and Type Method Description static StaticContentSupport.FileSystemBuilder
StaticContentSupport. builder(Path root)
Creates new builder with defined static content root as a path to the file system.
-