Package step.plugins.logicflow
Class LogicFlowPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.plugins.logicflow.LogicFlowPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
,step.framework.server.ServerPlugin<step.core.GlobalContext>
public class LogicFlowPlugin extends AbstractLicensedControllerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONTROLLER_URL
static java.lang.String
PLUGINS_LOGICFLOW_URL
-
Constructor Summary
Constructors Constructor Description LogicFlowPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getModuleName()
step.core.plugins.WebPlugin
getWebPlugin()
void
serverStart(step.core.GlobalContext context)
-
-
-
Field Detail
-
PLUGINS_LOGICFLOW_URL
public static final java.lang.String PLUGINS_LOGICFLOW_URL
- See Also:
- Constant Field Values
-
CONTROLLER_URL
public static final java.lang.String CONTROLLER_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleName
in classAbstractLicensedControllerPlugin
-
serverStart
public void serverStart(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
serverStart
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
serverStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Specified by:
getWebPlugin
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
getWebPlugin
in classstep.core.plugins.AbstractControllerPlugin
-
-