Class LegacyPortletPanelAppHotDeployListener
java.lang.Object
com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
com.liferay.application.list.deploy.hot.LegacyPortletPanelAppHotDeployListener
- All Implemented Interfaces:
com.liferay.portal.kernel.deploy.hot.HotDeployListener
public class LegacyPortletPanelAppHotDeployListener
extends com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
activate
(org.osgi.framework.BundleContext bundleContext) protected String
getPortletId
(String servletContextName, String portletName) protected List<Dictionary<String,
Object>> getPropertiesList
(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) int
void
invokeDeploy
(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) void
invokeUndeploy
(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) Methods inherited from class com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
getClpServletContextName, newInstance, newInstance, throwHotDeployException
-
Constructor Details
-
LegacyPortletPanelAppHotDeployListener
public LegacyPortletPanelAppHotDeployListener()
-
-
Method Details
-
getServiceRegistrationsSize
public int getServiceRegistrationsSize() -
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
-
activate
protected void activate(org.osgi.framework.BundleContext bundleContext) -
getPortletId
-
getPropertiesList
protected List<Dictionary<String,Object>> getPropertiesList(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) throws com.liferay.portal.kernel.xml.DocumentException, IOException - Throws:
com.liferay.portal.kernel.xml.DocumentException
IOException
-