Liferay 7.0-ga1 portal-kernel

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

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.configuration.icon.BasePortletConfigurationIcon
      extended by com.liferay.portal.kernel.portlet.configuration.icon.BaseJSPPortletConfigurationIcon
All Implemented Interfaces:
PortletConfigurationIcon

public abstract class BaseJSPPortletConfigurationIcon
extends BasePortletConfigurationIcon


Constructor Summary
BaseJSPPortletConfigurationIcon()
           
 
Method Summary
abstract  String getJspPath()
           
 javax.servlet.ServletContext getServletContext()
           
 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.BasePortletConfigurationIcon
getAlt, getAriaRole, getCssClass, getData, getIconCssClass, getId, getImage, getImageHover, getLang, getLinkCssClass, getLocale, getMessage, getMethod, getOnClick, getResourceBundle, getSrc, getSrcHover, getTarget, getURL, getWeight, isLabel, isToolTip, isUseDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.portlet.configuration.icon.PortletConfigurationIcon
isShow
 

Constructor Detail

BaseJSPPortletConfigurationIcon

public BaseJSPPortletConfigurationIcon()
Method Detail

getJspPath

public abstract String getJspPath()

getServletContext

public javax.servlet.ServletContext getServletContext()

include

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

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)

Liferay 7.0-ga1 portal-kernel