Package com.liferay.portal.deploy.hot
Class ThemeLoaderHotDeployListener
Object
com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
com.liferay.portal.deploy.hot.ThemeLoaderHotDeployListener
- All Implemented Interfaces:
com.liferay.portal.kernel.deploy.hot.HotDeployListener
public class ThemeLoaderHotDeployListener
extends com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doInvokeDeploy
(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) protected void
doInvokeUndeploy
(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) void
invokeDeploy
(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) void
invokeUndeploy
(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) Methods inherited from class com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
getClpServletContextName, newInstance, newInstance, throwHotDeployException
-
Constructor Details
-
ThemeLoaderHotDeployListener
public ThemeLoaderHotDeployListener()
-
-
Method Details
-
invokeDeploy
public void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) throws com.liferay.portal.kernel.deploy.hot.HotDeployException - Throws:
com.liferay.portal.kernel.deploy.hot.HotDeployException
-
invokeUndeploy
public void invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) throws com.liferay.portal.kernel.deploy.hot.HotDeployException - Throws:
com.liferay.portal.kernel.deploy.hot.HotDeployException
-
doInvokeDeploy
protected void doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) throws Exception - Throws:
Exception
-
doInvokeUndeploy
protected void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) throws Exception - Throws:
Exception
-