Interface Localiser

All Known Implementing Classes:
AbstractTransferableGUIContext, LocalisationResolver, TransferredURLContext

public interface Localiser
This interface provides access to a 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.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Locale that should be used or that is used for localisation of this object or a related object.
  • Method Details

    • getLocale

      Locale getLocale()
      Gets the Locale that should be used or that is used for localisation of this object or a related object.
      Returns:
      The Locale that should be used or that is used for localisation of this object or a related object.