Uses of Class
io.helidon.webserver.staticcontent.FileSystemHandlerConfig.Builder
Packages that use FileSystemHandlerConfig.Builder
-
Uses of FileSystemHandlerConfig.Builder in io.helidon.webserver.staticcontent
Methods in io.helidon.webserver.staticcontent that return FileSystemHandlerConfig.BuilderModifier and TypeMethodDescriptionFileSystemHandlerConfig.builder()
Create a new fluent API builder to customize configuration.FileSystemHandlerConfig.builder
(FileSystemHandlerConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.staticcontent with type arguments of type FileSystemHandlerConfig.BuilderModifier and TypeMethodDescriptionStaticContentConfig.BuilderBase.addPath
(Consumer<FileSystemHandlerConfig.Builder> consumer) List of file system based static content handlers.