|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Messages | |
---|---|
org.clazzes.util.aop.i18n | |
org.clazzes.util.aop.i18n.impl |
Uses of Messages in org.clazzes.util.aop.i18n |
---|
Methods in org.clazzes.util.aop.i18n that return Messages | |
---|---|
static Messages |
MessagesFactory.newMessages(Locale locale,
Class<?> forClass)
Return a Messages instance by locale and a resource bundle
to be loaded from a properties file using the class loader and the
class name of the given class. |
static Messages |
MessagesFactory.newMessages(Locale locale,
ClassLoader classLoader,
String resourcePath)
Construct a Messages instance by locale and a resource bundle
to be loaded from a properties file from the resourcePath from the given class loader. |
static Messages |
MessagesFactory.newMessages(Locale locale,
PluralRule pr,
Class<?> forClass)
Return a Messages instance by locale, plural rule and a resource
bundle to be loaded from a properties file using the class loader and
the class name of the given class. |
static Messages |
MessagesFactory.newMessages(Locale locale,
PluralRule pr,
ClassLoader classLoader,
String resourcePath)
Construct a Messages instance by locale, plural rule and a resource bundle
to be loaded from a properties file from the resourcePath from the given class loader. |
static Messages |
MessagesFactory.newMessages(Locale locale,
PluralRule pr,
ResourceBundle resources)
Construct a Messages instance by locale, plural rule and a resource bundle. |
static Messages |
MessagesFactory.newMessages(Locale locale,
ResourceBundle resources)
Construct a Messages instance by locale,and a resource bundle. |
Uses of Messages in org.clazzes.util.aop.i18n.impl |
---|
Classes in org.clazzes.util.aop.i18n.impl that implement Messages | |
---|---|
class |
MessagesImpl
The implementation of our Messages interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |