org.osjava.scraping
Class NullFetcher

java.lang.Object
  extended byorg.osjava.scraping.NullFetcher
All Implemented Interfaces:
Fetcher

public class NullFetcher
extends java.lang.Object
implements Fetcher


Constructor Summary
NullFetcher()
           
 
Method Summary
 Page fetch(java.lang.String uri, com.generationjava.config.Config cfg, org.osjava.oscube.container.Session session)
           
 Page fetch(java.lang.String uri, java.util.Map values, com.generationjava.config.Config cfg, org.osjava.oscube.container.Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFetcher

public NullFetcher()
Method Detail

fetch

public Page fetch(java.lang.String uri,
                  com.generationjava.config.Config cfg,
                  org.osjava.oscube.container.Session session)
           throws FetchingException
Specified by:
fetch in interface Fetcher
Throws:
FetchingException

fetch

public Page fetch(java.lang.String uri,
                  java.util.Map values,
                  com.generationjava.config.Config cfg,
                  org.osjava.oscube.container.Session session)
           throws FetchingException
Throws:
FetchingException


Copyright © 2003-2005 OSJava. All Rights Reserved.