org.riotfamily.common.web.collaboration
Class SharedPropertiesInterceptor
java.lang.Object
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedPropertiesInterceptor
public SharedPropertiesInterceptor()
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