ClassTextFinder

org.beangle.commons.text.i18n.ClassTextFinder
class ClassTextFinder(locale: Locale, registry: TextBundleRegistry)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def find(clazz: Class[_], key: String): Option[String]
final protected def getClassMessage(className: String, key: String): Option[String]

Gets the message from the named resource bundle.

Gets the message from the named resource bundle.

Attributes

final protected def getPackageMessage(packageName: String, key: String, checked: Set[String]): Option[String]

Gets the message from the named resource bundle.

Gets the message from the named resource bundle.

Attributes