Package io.helidon.webserver.staticcontent
package io.helidon.webserver.staticcontent
Helidon WebServer Static Content Support.
- See Also:
-
ClassDescriptionConfiguration of static content handlers that is common for classpath and file system based handlers.Fluent API builder for
BaseHandlerConfig
.BaseHandlerConfig.BuilderBase<BUILDER extends BaseHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends 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
.ClasspathHandlerConfig.BuilderBase<BUILDER extends ClasspathHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ClasspathHandlerConfig> Fluent API builder base forClasspathHandlerConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.File system based static content handler configuration.Fluent API builder forFileSystemHandlerConfig
.FileSystemHandlerConfig.BuilderBase<BUILDER extends FileSystemHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends FileSystemHandlerConfig> Fluent API builder base forFileSystemHandlerConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.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
.MemoryCacheConfig.BuilderBase<BUILDER extends MemoryCacheConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MemoryCacheConfig> Fluent API builder base forMemoryCache
.Generated implementation of the prototype, can be extended by descendant prototype implementations.Configuration of Static content feature.Fluent API builder forStaticContentFeature
.StaticContentConfig.BuilderBase<BUILDER extends StaticContentConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends StaticContentConfig> Fluent API builder base forStaticContentFeature
.Generated implementation of the prototype, can be extended by descendant prototype implementations.WebServer feature to register static content.ServiceLoader
provider implementation for static-content feature forWebServer
.Deprecated, for removal: This API element is subject to removal in a future version.StaticContentService.Builder<B extends StaticContentService.Builder<B>>Deprecated, for removal: This API element is subject to removal in a future version.replaced withFileSystemHandlerConfig
andClasspathHandlerConfig
Builder for class path based static content.Builder for file based static content supports, such as file based and classpath based.Builder for file system based static content.Handling of temporary files.Configuration of temporary storage for classpath based handlers.Fluent API builder forTemporaryStorage
.TemporaryStorageConfig.BuilderBase<BUILDER extends TemporaryStorageConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends TemporaryStorageConfig> Fluent API builder base forTemporaryStorage
.Generated implementation of the prototype, can be extended by descendant prototype implementations.
StaticContentFeature
instead, or if specific services are desired, kindly useStaticContentFeature.createService(ClasspathHandlerConfig)
and/orStaticContentFeature.createService(FileSystemHandlerConfig)