public class ExtHotDeployListener
extends com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
| Constructor and Description |
|---|
ExtHotDeployListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyJar(javax.servlet.ServletContext servletContext,
String dir,
String jarName) |
protected void |
doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
protected void |
doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
protected void |
installExt(javax.servlet.ServletContext servletContext)
Deprecated.
As of Wilberforce (7.0.x)
|
protected void |
installExt(javax.servlet.ServletContext servletContext,
ClassLoader portletClassLoader) |
void |
invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
void |
invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
protected void |
mergeWebXml(String portalWebDir,
String pluginWebDir) |
public void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws com.liferay.portal.kernel.deploy.hot.HotDeployException
com.liferay.portal.kernel.deploy.hot.HotDeployExceptionpublic void invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws com.liferay.portal.kernel.deploy.hot.HotDeployException
com.liferay.portal.kernel.deploy.hot.HotDeployExceptionprotected void copyJar(javax.servlet.ServletContext servletContext,
String dir,
String jarName)
throws Exception
Exceptionprotected void doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws Exception
Exceptionprotected void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws Exception
Exception@Deprecated
protected void installExt(javax.servlet.ServletContext servletContext)
throws Exception
Exceptionprotected void installExt(javax.servlet.ServletContext servletContext,
ClassLoader portletClassLoader)
throws Exception
Exceptionprotected void mergeWebXml(String portalWebDir,
String pluginWebDir)
throws IOException
IOException