object Messages extends MessagesImplicits
Ordering
- Alphabetic
- By Inheritance
Inherited
- Messages
- MessagesImplicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait MessageSource extends AnyRef
A source for messages
- case class UrlMessageSource(url: URL) extends MessageSource with Product with Serializable
Value Members
- def apply(keys: Seq[String], args: Any*)(implicit provider: MessagesProvider): String
Translates the first defined message.
Translates the first defined message.
Uses
java.text.MessageFormat
internally to format the message.- keys
the message key
- args
the message arguments
- returns
the formatted message or a default rendering if the key wasn’t defined
- def apply(key: String, args: Any*)(implicit provider: MessagesProvider): String
Translates a message.
Translates a message.
Uses
java.text.MessageFormat
internally to format the message.- key
the message key
- args
the message arguments
- returns
the formatted message or a default rendering if the key wasn’t defined
- implicit def implicitMessagesProviderToMessages(implicit messagesProvider: MessagesProvider): Messages
- Definition Classes
- MessagesImplicits
- def isDefinedAt(key: String)(implicit provider: MessagesProvider): Boolean
Check if a message key is defined.
Check if a message key is defined.
- key
the message key
- returns
a boolean
- def parse(messageSource: MessageSource, messageSourceName: String): Either[ExceptionSource, Map[String, String]]
Parse all messages of a given input.
- object Attrs
Request Attributes for the MessagesApi Currently all Attributes are only available inside the MessagesApi methods.
Internationalisation API.
For example: