org.salespointframework.web.spring.interceptors
Class MessageAwareHandlerInterceptorAdapter
java.lang.Object
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
org.salespointframework.web.spring.interceptors.MessageAwareHandlerInterceptorAdapter
- All Implemented Interfaces:
- org.springframework.context.MessageSourceAware, org.springframework.web.servlet.HandlerInterceptor
- Direct Known Subclasses:
- LoginInterceptor
public abstract class MessageAwareHandlerInterceptorAdapter
- extends org.springframework.web.servlet.handler.HandlerInterceptorAdapter
- implements org.springframework.context.MessageSourceAware
Interceptor to handle messages.
- Author:
- Uwe Schmidt, Lars Kreisz
Field Summary |
protected java.util.logging.Logger |
log
|
protected org.springframework.context.MessageSource |
messageSource
|
Method Summary |
void |
setMessageSource(org.springframework.context.MessageSource messageSource)
|
Methods inherited from class org.springframework.web.servlet.handler.HandlerInterceptorAdapter |
afterCompletion, postHandle, preHandle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final java.util.logging.Logger log
messageSource
protected org.springframework.context.MessageSource messageSource
MessageAwareHandlerInterceptorAdapter
public MessageAwareHandlerInterceptorAdapter()
setMessageSource
public void setMessageSource(org.springframework.context.MessageSource messageSource)
- Specified by:
setMessageSource
in interface org.springframework.context.MessageSourceAware