PropertyFileLoader

play.ext.i18n.loaders.PropertyFileLoader

Loader of common property files, implementation taken from Play framework core

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object PropertyFileLoader.type

Members list

Value members

Concrete methods

override def apply(messageSource: MessageSource, messageSourceName: String): Either[ExceptionSource, Map[String, String]]

Attributes

Definition Classes