All Implemented Interfaces:
Serializable
, Callback
Underlying security services instantiate and pass a
LanguageCallback
to the handle
method of a CallbackHandler
to retrieve the Locale
used for localizing text.
Since:
1.4
See Also:
Constructor Summary
Constructors
Construct a LanguageCallback
.
Method Summary
All Methods Instance Methods Concrete Methods
Get the retrieved Locale
.
void
Set the retrieved Locale
.
Methods declared in class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
LanguageCallback
public LanguageCallback ()
Construct a LanguageCallback
.
Method Details
setLocale
public void setLocale (Locale locale)
Set the retrieved Locale
.
Parameters:
locale
- the retrieved Locale
.
See Also:
getLocale
Get the retrieved Locale
.
Returns:
the retrieved Locale
, or null
if no Locale
could be retrieved.
See Also:
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2024, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .