com.iplanet.services.cdm
Class CDMBundle

java.lang.Object
  |
  +--com.iplanet.services.cdm.CDMBundle

public class CDMBundle
extends java.lang.Object

Provides methods to get the Locale values from resource bundle for ClientDetection class.


Constructor Summary
CDMBundle()
           
 
Method Summary
static java.lang.String getString(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDMBundle

public CDMBundle()
Method Detail

getString

public static java.lang.String getString(java.lang.String str)
Parameters:
str - The key for the resource bundle property to be returned.
Returns:
The Locale value for the given key


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.