Class PortletURLListenerImpl

Object
com.liferay.portal.model.impl.PortletURLListenerImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.PortletURLListener, Serializable

public class PortletURLListenerImpl extends Object implements com.liferay.portal.kernel.model.PortletURLListener
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • PortletURLListenerImpl

      public PortletURLListenerImpl(String listenerClass, int ordinal, com.liferay.portal.kernel.model.PortletApp portletApp)
  • Method Details

    • getListenerClass

      public String getListenerClass()
      Specified by:
      getListenerClass in interface com.liferay.portal.kernel.model.PortletURLListener
    • getOrdinal

      public int getOrdinal()
      Specified by:
      getOrdinal in interface com.liferay.portal.kernel.model.PortletURLListener
    • getPortletApp

      public com.liferay.portal.kernel.model.PortletApp getPortletApp()
      Specified by:
      getPortletApp in interface com.liferay.portal.kernel.model.PortletURLListener
    • setListenerClass

      public void setListenerClass(String listenerClass)
      Specified by:
      setListenerClass in interface com.liferay.portal.kernel.model.PortletURLListener
    • setOrdinal

      public void setOrdinal(int ordinal)
      Specified by:
      setOrdinal in interface com.liferay.portal.kernel.model.PortletURLListener
    • setPortletApp

      public void setPortletApp(com.liferay.portal.kernel.model.PortletApp portletApp)
      Specified by:
      setPortletApp in interface com.liferay.portal.kernel.model.PortletURLListener