TextBundle

org.beangle.commons.text.i18n.TextBundle

TextBundle

Attributes

Since:

3.0.0

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def get(key: String): Option[String]

Gets a message based on a message key, or null if no message is found.

Gets a message based on a message key, or null if no message is found.

Attributes

def locale: Locale

Returns the locale of this resource bundle.

Returns the locale of this resource bundle.

Attributes

def resource: String

Get the bundle resource path

Get the bundle resource path

Attributes