Liferay 6.1.10-ee-ga1

com.liferay.portal.deploy.hot
Class PortletHotDeployListener

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

public class PortletHotDeployListener
extends BaseHotDeployListener


Constructor Summary
PortletHotDeployListener()
           
 
Method Summary
protected  void destroyPortlet(Portlet portlet, Set<String> portletIds)
           
protected  void doInvokeDeploy(HotDeployEvent hotDeployEvent)
           
protected  void doInvokeUndeploy(HotDeployEvent hotDeployEvent)
           
protected  void initLogger(ClassLoader portletClassLoader)
           
protected  PortletBag initPortlet(Portlet portlet, PortletBagFactory portletBagFactory)
           
protected  void initPortletApp(Portlet portlet, String servletContextName, javax.servlet.ServletContext servletContext, ClassLoader portletClassLoader)
           
 void invokeDeploy(HotDeployEvent hotDeployEvent)
           
 void invokeUndeploy(HotDeployEvent hotDeployEvent)
           
protected  void logRegistration(String servletContextName)
           
protected  void processPortletProperties(String servletContextName, ClassLoader portletClassLoader)
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
getClpServletContextName, 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

PortletHotDeployListener

public PortletHotDeployListener()
Method Detail

invokeDeploy

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

invokeUndeploy

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

destroyPortlet

protected void destroyPortlet(Portlet portlet,
                              Set<String> portletIds)
                       throws Exception
Throws:
Exception

doInvokeDeploy

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

doInvokeUndeploy

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

initLogger

protected void initLogger(ClassLoader portletClassLoader)

initPortlet

protected PortletBag initPortlet(Portlet portlet,
                                 PortletBagFactory portletBagFactory)
                          throws Exception
Throws:
Exception

initPortletApp

protected void initPortletApp(Portlet portlet,
                              String servletContextName,
                              javax.servlet.ServletContext servletContext,
                              ClassLoader portletClassLoader)
                       throws Exception
Throws:
Exception

logRegistration

protected void logRegistration(String servletContextName)

processPortletProperties

protected void processPortletProperties(String servletContextName,
                                        ClassLoader portletClassLoader)
                                 throws Exception
Throws:
Exception

Liferay 6.1.10-ee-ga1