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