ru.biosoft.workbench
Class MessageBundle

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byru.biosoft.workbench.MessageBundle

public class MessageBundle
extends java.util.ListResourceBundle


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
MessageBundle()
           
 
Method Summary
 java.lang.Object[][] getContents()
           
 java.lang.String getResourceString(java.lang.String key)
          Returns string from the resource bundle for the specified key.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageBundle

public MessageBundle()
Method Detail

getContents

public java.lang.Object[][] getContents()

getResourceString

public java.lang.String getResourceString(java.lang.String key)
Returns string from the resource bundle for the specified key. If the sting is absent the key string is returned instead and the message is printed in log4j.Category for the component.



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.