Class PortletURLListenerFactory

Object
com.liferay.portlet.PortletURLListenerFactory

public class PortletURLListenerFactory extends Object
Author:
Brian Wing Shun Chan
  • Method Summary

    Modifier and Type
    Method
    Description
    static jakarta.portlet.PortletURLGenerationListener
    create(com.liferay.portal.kernel.model.PortletURLListener portletURLListener)
     
    static void
    destroy(com.liferay.portal.kernel.model.PortletURLListener portletURLListener)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static jakarta.portlet.PortletURLGenerationListener create(com.liferay.portal.kernel.model.PortletURLListener portletURLListener) throws jakarta.portlet.PortletException
      Throws:
      jakarta.portlet.PortletException
    • destroy

      public static void destroy(com.liferay.portal.kernel.model.PortletURLListener portletURLListener)