com.ibm.websphere.i18n.localizabletext
Interface LocalizableTextTZ
- All Superinterfaces:
- Localizable, java.io.Serializable
- All Known Implementing Classes:
- LocalizableTextFormatter
- public interface LocalizableTextTZ
- 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.TimeZone timezone)
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.TimeZone timezone)
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