Class TobagoResourceBundle

java.lang.Object
java.util.ResourceBundle
org.apache.myfaces.tobago.context.TobagoBundle
org.apache.myfaces.tobago.context.TobagoResourceBundle

@Deprecated public class TobagoResourceBundle extends TobagoBundle
Deprecated.
since 4.3.0, use standard ResourceBundles (without XML) support please.
This ResourceBundle encapsulate string resources of Tobago components. This class works like the Java resource bundle mechanism for the resource bundle "org.apache.myfaces.tobago.context.TobagoResource". Supports XML properties files. Warning: The locale selection doesn't work correctly.
  • Field Details

  • Constructor Details

    • TobagoResourceBundle

      public TobagoResourceBundle()
      Deprecated.
  • Method Details

    • getString

      public static String getString(javax.faces.context.FacesContext facesContext, String key)
      Deprecated.