com.liferay.portal.events
Class GlobalStartupAction
java.lang.Object
com.liferay.portal.kernel.events.SimpleAction
com.liferay.portal.events.GlobalStartupAction
public class GlobalStartupAction
- extends com.liferay.portal.kernel.events.SimpleAction
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static java.util.List<com.liferay.portal.kernel.deploy.auto.AutoDeployListener> |
getAutoDeployListeners()
|
static java.util.List<com.liferay.portal.kernel.deploy.hot.HotDeployListener> |
getHotDeployListeners()
|
static java.util.List<com.liferay.portal.kernel.deploy.sandbox.SandboxDeployListener> |
getSandboxDeployListeners()
|
void |
run(java.lang.String[] ids)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalStartupAction
public GlobalStartupAction()
getAutoDeployListeners
public static java.util.List<com.liferay.portal.kernel.deploy.auto.AutoDeployListener> getAutoDeployListeners()
getHotDeployListeners
public static java.util.List<com.liferay.portal.kernel.deploy.hot.HotDeployListener> getHotDeployListeners()
getSandboxDeployListeners
public static java.util.List<com.liferay.portal.kernel.deploy.sandbox.SandboxDeployListener> getSandboxDeployListeners()
run
public void run(java.lang.String[] ids)
- Specified by:
run
in class com.liferay.portal.kernel.events.SimpleAction