Skip to content

io.helidon.webserver.staticcontent.TemporaryStorage

Description

Configuration of temporary storage for classpath based handlers

Configuration options

KeyTypeDefaultDescription
file-prefixStringhelidon-wsPrefix of the files in temporary storage
delete-on-exitBooleantrueWhether temporary files should be deleted on JVM exit
file-suffixString.jeSuffix of the files in temporary storage
directoryPathLocation of the temporary storage, defaults to temporary storage configured for the JVM
enabledBooleantrueWhether the temporary storage is enabled, defaults to true

Usages


See the manifest for all available types.