@Component(value="blTranslationRequestProcessor") public class TranslationRequestProcessor extends AbstractBroadleafWebRequestProcessor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
translationEnabled |
protected TranslationService |
translationService |
| Constructor and Description |
|---|
TranslationRequestProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.springframework.web.context.request.WebRequest request)
Process the current request.
|
postProcessprotected TranslationService translationService
@Value(value="${i18n.translation.enabled}")
protected boolean translationEnabled
public void process(org.springframework.web.context.request.WebRequest request)
BroadleafWebRequestProcessorCopyright © 2015. All Rights Reserved.