public interface ResourcePersistenceTypeHandler
| Modifier and Type | Method and Description |
|---|---|
ResourcePersistenceType |
getResourcePersistenceType() |
default URI |
getUri(String resolvingKey,
String fileExtension) |
List<URI> |
getUris(String resolvingKey,
MimeType mimeType) |
default List<URI> |
getUris(String resolvingKey,
String filenameExtension) |
ResourcePersistenceType getResourcePersistenceType()
List<URI> getUris(String resolvingKey, MimeType mimeType) throws ResourceIOException
ResourceIOExceptiondefault URI getUri(String resolvingKey, String fileExtension) throws ResourceIOException
ResourceIOExceptiondefault List<URI> getUris(String resolvingKey, String filenameExtension) throws ResourceIOException
ResourceIOExceptionCopyright © 2018. All rights reserved.