com.filenet.wcm.toolkit.util
Interface ResourceBundle


public interface ResourceBundle

This interface represents a localization resource bundle for use with the WcmStringResources class. WcmStringResources contains factories to construct these relative to filesystem, JAR and WAR. The created object can be used to do Locale lookups, and it can be added to either the WcmStrings or WcmException resource bundle paths.


Method Summary
 java.util.Locale findLocale(java.util.Enumeration locales, java.util.Locale defaultLocale)
           
 

Method Detail

findLocale

public java.util.Locale findLocale(java.util.Enumeration locales,
                                   java.util.Locale defaultLocale)


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.