| java.lang.Object org.mdarad.framework.resources.ResourcesUtils
ResourcesUtils | public class ResourcesUtils (Code) | | This class contains all the utilities needed to retrieved
resources from a property file.
author: Philippe Brouillette version: 1.0 |
getMessage | public static String getMessage(String bundle, String key, Locale locale)(Code) | | Method that returns the a resource from a bundle
Parameters: bundle - bundle name Parameters: key - key of the resource to be retrieved Parameters: locale - locale information A string that contains the resource |
|
|