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
-
Field Summary
Fields inherited from class org.springframework.webflow.action.AbstractAction
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext context) Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
-
Constructor Details
-
StartSyncAction
-
-
Method Details