Uses of Class
io.helidon.webserver.staticcontent.FileSystemHandlerConfig.Builder
Packages that use FileSystemHandlerConfig.Builder
-
Uses of FileSystemHandlerConfig.Builder in io.helidon.webserver.staticcontent
Subclasses with type arguments of type FileSystemHandlerConfig.Builder in io.helidon.webserver.staticcontentClasses in io.helidon.webserver.staticcontent that implement interfaces with type arguments of type FileSystemHandlerConfig.BuilderMethods 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.