Liferay 7.0-ce-b6

Uses of Interface
com.liferay.portal.kernel.portlet.configuration.icon.PortletConfigurationIconFactory

Packages that use PortletConfigurationIconFactory
com.liferay.portal.kernel.portlet.configuration.icon   
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
 

Uses of PortletConfigurationIconFactory in com.liferay.portal.kernel.portlet.configuration.icon
 

Classes in com.liferay.portal.kernel.portlet.configuration.icon that implement PortletConfigurationIconFactory
 class BaseJSPPortletConfigurationIconFactory
           
 class BasePortletConfigurationIconFactory
           
 

Methods in com.liferay.portal.kernel.portlet.configuration.icon that return types with arguments of type PortletConfigurationIconFactory
static List<PortletConfigurationIconFactory> PortletConfigurationIconTracker.getPortletConfigurationFactories(String portletId, PortletRequest portletRequest)
           
 

Method parameters in com.liferay.portal.kernel.portlet.configuration.icon with type arguments of type PortletConfigurationIconFactory
 void PortletConfigurationIconServiceReferenceMapper.map(com.liferay.registry.ServiceReference<PortletConfigurationIconFactory> serviceReference, com.liferay.registry.collections.ServiceReferenceMapper.Emitter<String> emitter)
           
 

Uses of PortletConfigurationIconFactory in com.liferay.portal.util.comparator
 

Fields in com.liferay.portal.util.comparator with type parameters of type PortletConfigurationIconFactory
static Comparator<PortletConfigurationIconFactory> PortletConfigurationIconFactoryComparator.INSTANCE
           
 

Methods in com.liferay.portal.util.comparator with parameters of type PortletConfigurationIconFactory
 int PortletConfigurationIconFactoryComparator.compare(PortletConfigurationIconFactory portletConfigurationIconFactory1, PortletConfigurationIconFactory portletConfigurationIconFactory2)
           
 


Liferay 7.0-ce-b6