Liferay 6.1.2-ce-ga3

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
 PortletURLListener PortletApp.getPortletURLListener(String listenerClass)
           
 

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

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


Liferay 6.1.2-ce-ga3