Package com.identity4j.util.i18n
Interface LocalizableEntity
-
- All Superinterfaces:
Entity,Identifiable<String>
- All Known Implementing Classes:
DefaultLocalizableEntity,LocalizableRuntimeException
public interface LocalizableEntity extends Entity
An extension ofEntitythat should be used for entities that may be localised when rendered.
Whatever component is rendering the entity would normally make use of a string pattern such as[id].labelor[id].toolTip.
The localised messages should be retrieved usingMessages, which requires the bundle name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBundleName()Get the bundle name for the entity
-
-
-
Method Detail
-
getBundleName
String getBundleName()
Get the bundle name for the entity- Returns:
- the bundle name
-
-