Package step.controller.plugins
Class EnterpriseArtefactsControllerPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.controller.plugins.EnterpriseArtefactsControllerPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
public class EnterpriseArtefactsControllerPlugin extends AbstractLicensedControllerPlugin
This plugin is responsible for the registration of UI components of enterprise artefacts
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
WEBAPP_ROOT
-
Constructor Summary
Constructors Constructor Description EnterpriseArtefactsControllerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executionControllerStart(step.core.GlobalContext context)
protected java.lang.String
getModuleName()
step.core.plugins.WebPlugin
getWebPlugin()
-
-
-
Field Detail
-
WEBAPP_ROOT
public static final java.lang.String WEBAPP_ROOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleName
in classAbstractLicensedControllerPlugin
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
executionControllerStart
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
executionControllerStart
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
-
-