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 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

      protected String getPortletId(String servletContextName, String portletName)
    • 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