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 classFileSystemHandlerConfig.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 classGenerated 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 FileSystemHandlerConfigFileSystemHandlerConfig.create()Create a new instance with default values.static FileSystemHandlerConfigDeprecated.static FileSystemHandlerConfigCreate a new instance from configuration.static FileSystemHandlerConfigCreate 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()StaticContentConfig.path()List of file system based static content handlers.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 HttpServiceStaticContentFeature.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.
create(io.helidon.config.Config)