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 String
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
void
setCurrentUserService(CurrentUserService userDataService)
-
-
-
Method Detail
-
setCurrentUserService
@Autowired public void setCurrentUserService(CurrentUserService userDataService)
-
-