Uses of Class
io.helidon.webserver.staticcontent.StaticContentSupport.ClassPathBuilder
-
Packages that use StaticContentSupport.ClassPathBuilder Package Description io.helidon.webserver.staticcontent Static content support for HelidonWebServer
. -
-
Uses of StaticContentSupport.ClassPathBuilder in io.helidon.webserver.staticcontent
Methods in io.helidon.webserver.staticcontent that return StaticContentSupport.ClassPathBuilder Modifier and Type Method Description static StaticContentSupport.ClassPathBuilder
StaticContentSupport. builder(String resourceRoot)
Creates new builder with defined static content root as a class-loader resource.static StaticContentSupport.ClassPathBuilder
StaticContentSupport. builder(String resourceRoot, ClassLoader classLoader)
Creates new builder with defined static content root as a class-loader resource.StaticContentSupport.ClassPathBuilder
StaticContentSupport.ClassPathBuilder. tmpDir(Path tmpDir)
Sets custom temporary folder for extracting static content from a jar.
-