Package io.vertigo.core.locale
Interface LocaleMessageKey
- All Superinterfaces:
Serializable
Key for an externalized message.
This interface represents a key used to identify an externalized message.
It is typically used to look up messages in a resource bundle.
- Author:
- pchretien, npiedeloup
-
Method Summary
-
Method Details
-
name
String name()Retrieves the name of the key.- Returns:
- The name of the key.
-