Interface OutgoingLinksExtractor
-
- All Known Implementing Classes:
XhtmlOutgoingLinksExtractor
public interface OutgoingLinksExtractor
ExtractsOutgoingLink
s fromContentEntityObject
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<OutgoingLink>
extract(ContentEntityObject content)
-
-
-
Method Detail
-
extract
Set<OutgoingLink> extract(ContentEntityObject content)
-
-