Liferay 6.0-ee

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

Packages that use PortletURLListener
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portlet   
 

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)
           
 

Uses of PortletURLListener in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement PortletURLListener
 class PortletURLListenerImpl
           
 

Methods in com.liferay.portal.model.impl that return PortletURLListener
 PortletURLListener PortletAppImpl.getPortletURLListener(String listenerClass)
           
 

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

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

Uses of PortletURLListener in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type PortletURLListener
static PortletURLGenerationListener PortletURLListenerFactory.create(PortletURLListener portletURLListener)
           
static void PortletURLListenerFactory.destroy(PortletURLListener portletURLListener)
           
 


Liferay 6.0-ee