| Package | Description |
|---|---|
| com.liferay.portal.kernel.portlet.configuration.icon | |
| com.liferay.portal.kernel.util.comparator |
This package defines the portal comparator classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseJSPPortletConfigurationIcon |
class |
BasePortletConfigurationIcon |
| Modifier and Type | Method and Description |
|---|---|
static List<PortletConfigurationIcon> |
PortletConfigurationIconTracker.getPortletConfigurationIcons(String portletId,
PortletRequest portletRequest) |
static List<PortletConfigurationIcon> |
PortletConfigurationIconTracker.getPortletConfigurationIcons(String portletId,
PortletRequest portletRequest,
Comparator<?> comparator) |
List<PortletConfigurationIcon> |
PortletConfigurationIconMenu.getPortletConfigurationIcons(String portletId,
PortletRequest portletRequest,
PortletResponse portletResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
PortletConfigurationIconServiceReferenceMapper.map(org.osgi.framework.ServiceReference<PortletConfigurationIcon> serviceReference,
com.liferay.osgi.service.tracker.collections.map.ServiceReferenceMapper.Emitter<String> emitter) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<PortletConfigurationIcon> |
PortletConfigurationIconComparator.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
PortletConfigurationIconComparator.compare(PortletConfigurationIcon portletConfigurationIconFactory1,
PortletConfigurationIcon portletConfigurationIconFactory2) |