Interface PortletConfigurationIcon
- All Known Implementing Classes:
BaseJSPPortletConfigurationIcon,BasePortletConfigurationIcon
public interface PortletConfigurationIcon
- Author:
- Eudaldo Alonso
-
Method Summary
Modifier and TypeMethodDescriptiongetAlt()Deprecated.As of Cavanaugh (7.4.x), with no direct replacementDeprecated.As of Cavanaugh (7.4.x), with no direct replacementgetContext(jakarta.portlet.PortletRequest portletRequest) getData()Deprecated.As of Cavanaugh (7.4.x), with no direct replacementgetId()Deprecated.As of Cavanaugh (7.4.x), with no direct replacementgetImage()Deprecated.As of Cavanaugh (7.4.x), with no direct replacementDeprecated.As of Cavanaugh (7.4.x), with no direct replacementgetLang()Deprecated.As of Cavanaugh (7.4.x), with no direct replacementDeprecated.As of Cavanaugh (7.4.x), with no direct replacementgetMessage(jakarta.portlet.PortletRequest portletRequest) getOnClick(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse) Deprecated.As of Cavanaugh (7.4.x), with no direct replacementgetSrc()Deprecated.As of Cavanaugh (7.4.x), with no direct replacementDeprecated.As of Cavanaugh (7.4.x), with no direct replacementgetURL(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse) doubledefault booleanbooleaninclude(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) booleanisLabel()Deprecated.As of Cavanaugh (7.4.x), with no direct replacementbooleanisShow(jakarta.portlet.PortletRequest portletRequest) default booleanisShowInEditMode(jakarta.portlet.PortletRequest portletRequest) booleanDeprecated.As of Cavanaugh (7.4.x), with no direct replacementboolean
-
Method Details
-
getAlt
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getAriaRole
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getContext
-
getCssClass
String getCssClass() -
getData
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getIconCssClass
String getIconCssClass() -
getId
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getImage
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getImageHover
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getLang
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getLinkCssClass
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getMessage
-
getMethod
String getMethod() -
getOnClick
@Deprecated String getOnClick(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse) Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getSrc
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getSrcHover
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getTarget
String getTarget() -
getURL
String getURL(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse) -
getWeight
double getWeight() -
hasSeparator
default boolean hasSeparator() -
include
boolean include(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Throws:
IOException
-
isLabel
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
isShow
boolean isShow(jakarta.portlet.PortletRequest portletRequest) -
isShowInEditMode
default boolean isShowInEditMode(jakarta.portlet.PortletRequest portletRequest) -
isToolTip
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
isUseDialog
boolean isUseDialog()
-