Uses of Interface
org.jbox.webSpider.WebSpider

Packages that use WebSpider
org.jbox.configuration This package defines APIs for loading configuration file of jbox. 
org.jbox.webSpider.simpleSpider This package defines APIs of an simple implementation of WebSpider. 
 

Uses of WebSpider in org.jbox.configuration
 

Methods in org.jbox.configuration that return WebSpider
 WebSpider Configuration.buildWebSpider()
          Create a new WebSpider object using the properties and mappings in this configuration.
 

Uses of WebSpider in org.jbox.webSpider.simpleSpider
 

Classes in org.jbox.webSpider.simpleSpider that implement WebSpider
 class SimpleSpider
          An implementation of WebSpider.