Liferay 7.0-ce-b1

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(PortletRequest portletRequest)
           
static List<PortletConfigurationIconFactory> getPortletConfigurationIcons(PortletRequest portletRequest)
           
protected static String getPortletId(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(PortletRequest portletRequest)

getKey

protected static String getKey(String portletId,
                               String path)

getPaths

protected static Set<String> getPaths(PortletRequest portletRequest)

getPortletId

protected static String getPortletId(PortletRequest portletRequest)

Liferay 7.0-ce-b1