Liferay 7.0-ce-a3

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


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
 

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-a3