public interface Localiser
Locale that is used for localisation. Usually
this will be added to the proxy transparently wrapping the localisation. It may also be
implemented by mdoel classes that somehow need a localisation but do not have the corresponding
rich agent to determine the Locale. For instance the transferred URL context which
has to remove the localisation proxy before serialisation and needs to reapply it after
deserialisation.| Modifier and Type | Method and Description |
|---|---|
java.util.Locale |
getLocale()
Gets the
Locale that should be used or that is used for localisation of this
object or a related object. |