Underlying security services instantiate and pass a LanguageCallback to the handle method of a CallbackHandler to retrieve the Locale used for localizing text.
Underlying security services instantiate and pass a LanguageCallback to the handle method of a CallbackHandler to retrieve the Locale used for localizing text.
(->language-callback)
Constructor.
Construct a LanguageCallback.
Constructor. Construct a LanguageCallback.
(get-locale this)
Get the retrieved Locale.
returns: the retrieved Locale, or null
if no Locale could be retrieved. - java.util.Locale
Get the retrieved Locale. returns: the retrieved Locale, or null if no Locale could be retrieved. - `java.util.Locale`
(set-locale this locale)
Set the retrieved Locale.
locale - the retrieved Locale. - java.util.Locale
Set the retrieved Locale. locale - the retrieved Locale. - `java.util.Locale`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close