Class CurrentUserInterceptor
- java.lang.Object
-
- com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
- org.onebusaway.presentation.impl.users.CurrentUserInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor,Serializable
public class CurrentUserInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CurrentUserInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringintercept(com.opensymphony.xwork2.ActionInvocation invocation)voidsetCurrentUserService(CurrentUserService userDataService)
-
-
-
Method Detail
-
setCurrentUserService
@Autowired public void setCurrentUserService(CurrentUserService userDataService)
-
-