Liferay 7.0-ce-b8 portal-service

com.liferay.portal.kernel.portlet.configuration.icon
Class PortletConfigurationIconTracker

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.configuration.icon.PortletConfigurationIconTracker

public class PortletConfigurationIconTracker
extends Object


Constructor Summary
PortletConfigurationIconTracker()
           
 
Method Summary
protected static String getKey(String portletId, String path)
           
protected static Set<String> getPaths(String portletId, PortletRequest portletRequest)
           
static List<PortletConfigurationIcon> getPortletConfigurationIcons(String portletId, PortletRequest portletRequest)
           
static List<PortletConfigurationIcon> getPortletConfigurationIcons(String portletId, PortletRequest portletRequest, Comparator<?> comparator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletConfigurationIconTracker

public PortletConfigurationIconTracker()
Method Detail

getPortletConfigurationIcons

public static List<PortletConfigurationIcon> getPortletConfigurationIcons(String portletId,
                                                                          PortletRequest portletRequest)

getPortletConfigurationIcons

public static List<PortletConfigurationIcon> getPortletConfigurationIcons(String portletId,
                                                                          PortletRequest portletRequest,
                                                                          Comparator<?> comparator)

getKey

protected static String getKey(String portletId,
                               String path)

getPaths

protected static Set<String> getPaths(String portletId,
                                      PortletRequest portletRequest)

Liferay 7.0-ce-b8 portal-service