Package org.apache.cocoon.components.crawler

Crawler - starts from a given URL and follows the links This package provides Cocoon crawler components.

See:
          Description

Interface Summary
CocoonCrawler The avalon behavioural component interface of crawling.
 

Class Summary
SimpleCocoonCrawlerImpl A simple cocoon crawler.
SimpleCocoonCrawlerImpl.CocoonCrawlerIterator Helper class implementing an Iterator This Iterator implementation calculates the links of an URL before returning in the next() method.
 

Package org.apache.cocoon.components.crawler Description

Crawler - starts from a given URL and follows the links

This package provides Cocoon crawler components.

A crawler component crawls through URLs. The process is initiated by calling crawl(). The method iterator() returns an Iterator object. This Iterator object iterates over all URLs reachable from the passed URL of method crawl().



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.