Package org.apache.cocoon.components.crawler

Crawler - starts from a given URL and follows the links

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
 

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-2007 The Apache Software Foundation. All Rights Reserved.