|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageComposer | |
---|---|
de.smartics.exceptions.i18n | The core package for the I18N exception handling. |
de.smartics.exceptions.i18n.context | Provides context configuration for exceptions. |
de.smartics.exceptions.i18n.message | Provides classes for the internationalization of exception messages. |
Uses of MessageComposer in de.smartics.exceptions.i18n |
---|
Methods in de.smartics.exceptions.i18n that return MessageComposer | |
---|---|
MessageComposer |
I18nExceptionContext.getMessageComposer() Returns the implementation to use for the message composer. |
static MessageComposer |
I18nExceptionContextManager.getMessageComposer(ClassLoader classLoader) Convenience method to access the message composer for the given class loader. |
Uses of MessageComposer in de.smartics.exceptions.i18n.context |
---|
Methods in de.smartics.exceptions.i18n.context that return MessageComposer | |
---|---|
MessageComposer |
AbstractI18nExceptionContext.getMessageComposer() |
Uses of MessageComposer in de.smartics.exceptions.i18n.message |
---|
Classes in de.smartics.exceptions.i18n.message that implement MessageComposer | |
---|---|
class |
DefaultMessageComposer Deprecated. Use IcuMessageComposer . Will be removed with version 1.0. To switch to this version please reformat your compound messages, using ICU MessageFormat. |
class |
IcuMessageComposer Message composer implementation that is bases on MessageFormat of the icu4j project. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |