org.apache.manifoldcf.crawler.connectors.webcrawler
Class WebcrawlerConnector.ProcessActivityRedirectionHandler

java.lang.Object
  extended by org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.ProcessActivityLinkHandler
      extended by org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.ProcessActivityRedirectionHandler
All Implemented Interfaces:
IDiscoveredLinkHandler, IRedirectionHandler
Enclosing class:
WebcrawlerConnector

protected class WebcrawlerConnector.ProcessActivityRedirectionHandler
extends WebcrawlerConnector.ProcessActivityLinkHandler
implements IRedirectionHandler

Class that describes redirection handling


Field Summary
 
Fields inherited from class org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.ProcessActivityLinkHandler
activities, contextDescription, documentIdentifier, filter, linkType
 
Constructor Summary
WebcrawlerConnector.ProcessActivityRedirectionHandler(java.lang.String documentIdentifier, org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities, WebcrawlerConnector.DocumentURLFilter filter)
          Constructor.
 
Method Summary
 boolean shouldIndex()
           
 
Methods inherited from class org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.ProcessActivityLinkHandler
noteDiscoveredLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.manifoldcf.crawler.connectors.webcrawler.IDiscoveredLinkHandler
noteDiscoveredLink
 

Constructor Detail

WebcrawlerConnector.ProcessActivityRedirectionHandler

public WebcrawlerConnector.ProcessActivityRedirectionHandler(java.lang.String documentIdentifier,
                                                             org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities,
                                                             WebcrawlerConnector.DocumentURLFilter filter)
Constructor.

Method Detail

shouldIndex

public boolean shouldIndex()