Uses of Interface
io.helidon.webserver.staticcontent.FileSystemHandlerConfig
Packages that use FileSystemHandlerConfig
-
Uses of FileSystemHandlerConfig in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type FileSystemHandlerConfigModifier and TypeClassDescriptionstatic class
FileSystemHandlerConfig.BuilderBase<BUILDER extends FileSystemHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends FileSystemHandlerConfig> Fluent API builder base forFileSystemHandlerConfig
.Classes in io.helidon.webserver.staticcontent that implement FileSystemHandlerConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.staticcontent that return FileSystemHandlerConfigModifier and TypeMethodDescriptionFileSystemHandlerConfig.Builder.build()
FileSystemHandlerConfig.Builder.buildPrototype()
static FileSystemHandlerConfig
FileSystemHandlerConfig.create()
Create a new instance with default values.static FileSystemHandlerConfig
Create a new instance from configuration.static FileSystemHandlerConfig
Create a new file system based static content configuration from the defined location.Methods in io.helidon.webserver.staticcontent that return types with arguments of type FileSystemHandlerConfigModifier and TypeMethodDescriptionStaticContentConfig.BuilderBase.path()
List of file system based static content handlers.StaticContentConfig.BuilderBase.StaticContentConfigImpl.path()
Methods in io.helidon.webserver.staticcontent with parameters of type FileSystemHandlerConfigModifier and TypeMethodDescriptionStaticContentConfig.BuilderBase.addPath
(FileSystemHandlerConfig path) List of file system based static content handlers.FileSystemHandlerConfig.builder
(FileSystemHandlerConfig instance) Create a new fluent API builder from an existing instance.static HttpService
StaticContentFeature.createService
(FileSystemHandlerConfig config) Create an Http service for file system based content handler.FileSystemHandlerConfig.BuilderBase.from
(FileSystemHandlerConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webserver.staticcontent with type arguments of type FileSystemHandlerConfigModifier and TypeMethodDescriptionStaticContentConfig.BuilderBase.addPath
(List<? extends FileSystemHandlerConfig> path) List of file system based static content handlers.StaticContentConfig.BuilderBase.path
(List<? extends FileSystemHandlerConfig> path) List of file system based static content handlers.