All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.sessauth.demo.SampleResourceBundle

java.lang.Object
   |
   +----java.util.ResourceBundle
           |
           +----java.util.ListResourceBundle
                   |
                   +----com.ibm.beans.samples.dips.sessauth.demo.SampleResourceBundle

public class SampleResourceBundle
extends ListResourceBundle
SampleResourceBundle provides separation of the MRI from the source. the strings contained here will be translated when the product is made available in other locales.


Constructor Index

 o SampleResourceBundle()

Method Index

 o getContents()
Provides access to the key-value pairs which comprise the resource bundle.

Constructors

 o SampleResourceBundle
 public SampleResourceBundle()

Methods

 o 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