public class TranslationInterceptor
extends java.lang.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,
java.lang.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 java.lang.Exception
preHandle in interface org.springframework.web.context.request.WebRequestInterceptorjava.lang.Exceptionpublic void postHandle(org.springframework.web.context.request.WebRequest request,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
postHandle in interface org.springframework.web.context.request.WebRequestInterceptorjava.lang.Exceptionpublic void afterCompletion(org.springframework.web.context.request.WebRequest request,
java.lang.Exception ex)
throws java.lang.Exception
afterCompletion in interface org.springframework.web.context.request.WebRequestInterceptorjava.lang.ExceptionCopyright © 2018. All Rights Reserved.