Implementation of {@link org.thymeleaf.messageresolver.IMessageResolver} thatintegrates the standard Spring way of resolving messages into Thymeleaf.
This resolution is done by means of using the available Spring-configured {@link MessageSource} objects.
This message resolver will consider you are using a non-reloadable ResourceBundleMessageSource in your Spring configuration and thus will be considered Cacheable
@author Daniel Fernández @since 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|