com.liferay.portal.kernel.portlet.configuration.icon
Class BaseJSPPortletConfigurationIcon
java.lang.Object
com.liferay.portal.kernel.portlet.configuration.icon.BasePortletConfigurationIcon
com.liferay.portal.kernel.portlet.configuration.icon.BaseJSPPortletConfigurationIcon
- All Implemented Interfaces:
- PortletConfigurationIcon
public abstract class BaseJSPPortletConfigurationIcon
- extends BasePortletConfigurationIcon
|
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 |
BaseJSPPortletConfigurationIcon
public BaseJSPPortletConfigurationIcon(javax.servlet.ServletContext servletContext,
String jspPath,
PortletRequest portletRequest)
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