com.liferay.portal.deploy.hot
Class PortletHotDeployListener
java.lang.Object
com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
com.liferay.portal.deploy.hot.PortletHotDeployListener
- All Implemented Interfaces:
- com.liferay.portal.kernel.deploy.hot.HotDeployListener
public class PortletHotDeployListener
- extends com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
| 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 |
PortletHotDeployListener
public PortletHotDeployListener()
invokeDeploy
public void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
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 hotDeployEvent)
throws com.liferay.portal.kernel.deploy.hot.HotDeployException
- Throws:
com.liferay.portal.kernel.deploy.hot.HotDeployException
bindDataSource
protected void bindDataSource(String servletContextName)
throws Exception
- Throws:
Exception
checkResourceBundles
protected void checkResourceBundles(ClassLoader classLoader,
com.liferay.portal.kernel.model.Portlet portlet)
destroyPortlet
protected void destroyPortlet(com.liferay.portal.kernel.model.Portlet portlet,
Set<String> portletIds)
throws Exception
- Throws:
Exception
doInvokeDeploy
protected void doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws Exception
- Throws:
Exception
doInvokeUndeploy
protected void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws Exception
- Throws:
Exception
initPortletApp
protected void initPortletApp(String servletContextName,
javax.servlet.ServletContext servletContext,
ClassLoader classLoader,
com.liferay.portal.kernel.model.Portlet portlet)
throws Exception
- Throws:
Exception
processPortletProperties
protected void processPortletProperties(String servletContextName,
ClassLoader classLoader)
throws Exception
- Throws:
Exception
unbindDataSource
protected void unbindDataSource(String servletContextName)