SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.web.configuration
Class ParserProperties

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.crawler.web.configuration.ParserProperties

public class ParserProperties
extends java.lang.Object

Crawler keys for parser specific options.


Field Summary
static java.lang.String DEFAULT_CHARACTER_ENCODING
          The Constant DEFAULT_CHARACTER_ENCODING.
static java.lang.String HTML_FORM_USE_ACTION
          The Constant HTML_FORM_USE_ACTION.
 
Constructor Summary
protected ParserProperties()
          Instantiates a new parser properties.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CHARACTER_ENCODING

public static final java.lang.String DEFAULT_CHARACTER_ENCODING
The Constant DEFAULT_CHARACTER_ENCODING.

See Also:
Constant Field Values

HTML_FORM_USE_ACTION

public static final java.lang.String HTML_FORM_USE_ACTION
The Constant HTML_FORM_USE_ACTION.

See Also:
Constant Field Values
Constructor Detail

ParserProperties

protected ParserProperties()
Instantiates a new parser properties.


SMILA (incubation) API documentation