public class BroadleafThymeleaf3MessageResolver
extends org.thymeleaf.messageresolver.AbstractMessageResolver
| Modifier and Type | Field and Description |
|---|---|
protected static String |
I18N_VALUE_KEY |
protected static org.apache.commons.logging.Log |
LOG |
protected org.broadleafcommerce.common.i18n.service.TranslationService |
translationService |
| Constructor and Description |
|---|
BroadleafThymeleaf3MessageResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
createAbsentMessageRepresentation(org.thymeleaf.context.ITemplateContext context,
Class<?> origin,
String key,
Object[] messageParameters) |
String |
resolveMessage(org.thymeleaf.context.ITemplateContext context,
Class<?> origin,
String key,
Object[] messageParameters)
Resolve a translated value of an object's property.
|
protected static final org.apache.commons.logging.Log LOG
protected static final String I18N_VALUE_KEY
protected org.broadleafcommerce.common.i18n.service.TranslationService translationService
Copyright © 2021. All rights reserved.