com.ibm.websphere.i18n.localizabletext
Interface LocalizableTextL

All Superinterfaces:
Localizable, java.io.Serializable
All Known Implementing Classes:
LocalizableTextFormatter

public interface LocalizableTextL
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 locale)
          Use this format method as an interface for user written code that will be called when the LocalizableTextFormatter argument[] is processed.
 

Method Detail

format

public java.lang.String format(java.util.Locale locale)
                        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