com.liferay.portal.kernel.deploy.hot
Class BaseHotDeployListener
java.lang.Object
com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
- All Implemented Interfaces:
- HotDeployListener
public abstract class BaseHotDeployListener
- extends java.lang.Object
- implements HotDeployListener
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseHotDeployListener
public BaseHotDeployListener()
throwHotDeployException
public void throwHotDeployException(HotDeployEvent event,
java.lang.String msg,
java.lang.Throwable t)
throws HotDeployException
- Throws:
HotDeployException
registerClpMessageListeners
protected void registerClpMessageListeners(javax.servlet.ServletContext servletContext,
java.lang.ClassLoader portletClassLoader)
throws java.lang.Exception
- Throws:
java.lang.Exception
unregisterClpMessageListeners
protected void unregisterClpMessageListeners(javax.servlet.ServletContext servletContext)
throws java.lang.Exception
- Throws:
java.lang.Exception