SMILA 1.0 API documentation

org.eclipse.smila.importing.crawler.web
Class WebCrawlerConstants

java.lang.Object
  extended by org.eclipse.smila.importing.crawler.web.WebCrawlerConstants

public final class WebCrawlerConstants
extends java.lang.Object

constants used by web crawler and subcomponents: attribute and attachment names, task parameters.


Field Summary
static java.lang.String ATTACHMENT_CONTENT
          name of attachment containing the content of a web resource.
static java.lang.String ATTRIBUTE_CHARSET
          name of attribute containing the charset of the web resource reported by the web server (if any).
static java.lang.String ATTRIBUTE_CONTENTTYPE
          name of attribute containing the content-type of the web resource reported by the web server (if any).
static java.lang.String ATTRIBUTE_LASTMODIFIED
          name of attribute containing the last-modified header reported by the web server (if any).
static java.lang.String ATTRIBUTE_MIMETYPE
          name of attribute containing the mimetype of the web resource reported by the web server.
static java.lang.String ATTRIBUTE_SIZE
          name of attribute containing the content-length of the web resource reported by the web server (if any).
static java.lang.String ATTRIBUTE_URL
          name of attribute containing the URL of the web resource.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_URL

public static final java.lang.String ATTRIBUTE_URL
name of attribute containing the URL of the web resource.

See Also:
Constant Field Values

ATTRIBUTE_LASTMODIFIED

public static final java.lang.String ATTRIBUTE_LASTMODIFIED
name of attribute containing the last-modified header reported by the web server (if any).

See Also:
Constant Field Values

ATTRIBUTE_CONTENTTYPE

public static final java.lang.String ATTRIBUTE_CONTENTTYPE
name of attribute containing the content-type of the web resource reported by the web server (if any).

See Also:
Constant Field Values

ATTRIBUTE_MIMETYPE

public static final java.lang.String ATTRIBUTE_MIMETYPE
name of attribute containing the mimetype of the web resource reported by the web server. (if any).

See Also:
Constant Field Values

ATTRIBUTE_CHARSET

public static final java.lang.String ATTRIBUTE_CHARSET
name of attribute containing the charset of the web resource reported by the web server (if any).

See Also:
Constant Field Values

ATTRIBUTE_SIZE

public static final java.lang.String ATTRIBUTE_SIZE
name of attribute containing the content-length of the web resource reported by the web server (if any).

See Also:
Constant Field Values

ATTACHMENT_CONTENT

public static final java.lang.String ATTACHMENT_CONTENT
name of attachment containing the content of a web resource.

See Also:
Constant Field Values

SMILA 1.0 API documentation