public abstract class BasePortletConfigurationIcon extends Object implements PortletConfigurationIcon
| Constructor and Description |
|---|
BasePortletConfigurationIcon() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlt() |
String |
getAriaRole() |
String |
getCssClass() |
Map<String,Object> |
getData() |
String |
getIconCssClass() |
String |
getId() |
String |
getImage() |
String |
getImageHover() |
String |
getLang() |
String |
getLinkCssClass() |
protected Locale |
getLocale(PortletRequest portletRequest) |
String |
getMessage(PortletRequest portletRequest) |
String |
getMethod() |
String |
getOnClick(PortletRequest portletRequest,
PortletResponse portletResponse) |
ResourceBundle |
getResourceBundle(Locale locale) |
String |
getSrc() |
String |
getSrcHover() |
String |
getTarget() |
String |
getURL(PortletRequest portletRequest,
PortletResponse portletResponse) |
double |
getWeight() |
boolean |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected boolean |
isEmbeddedPersonalApplicationLayout(Layout layout) |
boolean |
isLabel() |
boolean |
isToolTip() |
boolean |
isUseDialog() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisShow, isShowInEditModepublic String getAlt()
getAlt in interface PortletConfigurationIconpublic String getAriaRole()
getAriaRole in interface PortletConfigurationIconpublic String getCssClass()
getCssClass in interface PortletConfigurationIconpublic Map<String,Object> getData()
getData in interface PortletConfigurationIconpublic String getIconCssClass()
getIconCssClass in interface PortletConfigurationIconpublic String getId()
getId in interface PortletConfigurationIconpublic String getImage()
getImage in interface PortletConfigurationIconpublic String getImageHover()
getImageHover in interface PortletConfigurationIconpublic String getLang()
getLang in interface PortletConfigurationIconpublic String getLinkCssClass()
getLinkCssClass in interface PortletConfigurationIconpublic String getMessage(PortletRequest portletRequest)
getMessage in interface PortletConfigurationIconpublic String getMethod()
getMethod in interface PortletConfigurationIconpublic String getOnClick(PortletRequest portletRequest, PortletResponse portletResponse)
getOnClick in interface PortletConfigurationIconpublic ResourceBundle getResourceBundle(Locale locale)
public String getSrc()
getSrc in interface PortletConfigurationIconpublic String getSrcHover()
getSrcHover in interface PortletConfigurationIconpublic String getTarget()
getTarget in interface PortletConfigurationIconpublic String getURL(PortletRequest portletRequest, PortletResponse portletResponse)
getURL in interface PortletConfigurationIconpublic double getWeight()
getWeight in interface PortletConfigurationIconpublic boolean include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws IOException
include in interface PortletConfigurationIconIOExceptionpublic boolean isLabel()
isLabel in interface PortletConfigurationIconpublic boolean isToolTip()
isToolTip in interface PortletConfigurationIconpublic boolean isUseDialog()
isUseDialog in interface PortletConfigurationIconprotected Locale getLocale(PortletRequest portletRequest)
protected boolean isEmbeddedPersonalApplicationLayout(Layout layout)