Package com.day.cq.rewriter.linkchecker
Interface LinkCheckerExtension
-
public interface LinkCheckerExtensionTheLinkCheckerExtensioninterface defines a plugin for theLinkChecker. This allows to extend the link checking through custom link checking mechanisms. The link checker queries all extensions in no particular order as long as the extensions return a valid link validity. As soon as the first extension returns a different value, this value is returned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkValiditygetLinkValidity(Resource resource)This method checks if the passed resource is a valid resource.
-
-
-
Method Detail
-
getLinkValidity
LinkValidity getLinkValidity(Resource resource)
This method checks if the passed resource is a valid resource.- Parameters:
resource- The resource to validate.- Returns:
- the validity information for this resource.
-
-