Liferay 7.0-ce-b6

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


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.portlet.configuration.icon.BasePortletConfigurationIcon
portletDisplay, portletRequest, themeDisplay
 
Constructor Summary
BaseJSPPortletConfigurationIcon(javax.servlet.ServletContext servletContext, String jspPath, PortletRequest portletRequest)
           
 
Method Summary
 boolean include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.configuration.icon.BasePortletConfigurationIcon
getAlt, getAriaRole, getCssClass, getData, getIconCssClass, getId, getImage, getImageHover, getLang, getLinkCssClass, getMessage, getMethod, getOnClick, getSrc, getSrcHover, getTarget, getURL, isLabel, isLocalizeMessage, 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(javax.servlet.ServletContext servletContext,
                                       String jspPath,
                                       PortletRequest portletRequest)
Method Detail

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

Liferay 7.0-ce-b6