com.liferay.portal.deploy.hot
Class LayoutTemplateHotDeployListener

java.lang.Object
  extended by com.liferay.portal.deploy.hot.BaseHotDeployListener
      extended by com.liferay.portal.deploy.hot.LayoutTemplateHotDeployListener
All Implemented Interfaces:
com.liferay.portal.kernel.deploy.hot.HotDeployListener

public class LayoutTemplateHotDeployListener
extends BaseHotDeployListener

View Source

Author:
Brian Wing Shun Chan, Brian Myunghun Kim, Ivica Cardic

Constructor Summary
LayoutTemplateHotDeployListener()
           
 
Method Summary
protected  void doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
           
protected  void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
           
 void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
           
 void invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
           
 
Methods inherited from class com.liferay.portal.deploy.hot.BaseHotDeployListener
registerClpMessageListeners, throwHotDeployException, unregisterClpMessageListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutTemplateHotDeployListener

public LayoutTemplateHotDeployListener()
Method Detail

invokeDeploy

public void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
                  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 event)
                    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 event)
                       throws java.lang.Exception
Throws:
java.lang.Exception

doInvokeUndeploy

protected void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
                         throws java.lang.Exception
Throws:
java.lang.Exception