B C D F I P S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in class io.helidon.webserver.staticcontent.StaticContentSupport.Builder
- builder(String) - Static method in interface io.helidon.webserver.staticcontent.StaticContentSupport
-
Creates new builder with defined static content root as a class-loader resource.
- builder(String, ClassLoader) - Static method in interface io.helidon.webserver.staticcontent.StaticContentSupport
-
Creates new builder with defined static content root as a class-loader resource.
- builder(Path) - Static method in interface io.helidon.webserver.staticcontent.StaticContentSupport
-
Creates new builder with defined static content root as a path to the file system.
- Builder() - Constructor for class io.helidon.webserver.staticcontent.StaticContentSupport.Builder
C
- ClassPathBuilder() - Constructor for class io.helidon.webserver.staticcontent.StaticContentSupport.ClassPathBuilder
- contentType(String, MediaType) - Method in class io.helidon.webserver.staticcontent.StaticContentSupport.FileBasedBuilder
-
Maps a filename extension to the response content type.
- create(String) - Static method in interface io.helidon.webserver.staticcontent.StaticContentSupport
-
Creates new instance with defined static content root as a class-loader resource.
- create(String, ClassLoader) - Static method in interface io.helidon.webserver.staticcontent.StaticContentSupport
-
Creates new instance with defined static content root as a class-loader resource.
- create(Path) - Static method in interface io.helidon.webserver.staticcontent.StaticContentSupport
-
Creates new instance with defined static content root as a path to the file system.
D
- doBuild() - Method in class io.helidon.webserver.staticcontent.StaticContentSupport.Builder
-
Build the actual instance.
- doBuild() - Method in class io.helidon.webserver.staticcontent.StaticContentSupport.ClassPathBuilder
- doBuild() - Method in class io.helidon.webserver.staticcontent.StaticContentSupport.FileSystemBuilder
F
- FileBasedBuilder() - Constructor for class io.helidon.webserver.staticcontent.StaticContentSupport.FileBasedBuilder
- FileSystemBuilder() - Constructor for class io.helidon.webserver.staticcontent.StaticContentSupport.FileSystemBuilder
I
- io.helidon.webserver.staticcontent - module io.helidon.webserver.staticcontent
-
Static content support for Helidon WebServer.
- io.helidon.webserver.staticcontent - package io.helidon.webserver.staticcontent
-
Static content support for Helidon
WebServer.
P
- pathMapper(Function<String, String>) - Method in class io.helidon.webserver.staticcontent.StaticContentSupport.Builder
-
Map request path to resource path.
S
- StaticContentSupport - Interface in io.helidon.webserver.staticcontent
- StaticContentSupport.Builder<B extends StaticContentSupport.Builder<B>> - Class in io.helidon.webserver.staticcontent
-
Fluent builder of the StaticContent detailed parameters.
- StaticContentSupport.ClassPathBuilder - Class in io.helidon.webserver.staticcontent
-
Builder for class path based static content.
- StaticContentSupport.FileBasedBuilder<T extends StaticContentSupport.FileBasedBuilder<T>> - Class in io.helidon.webserver.staticcontent
-
Builder for file based static content supports, such as file based and classpath based.
- StaticContentSupport.FileSystemBuilder - Class in io.helidon.webserver.staticcontent
-
Builder for file system based static content.
T
- tmpDir(Path) - Method in class io.helidon.webserver.staticcontent.StaticContentSupport.ClassPathBuilder
-
Sets custom temporary folder for extracting static content from a jar.
W
- welcomeFileName(String) - Method in class io.helidon.webserver.staticcontent.StaticContentSupport.Builder
-
Sets a name of the "file" which will be returned if directory is requested.
All Classes All Packages