Interface for all MessageResolvers.
A MessageResolver uses the messageKey
to lookup in the ResourceBundle. If the defaultValue
is present and no message is found for the given key, it will be used as a result.
By default, if the JSTL jar is present in the classpath and no MessageResolver has been configured in the datatables.properties (thanks to the i18n.message.resolver
property), the JstlMessageResolver will be used. It is also possible to use different {@link MessageResolver} indifferent configuration groups.
@author Thibault Duchateau
@since 0.9.0
|
|