org.archive.wayback.resourcestore.indexer
Class HTTPRecordAnnotater

java.lang.Object
  extended by org.archive.wayback.resourcestore.indexer.HTTPRecordAnnotater

public class HTTPRecordAnnotater
extends Object


Constructor Summary
HTTPRecordAnnotater()
           
 
Method Summary
 void annotateHTMLContent(InputStream is, String charSet, String fileContext, CaptureSearchResult result)
           
 void annotateHTTPContent(CaptureSearchResult result, InputStream is, org.apache.commons.httpclient.Header[] headers, String mimeGuess)
           
 boolean isHTML(String mimeType)
           
 String transformHTTPMime(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPRecordAnnotater

public HTTPRecordAnnotater()
Method Detail

isHTML

public boolean isHTML(String mimeType)

transformHTTPMime

public String transformHTTPMime(String input)

annotateHTTPContent

public void annotateHTTPContent(CaptureSearchResult result,
                                InputStream is,
                                org.apache.commons.httpclient.Header[] headers,
                                String mimeGuess)

annotateHTMLContent

public void annotateHTMLContent(InputStream is,
                                String charSet,
                                String fileContext,
                                CaptureSearchResult result)


Copyright © 2005-2011 Internet Archive. All Rights Reserved.