All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.demos.travel.TravelResourceBundle
java.lang.Object
|
+----java.util.ResourceBundle
|
+----java.util.ListResourceBundle
|
+----com.ibm.beans.demos.travel.TravelResourceBundle
- public class TravelResourceBundle
- extends ListResourceBundle
The TravelResourceBundle class provides internalization/localization
support for the com.ibm.beans.demos.travel package.
-
TravelResourceBundle()
-
-
getContents()
- Provides access to the key-value pairs which
comprise the resource bundle.
TravelResourceBundle
public TravelResourceBundle()
getContents
public Object[][] getContents()
- Provides access to the key-value pairs which
comprise the resource bundle.
- Returns:
- Object[][]. The first element is a String representing the
key and the second is any object representing the value.
- Overrides:
- getContents in class ListResourceBundle
All Packages Class Hierarchy This Package Previous Next Index