Methods in org.moremotion.resource that throw ResourceException |
java.lang.String |
Resource.format(java.lang.String language)
Formats this resource by retrieving the actual text in specified language from the resource bundle and
replacing the resource argument symbols in it. |
static ResourceBundle |
ResourceManager.getResourceBundle(java.lang.String bundleName,
java.lang.String language)
Returns a ResourceBundle object by the given resource identifier and language code. |
static ResourceBundle |
ResourceManager.getSystemResourceBundle(java.lang.String language)
Returns the ResourceBundle object of MoreMotion. |
static Resource |
Resource.parse(java.lang.String resfunc)
Parses the resource function in the specified string and returns a resource object. |
static java.lang.String |
ResourceManager.replaceResDefinitions(java.lang.String inBuffer,
java.lang.String language)
Resolves the preformatted $res() definitions existing in the given string using the given language. |