Liferay 7.0-ce-b7 portal-service

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()
           
 javax.servlet.ServletContext getServletContext()
           
 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()

getServletContext

public javax.servlet.ServletContext getServletContext()

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)

Liferay 7.0-ce-b7 portal-service