Package com.onec.ui.media
package com.onec.ui.media
-
ClassDescriptionThe default
MediaStorage: streams uploads to a directory tree on disk and serves them back throughGET /api/media/{key}.A stored binary read back for serving, returned fromMediaStorage.load(java.lang.String).Wires the/api/mediabinary-upload endpoint and its default filesystem storage.The framework's binary ingestion endpoint.Configuration for the/api/mediabinary-upload endpoint and its storage backend, under theonec.media.*namespace.Pluggable backend for binary uploads — the SPI behindPOST /api/media.A reference to a stored binary, returned fromMediaStorage.store(java.io.InputStream, java.lang.String, java.lang.String, long)and serialized as the JSON body ofPOST /api/media.