com.liferay.portal.kernel.portlet.configuration.icon
Class BasePortletConfigurationIconFactory
java.lang.Object
com.liferay.portal.kernel.portlet.configuration.icon.BasePortletConfigurationIconFactory
- All Implemented Interfaces:
- PortletConfigurationIconFactory
- Direct Known Subclasses:
- BaseJSPPortletConfigurationIconFactory
public class BasePortletConfigurationIconFactory
- extends Object
- implements PortletConfigurationIconFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasePortletConfigurationIconFactory
public BasePortletConfigurationIconFactory()
create
public PortletConfigurationIcon create(PortletRequest portletRequest)
- Specified by:
create in interface PortletConfigurationIconFactory
getWeight
public double getWeight()
- Specified by:
getWeight in interface PortletConfigurationIconFactory
include
public boolean include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Specified by:
include in interface PortletConfigurationIconFactory
- Throws:
IOException