public interface ResourceService extends AppContextService<ResourceService>
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getResource(java.lang.String name)
get an identifying URL for the resource
A null result implies the resource cannot be located
|
java.io.InputStream |
getResourceAsStream(java.lang.String name)
get an InputStream to read the resource.
|
getTypecleanupjava.net.URL getResource(java.lang.String name)
name - java.io.InputStream getResourceAsStream(java.lang.String name)
throws java.lang.Exception
name - java.lang.Exception - s