com.ibm.websphere.i18n.localizabletext
Interface LocalizableTextLTZ
- All Superinterfaces:
- Localizable, java.io.Serializable
- All Known Implementing Classes:
- LocalizableTextDateTimeArgument, LocalizableTextFormatter
- public interface LocalizableTextLTZ
- extends Localizable
This interface is intended to be implemented by a user class whose instances are
in a LocalizableTextFormatter argument array.
See Localizable for more information on this class and its format method.
- See Also:
Localizable
Method Summary |
java.lang.String |
format(java.util.Locale loc,
java.util.TimeZone tz)
Use this format method as an interface for user written code that will be called
when the LocalizableTextFormatter argument[] is processed. |
format
public java.lang.String format(java.util.Locale loc,
java.util.TimeZone tz)
throws LocalizableException
- Use this format method as an interface for user written code that will be called
when the LocalizableTextFormatter argument[] is processed.
See Localizable for more information on this class and its format method.
- Returns:
- java.lang.String
- See Also:
Localizable