public class TranslationInterceptor extends Object implements org.springframework.web.context.request.WebRequestInterceptor
TranslationRequestProcessor.| Modifier and Type | Field and Description |
|---|---|
protected TranslationRequestProcessor |
translationRequestProcessor |
| Constructor and Description |
|---|
TranslationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCompletion(org.springframework.web.context.request.WebRequest request,
Exception ex) |
void |
postHandle(org.springframework.web.context.request.WebRequest request,
org.springframework.ui.ModelMap model) |
void |
preHandle(org.springframework.web.context.request.WebRequest request) |
protected TranslationRequestProcessor translationRequestProcessor
public void preHandle(org.springframework.web.context.request.WebRequest request)
throws Exception
preHandle in interface org.springframework.web.context.request.WebRequestInterceptorExceptionpublic void postHandle(org.springframework.web.context.request.WebRequest request,
org.springframework.ui.ModelMap model)
throws Exception
postHandle in interface org.springframework.web.context.request.WebRequestInterceptorExceptionCopyright © 2014. All Rights Reserved.