DefaultTextBundleLoader

org.beangle.commons.text.i18n.DefaultTextBundleLoader

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

override def find(locale: Locale, bundleName: String): Seq[(String, InputStream)]

Attributes

Definition Classes
protected def findExtra(locale: Locale, bundleName: String): Seq[(String, InputStream)]
override def load(locale: Locale, bundleName: String): Map[String, TextBundle]

Attributes

Definition Classes
protected def resolve(input: InputStream, charset: Charset): Map[String, Map[String, String]]

Read key value properties Group by Uppercased key,and default group

Read key value properties Group by Uppercased key,and default group

Attributes