com.liferay.portal.deploy.hot
Class PortletHotDeployListener

java.lang.Object
  extended bycom.liferay.portal.deploy.hot.PortletHotDeployListener
All Implemented Interfaces:
com.liferay.portal.kernel.deploy.hot.HotDeployListener

public class PortletHotDeployListener
extends java.lang.Object
implements com.liferay.portal.kernel.deploy.hot.HotDeployListener

View Source

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

Constructor Summary
PortletHotDeployListener()
           
 
Method Summary
 void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
           
 void invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
           
protected  void processProperties(java.lang.String servletContextName, java.lang.ClassLoader portletClassLoader, java.util.Properties portletProps)
           
protected  void processServiceBuilder(javax.servlet.ServletContext ctx, java.lang.ClassLoader portletClassLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletHotDeployListener

public PortletHotDeployListener()
Method Detail

invokeDeploy

public void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
                  throws com.liferay.portal.kernel.deploy.hot.HotDeployException
Specified by:
invokeDeploy in interface com.liferay.portal.kernel.deploy.hot.HotDeployListener
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
Specified by:
invokeUndeploy in interface com.liferay.portal.kernel.deploy.hot.HotDeployListener
Throws:
com.liferay.portal.kernel.deploy.hot.HotDeployException

processProperties

protected void processProperties(java.lang.String servletContextName,
                                 java.lang.ClassLoader portletClassLoader,
                                 java.util.Properties portletProps)
                          throws java.lang.Exception
Throws:
java.lang.Exception

processServiceBuilder

protected void processServiceBuilder(javax.servlet.ServletContext ctx,
                                     java.lang.ClassLoader portletClassLoader)
                              throws java.lang.Exception
Throws:
java.lang.Exception