Liferay 7.0-ce-b4

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

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

public abstract class BaseJSPPortletConfigurationIconFactory
extends BasePortletConfigurationIconFactory


Constructor Summary
BaseJSPPortletConfigurationIconFactory()
           
 
Method Summary
abstract  String getJspPath()
           
 boolean include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.configuration.icon.BasePortletConfigurationIconFactory
create, getWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseJSPPortletConfigurationIconFactory

public BaseJSPPortletConfigurationIconFactory()
Method Detail

getJspPath

public abstract String getJspPath()

include

public boolean include(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws IOException
Specified by:
include in interface PortletConfigurationIconFactory
Overrides:
include in class BasePortletConfigurationIconFactory
Throws:
IOException

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)

Liferay 7.0-ce-b4