public interface ResourceResolver
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
resolve(java.lang.String resourceName)
Resolve the resource name and return an open input stream to it.
|
java.io.InputStream resolve(java.lang.String resourceName)
throws java.io.IOException
resourceName - resource to resolvejava.io.IOException - if an I/O error occured resolving the resource