Package org.silverpeas.core.util
Class Link
- java.lang.Object
-
- org.silverpeas.core.util.Link
-
-
Field Summary
Fields Modifier and Type Field Description static LinkEMPTY_LINKAn empty link is a link whose the URL and label is an empty string.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLinkLabel()Gets the label with which this link should be referred.StringgetLinkUrl()Gets the URL of the resource referred by this link.
-
-
-
Field Detail
-
EMPTY_LINK
public static final Link EMPTY_LINK
An empty link is a link whose the URL and label is an empty string.
-
-