Interface | Description |
---|---|
CustomMessageKeyConstant |
Constants for the custom messages keys.
|
MessageDao |
Class | Description |
---|---|
MessageDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
Message . |
MessageDaoImpl | |
MessageKeyLocalizedMessage |
Message that uses the
ResourceBundleManager for localization. |
MessageKeyLocalizedMessageBuilder |
Helper to build a
MessageKeyLocalizedMessage from message key pre- and suffixes. |
MultipleMessageKeyLocalizedMessage |
Message that aggregates multiple
LocalizedMessage and joins them on
MultipleMessageKeyLocalizedMessage.toString(Locale, Object...) using the provided MultipleMessageKeyLocalizedMessage.seperator (default is a space
" "). |
ResourceBundleChangedEvent |
Event to inform about a change in the application resource bundle resulting form add or removal
of localizations.
|
ResourceBundleManager |
The resource bundle manager controls the message source and takes care of providing it.
|
Copyright © 2019 Communote team. All rights reserved.