BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.databinding.grid.util
Class GridBundle

java.lang.Object
  extended by com.bea.wlw.netui.tags.databinding.grid.util.GridBundle

public class GridBundle
extends Object

Convenience class for dealing with resource bundles for the <netui-data:grid/> tag.


Method Summary
static String getBundleName()
           
static String getString(String aKey, Locale locale)
          Returns the string specified by aKey from the errors.properties bundle.
static String getString(String aKey, Object[] args, Locale locale)
          Returns the string specified by aKey from the errors.properties bundle.
static String getString(String aKey, Object arg, Locale locale)
          Returns the string specified by aKey from the errors.properties bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBundleName

public static final String getBundleName()

getString

public static String getString(String aKey,
                               Locale locale)
Returns the string specified by aKey from the errors.properties bundle.


getString

public static String getString(String aKey,
                               Object arg,
                               Locale locale)
Returns the string specified by aKey from the errors.properties bundle.

Parameters:
aKey - The key for the message pattern in the bundle.
arg - The arg to use in the message format.

getString

public static String getString(String aKey,
                               Object[] args,
                               Locale locale)
Returns the string specified by aKey from the errors.properties bundle.

Parameters:
aKey - The key for the message pattern in the bundle.
args - The args to use in the message format.

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.