public class PluginPackageHotDeployListener
extends com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_BUILDER_PROPERTIES |
| Constructor and Description |
|---|
PluginPackageHotDeployListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
protected void |
doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
protected void |
initLogger(java.lang.ClassLoader classLoader) |
protected void |
initPortletProps(java.lang.ClassLoader classLoader) |
protected void |
initServiceComponent(javax.servlet.ServletContext servletContext,
java.lang.ClassLoader classLoader) |
void |
invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
void |
invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
public static final java.lang.String SERVICE_BUILDER_PROPERTIES
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 doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws java.lang.Exception
java.lang.Exceptionprotected void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws java.lang.Exception
java.lang.Exceptionprotected void initLogger(java.lang.ClassLoader classLoader)
protected void initPortletProps(java.lang.ClassLoader classLoader)
throws java.lang.Exception
java.lang.Exceptionprotected void initServiceComponent(javax.servlet.ServletContext servletContext,
java.lang.ClassLoader classLoader)
throws java.lang.Exception
java.lang.Exception