Liferay 6.2.0

Uses of Interface
com.liferay.portal.model.PortletURLListener

Packages that use PortletURLListener
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of PortletURLListener in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletURLListener
abstract  PortletURLListener PortletApp.getPortletURLListener(String listenerClass)
           
 

Methods in com.liferay.portal.model that return types with arguments of type PortletURLListener
abstract  Set<PortletURLListener> PortletApp.getPortletURLListeners()
           
 

Methods in com.liferay.portal.model with parameters of type PortletURLListener
abstract  void PortletApp.addPortletURLListener(PortletURLListener portletURLListener)
           
 


Liferay 6.2.0