public interface ResourceLoaderService
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.core.io.Resource |
getResource(String first,
String... more) |
default List<org.springframework.core.io.Resource> |
getResources(String first,
String... more) |
default String |
resourceToString(org.springframework.core.io.Resource resource) |
default String resourceToString(org.springframework.core.io.Resource resource) throws IOException
IOExceptiondefault org.springframework.core.io.Resource getResource(String first, String... more) throws IOException
IOExceptiondefault List<org.springframework.core.io.Resource> getResources(String first, String... more) throws IOException
IOExceptionCopyright © 2017. All rights reserved.