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 Summary

    Modifier and Type
    Method
    Description
    This method checks if the passed url is a valid internal or external link.
  • Method Details

    • getLink

      Link getLink(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