Liferay 7.0-ce-a2

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

All Known Implementing Classes:
BaseJSPPortletConfigurationIconFactory, BasePortletConfigurationIconFactory

public interface PortletConfigurationIconFactory


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

Method Detail

create

PortletConfigurationIcon create(javax.servlet.http.HttpServletRequest request)

getWeight

double getWeight()

include

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

Liferay 7.0-ce-a2