Class MenuPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPlugin, step.core.plugins.OptionalPlugin, step.framework.server.ServerPlugin<step.core.GlobalContext>

    public class MenuPlugin
    extends step.core.plugins.AbstractControllerPlugin
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MENU_CONFIG_PROPERTY  
    • Constructor Summary

      Constructors 
      Constructor Description
      MenuPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.plugins.AbstractWebPlugin getWebPlugin()  
      void serverStart​(step.core.GlobalContext context)  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, canBeDisabled, getExecutionEnginePlugin, initializeData, migrateData, serverStop
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MENU_CONFIG_PROPERTY

        public static final java.lang.String MENU_CONFIG_PROPERTY
        See Also:
        Constant Field Values
    • Constructor Detail

      • MenuPlugin

        public MenuPlugin()
    • Method Detail

      • serverStart

        public void serverStart​(step.core.GlobalContext context)
                         throws java.lang.Exception
        Specified by:
        serverStart in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        serverStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • getWebPlugin

        public step.core.plugins.AbstractWebPlugin getWebPlugin()
        Specified by:
        getWebPlugin in interface step.core.plugins.ControllerPlugin
        Overrides:
        getWebPlugin in class step.core.plugins.AbstractControllerPlugin