com.compoze.ebusiness
Class EBusinessResources
java.lang.Object
|
+--com.compoze.ebusiness.EBusinessResources
- public class EBusinessResources
- extends java.lang.Object
Provides access to the EBusinessResources
for the EBusiness
package. This class provides access to ebusiness_resources.properties
and provides a way to internationalize certain class in the EBusiness package.
ebusiness_resources.properties
can be found in j2ee_runtime.jar
at
com.compoze.ebusiness.ebusiness_resources.properties
.
Method Summary |
static java.util.ResourceBundle |
i()
Gets the singleton instance of the EBusinessResources . |
static java.util.ResourceBundle |
i(java.util.Locale locale)
Gets the singleton instance of the EBusinessResources . |
static void |
main(java.lang.String[] args)
Exerciser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EBusinessResources
public EBusinessResources()
i
public static java.util.ResourceBundle i()
- Gets the singleton instance of the
EBusinessResources
.
The default locale is used.
- Returns:
- a
EBusinessResources
for the EBusiness package - Throws:
MissingResourceException
- if the resource bundle could not be found
i
public static java.util.ResourceBundle i(java.util.Locale locale)
- Gets the singleton instance of the
EBusinessResources
.
- Parameters:
locale
- the locale to use when retrieving the resource bundle- Returns:
- a
EBusinessResources for the EBusiness package- Throws:
MissingResourceException
- if the resource bundle could not be found
main
public static void main(java.lang.String[] args)
- Exerciser.
- Parameters:
args
- main arguments - first argument should be the key to
get the value for
Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.