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. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

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.1.2-ce-ga3