Class StartupAction

Object
com.liferay.portal.kernel.events.SimpleAction
com.liferay.portal.events.StartupAction
All Implemented Interfaces:
com.liferay.portal.kernel.events.LifecycleAction

public class StartupAction extends com.liferay.portal.kernel.events.SimpleAction
Author:
Brian Wing Shun Chan, Alexander Chow, Raymond Augé
  • Constructor Details

    • StartupAction

      public StartupAction()
  • Method Details

    • run

      public void run(String[] ids) throws com.liferay.portal.kernel.events.ActionException
      Specified by:
      run in class com.liferay.portal.kernel.events.SimpleAction
      Throws:
      com.liferay.portal.kernel.events.ActionException
    • doRun

      protected void doRun(String[] ids) throws Exception
      Throws:
      Exception