java.lang.Object
com.sun.faces.application.ApplicationResourceBundle
Contains an application level resource bundle name and its associated descriptions, if any.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(Locale locale) getDisplayName
(Locale locale) getResourceBundle
(Locale locale)
-
Field Details
-
Constructor Details
-
ApplicationResourceBundle
public ApplicationResourceBundle(String baseName, Map<String, String> displayNames, Map<String, String> descriptions) Constructs a new ApplicationResourceBundle
- Parameters:
baseName
- the base name of theResourceBundle
displayNames
- any display names that were associated with the resource bundle definition in the configuration resourcedescriptions
- any descriptions that were associated with the resource bundle definition in the configuration resource
-
-
Method Details