dk.netarkivet.viewerproxy.webinterface
Class Constants

java.lang.Object
  extended by dk.netarkivet.viewerproxy.webinterface.Constants

public class Constants
extends java.lang.Object

Viewerproxy webinterface constants.


Field Summary
static java.lang.String DOMAIN_PARAM
          The domain attribute.
static java.lang.String JOBID_PARAM
          The jobid parameter.
static java.lang.String REGEXP_PARAM
          The regexp attribute.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOBID_PARAM

public static final java.lang.String JOBID_PARAM
The jobid parameter.

See Also:
Constant Field Values

DOMAIN_PARAM

public static final java.lang.String DOMAIN_PARAM
The domain attribute.

See Also:
Constant Field Values

REGEXP_PARAM

public static final java.lang.String REGEXP_PARAM
The regexp attribute.

See Also:
Constant Field Values