Uses of Class
io.helidon.webserver.StaticContentSupport.Builder
Packages that use StaticContentSupport.Builder
-
Uses of StaticContentSupport.Builder in io.helidon.webserver
Methods in io.helidon.webserver that return StaticContentSupport.BuilderModifier and TypeMethodDescriptionstatic StaticContentSupport.BuilderDeprecated, for removal: This API element is subject to removal in a future version.Creates new builder with defined static content root as a class-loader resource.static StaticContentSupport.BuilderStaticContentSupport.builder(String resourceRoot, ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.Creates new builder with defined static content root as a class-loader resource.static StaticContentSupport.BuilderDeprecated, for removal: This API element is subject to removal in a future version.Creates new builder with defined static content root as a path to the file system.StaticContentSupport.Builder.contentType(String filenameExtension, MediaType contentType) Maps a filename extension to the response content type.Sets custom temporary folder for extracting static content from a jar.StaticContentSupport.Builder.welcomeFileName(String welcomeFileName) Sets a name of the "file" which will be returned if directory is requested.