org.alfresco.web.site
Class UserDashboardInterceptor
java.lang.Object
org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
org.alfresco.web.site.UserDashboardInterceptor
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware, org.springframework.web.context.request.WebRequestInterceptor, org.springframework.web.context.ServletContextAware
public class UserDashboardInterceptor
- extends org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
Framework interceptor responsible for constructing user dashboards if one has not already
been initialised and persisted for the current user.
Method Summary |
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)
|
Methods inherited from class org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor |
getApplicationContext, getObjectService, getRenderService, getServiceRegistry, getWebFrameworkConfiguration, setApplicationContext, setServiceRegistry, setServletContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserDashboardInterceptor
public UserDashboardInterceptor()
preHandle
public void preHandle(org.springframework.web.context.request.WebRequest request)
throws java.lang.Exception
- Throws:
java.lang.Exception
postHandle
public void postHandle(org.springframework.web.context.request.WebRequest request,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
- Throws:
java.lang.Exception
afterCompletion
public void afterCompletion(org.springframework.web.context.request.WebRequest request,
java.lang.Exception ex)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.