public interface ResourceReader
Resource.| Modifier and Type | Method and Description |
|---|---|
String |
read(org.springframework.core.io.Resource resource)
Reads the
Resource into a String. |
String read(org.springframework.core.io.Resource resource) throws IOException
Resource into a String.resource - the Resource to readResourceIOException - if Resource is not found or can't be opened or readCopyright © 2015. All rights reserved.