Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AbstractApplicationController.loadWWWResource(java.lang.String fileName)
Loads a resource from the default folder (resources/www) with the default
encoding (UTF-8) and returns the content of the given resource as String.
|
java.lang.String |
AbstractApplicationController.loadWWWResource(java.lang.String fileName,
java.lang.String encoding)
Loads a resource from the default folder (resources/www) with the given
encoding and returns the content of the given resource as String.
|