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
IBM copyright notice field.
Fields inherited from class java.util.ResourceBundle
parent
Constructor Summary
CoreUserMessages()
Constructor for CoreUserMessages.
Method Summary
java.lang.Object[][] getContents()
Gets the messages contents.
ServerResourceBundleBridge getCorrectiveActionResouce()
Gets the corrective action resource bridge based on the Locale.
abstract java.util.Locale getLocale()
Gets 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
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

CoreUserMessages

public CoreUserMessages()
Constructor for CoreUserMessages.
Method Detail

getContents

public java.lang.Object[][] getContents()
Gets the messages contents.
Returns:
array of messages contents

getCorrectiveActionResouce

public ServerResourceBundleBridge getCorrectiveActionResouce()
Gets the corrective action resource bridge based on the Locale.
Specified by:
getCorrectiveActionResouce in interface CorrectiveActionMessages
Returns:
corrective action resource bundle

getLocale

public abstract java.util.Locale getLocale()
Gets the Locale.
Returns:
system locale

Feedback