Liferay 7.0-ga1 portal-kernel

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

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

public abstract class BasePortletConfigurationIcon
extends Object
implements PortletConfigurationIcon


Constructor Summary
BasePortletConfigurationIcon()
           
 
Method Summary
 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 request, javax.servlet.http.HttpServletResponse response)
           
 boolean isLabel()
           
 boolean isToolTip()
           
 boolean 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

BasePortletConfigurationIcon

public BasePortletConfigurationIcon()
Method Detail

getAlt

public String getAlt()
Specified by:
getAlt in interface PortletConfigurationIcon

getAriaRole

public String getAriaRole()
Specified by:
getAriaRole in interface PortletConfigurationIcon

getCssClass

public String getCssClass()
Specified by:
getCssClass in interface PortletConfigurationIcon

getData

public Map<String,Object> getData()
Specified by:
getData in interface PortletConfigurationIcon

getIconCssClass

public String getIconCssClass()
Specified by:
getIconCssClass in interface PortletConfigurationIcon

getId

public String getId()
Specified by:
getId in interface PortletConfigurationIcon

getImage

public String getImage()
Specified by:
getImage in interface PortletConfigurationIcon

getImageHover

public String getImageHover()
Specified by:
getImageHover in interface PortletConfigurationIcon

getLang

public String getLang()
Specified by:
getLang in interface PortletConfigurationIcon

getLinkCssClass

public String getLinkCssClass()
Specified by:
getLinkCssClass in interface PortletConfigurationIcon

getMessage

public String getMessage(PortletRequest portletRequest)
Specified by:
getMessage in interface PortletConfigurationIcon

getMethod

public String getMethod()
Specified by:
getMethod in interface PortletConfigurationIcon

getOnClick

public String getOnClick(PortletRequest portletRequest,
                         PortletResponse portletResponse)
Specified by:
getOnClick in interface PortletConfigurationIcon

getResourceBundle

public ResourceBundle getResourceBundle(Locale locale)

getSrc

public String getSrc()
Specified by:
getSrc in interface PortletConfigurationIcon

getSrcHover

public String getSrcHover()
Specified by:
getSrcHover in interface PortletConfigurationIcon

getTarget

public String getTarget()
Specified by:
getTarget in interface PortletConfigurationIcon

getURL

public String getURL(PortletRequest portletRequest,
                     PortletResponse portletResponse)
Specified by:
getURL in interface PortletConfigurationIcon

getWeight

public double getWeight()
Specified by:
getWeight in interface PortletConfigurationIcon

include

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

isLabel

public boolean isLabel()
Specified by:
isLabel in interface PortletConfigurationIcon

isToolTip

public boolean isToolTip()
Specified by:
isToolTip in interface PortletConfigurationIcon

isUseDialog

public boolean isUseDialog()
Specified by:
isUseDialog in interface PortletConfigurationIcon

getLocale

protected Locale getLocale(PortletRequest portletRequest)

Liferay 7.0-ga1 portal-kernel