Package org.silverpeas.core.util
Class Link
- java.lang.Object
-
- org.silverpeas.core.util.Link
-
-
Field Summary
Fields Modifier and Type Field Description static Link
EMPTY_LINK
An 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 String
getLinkLabel()
Gets the label with which this link should be referred.String
getLinkUrl()
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.
-
-