Uses of Package
io.helidon.webserver.staticcontent
Packages that use io.helidon.webserver.staticcontent
-
Classes in io.helidon.webserver.staticcontent used by io.helidon.webserver.staticcontentClassDescriptionConfiguration of static content handlers that is common for classpath and file system based handlers.Fluent API builder for
BaseHandlerConfig
.Fluent API builder base forBaseHandlerConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.Classpath based static content handler configuration.Fluent API builder forClasspathHandlerConfig
.Fluent API builder base forClasspathHandlerConfig
.File system based static content handler configuration.Fluent API builder forFileSystemHandlerConfig
.Fluent API builder base forFileSystemHandlerConfig
.Memory cache to allow in-memory storage of static content, rather than reading it from file system each time the resource is requested.Configuration of memory cache for static content.Fluent API builder forMemoryCache
.Fluent API builder base forMemoryCache
.Configuration of Static content feature.Fluent API builder forStaticContentFeature
.Fluent API builder base forStaticContentFeature
.WebServer feature to register static content.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.replaced withFileSystemHandlerConfig
andClasspathHandlerConfig
Deprecated, for removal: This API element is subject to removal in a future version.Builder for class path based static content.Deprecated, for removal: This API element is subject to removal in a future version.Builder for file based static content supports, such as file based and classpath based.Deprecated, for removal: This API element is subject to removal in a future version.Builder for file system based static content.Handling of temporary files.Configuration of temporary storage for classpath based handlers.Fluent API builder forTemporaryStorage
.Fluent API builder base forTemporaryStorage
.
StaticContentFeature
instead, or if specific services are desired, kindly useStaticContentFeature.createService(ClasspathHandlerConfig)
and/orStaticContentFeature.createService(FileSystemHandlerConfig)