Class DemoBundle
- java.lang.Object
-
- java.util.ResourceBundle
-
- org.apache.myfaces.tobago.context.TobagoBundle
-
- org.apache.myfaces.tobago.example.demo.DemoBundle
-
public class DemoBundle extends org.apache.myfaces.tobago.context.TobagoBundleResources of the demo application.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.myfaces.tobago.context.TobagoBundle
org.apache.myfaces.tobago.context.TobagoBundle.XmlTobagoBundle
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUNDLE_NAMEstatic StringVAR-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description DemoBundle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetString(javax.faces.context.FacesContext facesContext, String key)-
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
- See Also:
- Constant Field Values
-
BUNDLE_NAME
public static final String BUNDLE_NAME
- See Also:
- Constant Field Values
-
-