Liferay 7.0-ce-b4

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<PortletConfigurationIconFactory> getPortletConfigurationIcons(String portletId, PortletRequest portletRequest)
           
 
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<PortletConfigurationIconFactory> getPortletConfigurationIcons(String portletId,
                                                                                 PortletRequest portletRequest)

getKey

protected static String getKey(String portletId,
                               String path)

getPaths

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

Liferay 7.0-ce-b4