Liferay 6.0.5

com.liferay.portal.deploy.hot
Class ThemeLoaderHotDeployListener

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

public class ThemeLoaderHotDeployListener
extends BaseHotDeployListener


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

Constructor Detail

ThemeLoaderHotDeployListener

public ThemeLoaderHotDeployListener()
Method Detail

invokeDeploy

public void invokeDeploy(HotDeployEvent event)
                  throws HotDeployException
Throws:
HotDeployException

invokeUndeploy

public void invokeUndeploy(HotDeployEvent event)
                    throws HotDeployException
Throws:
HotDeployException

doInvokeDeploy

protected void doInvokeDeploy(HotDeployEvent event)
                       throws Exception
Throws:
Exception

doInvokeUndeploy

protected void doInvokeUndeploy(HotDeployEvent event)
                         throws Exception
Throws:
Exception

Liferay 6.0.5