Uses of Class
io.helidon.webserver.staticcontent.StaticContentSupport.FileBasedBuilder
-
Packages that use StaticContentSupport.FileBasedBuilder Package Description io.helidon.webserver.staticcontent Static content support for HelidonWebServer
. -
-
Uses of StaticContentSupport.FileBasedBuilder in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type StaticContentSupport.FileBasedBuilder Modifier and Type Class Description static class
StaticContentSupport.FileBasedBuilder<T extends StaticContentSupport.FileBasedBuilder<T>>
Builder for file based static content supports, such as file based and classpath based.Subclasses of StaticContentSupport.FileBasedBuilder in io.helidon.webserver.staticcontent Modifier and Type Class Description static class
StaticContentSupport.ClassPathBuilder
Builder for class path based static content.static class
StaticContentSupport.FileSystemBuilder
Builder for file system based static content.
-