List of usage examples for com.liferay.portal.kernel.portlet.configuration.icon.locator PortletConfigurationIconLocator interface-usage
From source file com.liferay.portlet.configuration.icon.locator.internal.LegacyConfigurationIconLocator.java
/** * @author Sergio Gonzlez */ @Component(immediate = true, service = PortletConfigurationIconLocator.class) public class LegacyConfigurationIconLocator implements PortletConfigurationIconLocator {
From source file com.liferay.portlet.configuration.icon.locator.internal.MVCCommandPortletConfigurationIconLocator.java
/** * @author Sergio Gonzlez */ @Component(immediate = true, service = PortletConfigurationIconLocator.class) public class MVCCommandPortletConfigurationIconLocator implements PortletConfigurationIconLocator {
From source file com.liferay.portlet.configuration.icon.locator.internal.MVCPortletConfigurationIconLocator.java
/** * @author Eudaldo Alonso */ @Component(immediate = true, service = PortletConfigurationIconLocator.class) public class MVCPortletConfigurationIconLocator implements PortletConfigurationIconLocator {
From source file com.liferay.portlet.configuration.icon.locator.internal.StrutsPortletConfigurationIconLocator.java
/** * @author Sergio Gonzlez */ @Component(immediate = true, service = PortletConfigurationIconLocator.class) public class StrutsPortletConfigurationIconLocator implements PortletConfigurationIconLocator {