Uses of Class
org.forgerock.util.i18n.PreferredLocales
-
Packages that use PreferredLocales Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.util.i18n Utility classes for dealing with internationalization (i18n). -
-
Uses of PreferredLocales in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return PreferredLocales Modifier and Type Method Description PreferredLocalesActionRequest. getPreferredLocales()PreferredLocalesCreateRequest. getPreferredLocales()PreferredLocalesDeleteRequest. getPreferredLocales()PreferredLocalesPatchRequest. getPreferredLocales()PreferredLocalesQueryRequest. getPreferredLocales()PreferredLocalesReadRequest. getPreferredLocales()PreferredLocalesRequest. getPreferredLocales()Get the locale preference for the request.PreferredLocalesUpdateRequest. getPreferredLocales()Methods in org.forgerock.json.resource with parameters of type PreferredLocales Modifier and Type Method Description ActionRequestActionRequest. setPreferredLocales(PreferredLocales preferredLocales)CreateRequestCreateRequest. setPreferredLocales(PreferredLocales preferredLocales)DeleteRequestDeleteRequest. setPreferredLocales(PreferredLocales preferredLocales)PatchRequestPatchRequest. setPreferredLocales(PreferredLocales preferredLocales)QueryRequestQueryRequest. setPreferredLocales(PreferredLocales preferredLocales)ReadRequestReadRequest. setPreferredLocales(PreferredLocales preferredLocales)RequestRequest. setPreferredLocales(PreferredLocales preferredLocales)Set the locale preference for the request.UpdateRequestUpdateRequest. setPreferredLocales(PreferredLocales preferredLocales) -
Uses of PreferredLocales in org.forgerock.util.i18n
Methods in org.forgerock.util.i18n with parameters of type PreferredLocales Modifier and Type Method Description StringLocalizableString. toTranslatedString(PreferredLocales locales)Returns the contained string, translated if applicable.
-