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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.myfaces.tobago.context.TobagoBundle
TobagoBundle.XmlTobagoBundle
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUNDLE_NAME
Deprecated.static String
VAR
Deprecated.-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description TobagoResourceBundle()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
getString(javax.faces.context.FacesContext facesContext, String key)
Deprecated.-
Methods inherited from class org.apache.myfaces.tobago.context.TobagoBundle
getBundleName, getKeys, handleGetObject
-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
-
-
-
-
Field Detail
-
VAR
public static final String VAR
Deprecated.- See Also:
- Constant Field Values
-
BUNDLE_NAME
public static final String BUNDLE_NAME
Deprecated.- See Also:
- Constant Field Values
-
-