Uses of Interface
com.ldodds.slug.framework.config.Component

Packages that use Component
com.ldodds.slug.framework   
com.ldodds.slug.framework.config   
com.ldodds.slug.http   
 

Uses of Component in com.ldodds.slug.framework
 

Subinterfaces of Component in com.ldodds.slug.framework
 interface Consumer
          Consumes the results of carrying out a particular work item.
 interface TaskFilter
           
 

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

Uses of Component in com.ldodds.slug.framework.config
 

Classes in com.ldodds.slug.framework.config that implement Component
 class ComponentImpl
          Default implementation of the Component interface.
 

Methods in com.ldodds.slug.framework.config that return Component
 Component ComponentFactory.instantiate(Model model, java.lang.String id)
           
 Component ComponentFactory.instantiate(Resource resource)
           
 

Uses of Component in com.ldodds.slug.http
 

Classes in com.ldodds.slug.http that implement Component
 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