Class IsSetupInterceptor
- java.lang.Object
-
- com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
- org.onebusaway.presentation.impl.users.IsSetupInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class IsSetupInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor
Ensures that the webapp has been set up with at least one admin user- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsSetupInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
void
setInitialSetupService(InitialSetupService initialSetupService)
-
-
-
Method Detail
-
setInitialSetupService
@Autowired public void setInitialSetupService(InitialSetupService initialSetupService)
-
-