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 booleanequals(Object o)javax.activation.DataSourcegetDataSource()Gets the related datasource of link url.StringgetLinkUrl()Gets the link url.inthashCode()
-
-
-
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
DataSourceinstance.
-
-