Uses of Interface
io.wcm.siteapi.integrationtestsupport.linkextractor.LinkExtractor
-
Packages that use LinkExtractor Package Description io.wcm.siteapi.integrationtestsupport.crawler Generic Site API JSON content crawler.io.wcm.siteapi.integrationtestsupport.linkextractor Link Extractors to get Site API hyperlinks from JSON content. -
-
Uses of LinkExtractor in io.wcm.siteapi.integrationtestsupport.crawler
Constructor parameters in io.wcm.siteapi.integrationtestsupport.crawler with type arguments of type LinkExtractor Constructor Description Crawler(@NotNull IntegrationTestContext context, @NotNull java.util.List<LinkExtractor> linkExtractors)
-
Uses of LinkExtractor in io.wcm.siteapi.integrationtestsupport.linkextractor
Classes in io.wcm.siteapi.integrationtestsupport.linkextractor that implement LinkExtractor Modifier and Type Class Description class
ContentInternalLinks
Generic extractor that is able to detect any "internal" links produced by wcm.io Link Handler.class
IndexLinks
Extract links generated by the default output of Site API Index Processor.class
RichTextInternalLinks
Extracts internal links from rich text fragments in JSON.
-