Liferay 6.0.5

com.liferay.portal.deploy.hot
Class ExtHotDeployListener

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

public class ExtHotDeployListener
extends BaseHotDeployListener


Constructor Summary
ExtHotDeployListener()
           
 
Method Summary
protected  void copyJar(javax.servlet.ServletContext servletContext, String dir, String jarName)
           
protected  void doInvokeDeploy(HotDeployEvent event)
           
protected  void doInvokeUndeploy(HotDeployEvent event)
           
protected  void installExt(javax.servlet.ServletContext servletContext, ClassLoader portletClassLoader)
           
 void invokeDeploy(HotDeployEvent event)
           
 void invokeUndeploy(HotDeployEvent event)
           
protected  void mergeWebXml(String portalWebDir, String pluginWebDir)
           
 
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

ExtHotDeployListener

public ExtHotDeployListener()
Method Detail

invokeDeploy

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

invokeUndeploy

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

copyJar

protected void copyJar(javax.servlet.ServletContext servletContext,
                       String dir,
                       String jarName)
                throws Exception
Throws:
Exception

installExt

protected void installExt(javax.servlet.ServletContext servletContext,
                          ClassLoader portletClassLoader)
                   throws Exception
Throws:
Exception

doInvokeDeploy

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

doInvokeUndeploy

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

mergeWebXml

protected void mergeWebXml(String portalWebDir,
                           String pluginWebDir)

Liferay 6.0.5