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 forMemoryCacheConfig.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 forStaticContentConfig.Generated implementation of the prototype, can be extended by descendant prototype implementations.WebServer feature to register static content.ServiceLoaderprovider implementation for static-content feature forWebServer.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 forTemporaryStorageConfig.Generated implementation of the prototype, can be extended by descendant prototype implementations.