com.ibm.commerce.ras
Class CoreUserMessages

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.commerce.ras.CoreUserMessages
All Implemented Interfaces:
CorrectiveActionMessages

public abstract class CoreUserMessages
extends java.util.ListResourceBundle
implements CorrectiveActionMessages

CoreUserMessages contains the User messages defined in WebSphere Commerce


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
CoreUserMessages()
          ECUserResourceBundle constructor comment.
 
Method Summary
 java.lang.Object[][] getContents()
          getContents method returns Object array
 ServerResourceBundleBridge getCorrectiveActionResouce()
          This method loads the Corrective Action Resource Bridge based on the Locale.
abstract  java.util.Locale getLocale()
          An abstract method to get the Locale
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

CoreUserMessages

public CoreUserMessages()
ECUserResourceBundle constructor comment.
Parameters:
stream - java.io.InputStream
Throws:
java.io.IOException - The exception description.
Method Detail

getContents

public java.lang.Object[][] getContents()
getContents method returns Object array
Overrides:
getContents in class java.util.ListResourceBundle

getCorrectiveActionResouce

public ServerResourceBundleBridge getCorrectiveActionResouce()
This method loads the Corrective Action Resource Bridge based on the Locale.
Specified by:
getCorrectiveActionResouce in interface CorrectiveActionMessages

getLocale

public abstract java.util.Locale getLocale()
An abstract method to get the Locale
Overrides:
getLocale in class java.util.ResourceBundle