Class AbstractTool
- java.lang.Object
-
- org.silverpeas.core.webapi.admin.tools.AbstractTool
-
- Direct Known Subclasses:
AgendaTool
,ClipboardTool
,FavoriteLinkTool
,FavoriteRequestTool
,FeedbackTool
,FileSharingTool
,MyProfileTool
,NotificationTool
,ScheduleEventTool
,SubscriptionTool
,TodoTool
,WebConnectionTool
public abstract class AbstractTool extends Object
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractTool(String language, LookHelper lookHelper, String visibleKey, String id, String labelKey, String urlComponentName)
protected
AbstractTool(String language, LookHelper lookHelper, String visibleKey, String id, String labelKey, String urlComponentName, String urlSuffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getLabel()
protected LookHelper
getLookHelper()
protected org.silverpeas.kernel.bundle.LocalizationBundle
getMessages()
int
getNb()
String
getUrl()
boolean
isVisible()
-
-
-
Method Detail
-
getMessages
protected org.silverpeas.kernel.bundle.LocalizationBundle getMessages()
-
getId
public String getId()
- Returns:
- the id
-
getLabel
public String getLabel()
- Returns:
- the label
-
getUrl
public String getUrl()
- Returns:
- the url
-
getNb
public int getNb()
- Returns:
- the nb
-
isVisible
public boolean isVisible()
- Returns:
- the nb
-
getLookHelper
protected LookHelper getLookHelper()
- Returns:
- the lookHelper
-
-