public interface IAppResourceManager
| Modifier and Type | Method and Description |
|---|---|
AppResourceData |
retrieveConfigResource(java.lang.String id)
Retrieve a configuration resource from the secure application data container.
|
AppResourceData |
retrieveWebResource(java.lang.String id)
Retrieve a web resource from the secure application data container.
|
AppResourceData retrieveConfigResource(java.lang.String id)
id - The id or relative path of the configuration resource to be retrieved.AppResourceData retrieveWebResource(java.lang.String id)
id - The id or relative path of the web resource to be retrieved.