Uses of Interface
org.apache.manifoldcf.crawler.connectors.webcrawler.IRedirectionHandler
-
-
Uses of IRedirectionHandler in org.apache.manifoldcf.crawler.connectors.webcrawler
Classes in org.apache.manifoldcf.crawler.connectors.webcrawler that implement IRedirectionHandler Modifier and Type Class Description classFindPreferredRedirectionHandlerThis class is the handler for redirection handling during state transitionsclassFindRedirectionHandlerThis class is the handler for redirection parsing during state transitionsprotected classWebcrawlerConnector.ProcessActivityRedirectionHandlerClass that describes redirection handlingMethods in org.apache.manifoldcf.crawler.connectors.webcrawler with parameters of type IRedirectionHandler Modifier and Type Method Description protected voidWebcrawlerConnector. handleRedirects(java.lang.String documentURI, IRedirectionHandler handler)Handle extracting the redirect link from a redirect response.
-