Liferay 7.0-ce-b7 portal-service

com.liferay.portal.kernel.portlet.configuration.icon
Class BasePortletConfigurationIconFactory

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.configuration.icon.BasePortletConfigurationIconFactory
All Implemented Interfaces:
PortletConfigurationIconFactory
Direct Known Subclasses:
BaseJSPPortletConfigurationIconFactory

public class BasePortletConfigurationIconFactory
extends Object
implements PortletConfigurationIconFactory


Constructor Summary
BasePortletConfigurationIconFactory()
           
 
Method Summary
 PortletConfigurationIcon create(PortletRequest portletRequest, PortletResponse portletResponse)
           
 double getWeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePortletConfigurationIconFactory

public BasePortletConfigurationIconFactory()
Method Detail

create

public PortletConfigurationIcon create(PortletRequest portletRequest,
                                       PortletResponse portletResponse)
Specified by:
create in interface PortletConfigurationIconFactory

getWeight

public double getWeight()
Specified by:
getWeight in interface PortletConfigurationIconFactory

Liferay 7.0-ce-b7 portal-service