com.norconex.collector.http.doc
Class HttpMetadata

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<String,List<String>>
          extended by com.norconex.commons.lang.map.Properties
              extended by com.norconex.collector.http.doc.HttpMetadata
All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<String>>, NavigableMap<String,List<String>>, SortedMap<String,List<String>>

public class HttpMetadata
extends Properties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static String COLLECTOR_PREFIX
           
static String DOC_CHARSET
           
static String DOC_MIMETYPE
           
static String DOC_URL
           
static String HTTP_CONTENT_LENGTH
           
static String HTTP_CONTENT_TYPE
           
static String REFERNCED_URLS
           
 
Fields inherited from class com.norconex.commons.lang.map.Properties
DEFAULT_PROPERTIES_MULTIVALUE_DELIMITER
 
Constructor Summary
HttpMetadata(String documentURL)
           
 
Method Summary
 ContentType getContentType()
           
 String getDocumentUrl()
           
 Collection<String> getDocumentUrls()
           
 
Methods inherited from class com.norconex.commons.lang.map.Properties
addBigDecimal, addBoolean, addClass, addDate, addDouble, addFile, addFloat, addInt, addLocale, addLong, addString, get, getBigDecimal, getBigDecimal, getBigDecimals, getBoolean, getBoolean, getBooleans, getClass, getClass, getClasses, getDate, getDate, getDates, getDouble, getDouble, getDoubles, getFile, getFile, getFiles, getFloat, getFloat, getFloats, getInt, getInt, getInts, getLocale, getLocale, getLocales, getLong, getLong, getLongs, getString, getString, getStrings, load, load, load, load, loadFromString, loadFromXML, loadFromXML, remove, setBigDecimal, setBigDecimal, setBoolean, setBoolean, setClass, setDate, setDouble, setFile, setFloat, setInt, setLocale, setLong, setString, store, store, store, store, storeToString, storeToXML, storeToXML, storeToXML
 
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, size, subMap, subMap, tailMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Field Detail

COLLECTOR_PREFIX

public static final String COLLECTOR_PREFIX
See Also:
Constant Field Values

HTTP_CONTENT_TYPE

public static final String HTTP_CONTENT_TYPE
See Also:
Constant Field Values

HTTP_CONTENT_LENGTH

public static final String HTTP_CONTENT_LENGTH
See Also:
Constant Field Values

DOC_URL

public static final String DOC_URL
See Also:
Constant Field Values

DOC_MIMETYPE

public static final String DOC_MIMETYPE
See Also:
Constant Field Values

DOC_CHARSET

public static final String DOC_CHARSET
See Also:
Constant Field Values

REFERNCED_URLS

public static final String REFERNCED_URLS
See Also:
Constant Field Values
Constructor Detail

HttpMetadata

public HttpMetadata(String documentURL)
Method Detail

getContentType

public ContentType getContentType()

getDocumentUrl

public String getDocumentUrl()

getDocumentUrls

public Collection<String> getDocumentUrls()


Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.