Uses of Class
org.forgerock.util.i18n.PreferredLocales
-
Packages that use PreferredLocales Package Description org.forgerock.http.header Processes HTTP message header fields.org.forgerock.http.util Miscellaneous utility classes.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.http.header
Methods in org.forgerock.http.header that return PreferredLocales Modifier and Type Method Description PreferredLocalesAcceptLanguageHeader. getLocales()Returns thePreferredLocalesinstance that represents this header.Methods in org.forgerock.http.header with parameters of type PreferredLocales Modifier and Type Method Description static AcceptLanguageHeaderAcceptLanguageHeader. valueOf(PreferredLocales locales)Creates an accept language header representation for aPreferredLocalesinstance. -
Uses of PreferredLocales in org.forgerock.http.util
Methods in org.forgerock.http.util with parameters of type PreferredLocales Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectWriterJson. makeLocalizingObjectWriter(com.fasterxml.jackson.databind.ObjectMapper mapper, PreferredLocales locales)Make an object writer that contains the provided locales for serialization ofLocalizableStringinstances. -
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.
-