org.riotfamily.common.web.collaboration
Class SharedPropertiesInterceptor

java.lang.Object
  extended by org.springframework.web.servlet.handler.HandlerInterceptorAdapter
      extended by org.riotfamily.common.web.collaboration.SharedPropertiesInterceptor
All Implemented Interfaces:
HandlerInterceptor

public class SharedPropertiesInterceptor
extends HandlerInterceptorAdapter

HandlerInterceptor that exposes a SharedProperties instance as request attribute.

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]
See Also:
SharedProperties

Constructor Summary
SharedPropertiesInterceptor()
           
 
Method Summary
 boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler)
           
 
Methods inherited from class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
afterCompletion, postHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedPropertiesInterceptor

public SharedPropertiesInterceptor()
Method Detail

preHandle

public boolean preHandle(HttpServletRequest request,
                         HttpServletResponse response,
                         Object handler)
                  throws Exception
Specified by:
preHandle in interface HandlerInterceptor
Overrides:
preHandle in class HandlerInterceptorAdapter
Throws:
Exception