com.waveset.notification
Interface EmailNotifier.LocaleLocator
- Enclosing interface:
- EmailNotifier
- public static interface EmailNotifier.LocaleLocator
This class is used to lookup the Locale of a user with a given email
address.
Method Summary |
java.util.Locale |
locateLocaleFromEmail(java.lang.String email)
Return the Locale (if available) of the user with the given email
address. |
locateLocaleFromEmail
public java.util.Locale locateLocaleFromEmail(java.lang.String email)
throws WavesetException
- Return the Locale (if available) of the user with the given email
address.
- Parameters:
email
- The email address of the user for which to locate a
locale.
- Returns:
- A possibly-null Locale of the user with the given email
address.
- Throws:
WavesetException