Class TranslationInterceptor
java.lang.Object
org.broadleafcommerce.common.web.filter.TranslationInterceptor
- All Implemented Interfaces:
org.springframework.web.context.request.WebRequestInterceptor
public class TranslationInterceptor
extends Object
implements org.springframework.web.context.request.WebRequestInterceptor
Interceptor for use with portlets that calls the
TranslationRequestProcessor.- Author:
- bpolster
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterCompletion(org.springframework.web.context.request.WebRequest request, Exception ex) voidpostHandle(org.springframework.web.context.request.WebRequest request, org.springframework.ui.ModelMap model) voidpreHandle(org.springframework.web.context.request.WebRequest request)
-
Field Details
-
translationRequestProcessor
-
-
Constructor Details
-
TranslationInterceptor
public TranslationInterceptor()
-
-
Method Details
-
preHandle
- Specified by:
preHandlein interfaceorg.springframework.web.context.request.WebRequestInterceptor- Throws:
Exception
-
postHandle
public void postHandle(org.springframework.web.context.request.WebRequest request, org.springframework.ui.ModelMap model) throws Exception - Specified by:
postHandlein interfaceorg.springframework.web.context.request.WebRequestInterceptor- Throws:
Exception
-
afterCompletion
public void afterCompletion(org.springframework.web.context.request.WebRequest request, Exception ex) throws Exception - Specified by:
afterCompletionin interfaceorg.springframework.web.context.request.WebRequestInterceptor- Throws:
Exception
-