Uses of Class
com.ldodds.slug.framework.config.ComponentImpl

Packages that use ComponentImpl
com.ldodds.slug.framework   
com.ldodds.slug.http   
 

Uses of ComponentImpl in com.ldodds.slug.framework
 

Subclasses of ComponentImpl in com.ldodds.slug.framework
 class DelegatingConsumerImpl
           Implementation of the Consumer interface that supports delegating processing of work item results to a List of Consumers.
 class TaskFilterImpl
           
 

Uses of ComponentImpl in com.ldodds.slug.http
 

Subclasses of ComponentImpl in com.ldodds.slug.http
 class AbstractResponseStorer
           
 class DepthFilter
           
 class PersistentResponseStorer
           
 class RDFConsumer
           
 class RegexFilter
           
 class ResponseStorer
          Saves stuff to disk.
 class SingleFetchFilter
          Trivial URLTaskFilter that simply ensures that URLs are only visited once within a particular crawl.
 class URLTaskFilter