Package net.sf.jpluck.handlers

Examples of net.sf.jpluck.handlers.FeedHandler


    super(spider, resource);
  }

  protected ContentHandler getContentHandler() {
    if ((resource.getLevel() == 0) && !resource.getMimeType().startsWith("image/")) {
      return new FeedHandler(spider.pluckerDocument, spider.jxlDocument, resource);
    } else {
      return ContentHandlerFactory.createHandler(spider.pluckerDocument, spider.jxlDocument, resource);
    }
  }
View Full Code Here

TOP

Related Classes of net.sf.jpluck.handlers.FeedHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.