public interface MediaResource
extends org.springframework.core.io.Resource
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
String |
getContentType() |
String |
getName() |
static MediaResource |
of(org.springframework.core.io.Resource resource,
String name,
String contentType,
long size) |
static MediaResource |
of(org.springframework.core.io.Resource resource,
String name,
String filename,
String contentType,
long size) |
String getName()
String getContentType()
long contentLength()
contentLength in interface org.springframework.core.io.Resourcestatic MediaResource of(org.springframework.core.io.Resource resource, String name, String contentType, long size)
static MediaResource of(org.springframework.core.io.Resource resource, String name, String filename, String contentType, long size)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.