|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainerResourceLocator
Interface for locating stream resources from the container..
| Method Summary | |
|---|---|
URI |
getBaseURI()
Get the base URI for the locator instance. |
InputStream |
getResource(String configName,
String defaultUri)
Get the resource specified by the container 'config' value. |
| Methods inherited from interface org.milyn.resource.ExternalResourceLocator |
|---|
getResource |
| Method Detail |
|---|
InputStream getResource(String configName,
String defaultUri)
throws IllegalArgumentException,
IOException
configName - The container configuration entry name whose value specifies
the location of the resource.defaultUri - The default location for the resource.
IllegalArgumentException - Illegal argument. Check the cause exception for more
information.
IOException - Unable to get the resource stream.URI getBaseURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||