Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet.configuration.icon
Interface PortletConfigurationIconFactory

All Known Implementing Classes:
BaseJSPPortletConfigurationIconFactory, BasePortletConfigurationIconFactory

public interface PortletConfigurationIconFactory


Method Summary
 PortletConfigurationIcon create(PortletRequest portletRequest)
           
 double getWeight()
           
 boolean include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

create

PortletConfigurationIcon create(PortletRequest portletRequest)

getWeight

double getWeight()

include

boolean include(javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)
                throws IOException
Throws:
IOException

Liferay 7.0-ce-b4