Interface RequestLinkChecker


  • public interface RequestLinkChecker
    The RequestLinkChecker interface defines an optional service which is used to perform custom link checking by the link checker transformer.
    Since:
    5.4
    • Method Detail

      • getLink

        Link getLink​(java.lang.String href,
                     LinkCheckerSettings settings)
        This method checks if the passed url is a valid internal or external link. If this method is not able to check the link it may return null. In this case the default link checker checks the link.
        Parameters:
        href - url to validate
        settings - linkchecker settings. see LinkCheckerSettings
        Returns:
        the link information for this url or null