Class LinkUrlDataSource
- java.lang.Object
-
- org.silverpeas.core.contribution.content.LinkUrlDataSource
-
public class LinkUrlDataSource extends Object
- Author:
- silveryocha
-
-
Constructor Summary
Constructors Constructor Description LinkUrlDataSource(String linkUrl, Supplier<javax.activation.DataSource> dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
javax.activation.DataSource
getDataSource()
Gets the related datasource of link url.String
getLinkUrl()
Gets the link url.int
hashCode()
-
-
-
Method Detail
-
getLinkUrl
public String getLinkUrl()
Gets the link url.- Returns:
- a string.
-
getDataSource
public javax.activation.DataSource getDataSource()
Gets the related datasource of link url.- Returns:
- the initialized
DataSource
instance.
-
-