Package org.duracloud.syncui.setup
Class StartSyncAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.duracloud.syncui.setup.StartSyncAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
@Component public class StartSyncAction extends org.springframework.webflow.action.AbstractAction- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description StartSyncAction(SyncProcessManager syncProcessManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext context)
-
-
-
Constructor Detail
-
StartSyncAction
@Autowired public StartSyncAction(SyncProcessManager syncProcessManager)
-
-