org.w3c.tidy.servlet
Class Consts

java.lang.Object
  extended byorg.w3c.tidy.servlet.Consts

public class Consts
extends java.lang.Object

Global string constants use by jtidyservlet library.

Version:
$Revision: 1.3 $ ($Author: vlads $)
Author:
Vlad Skarzhevskyy skarzhevskyy@gmail.com

Field Summary
static java.lang.String ATTRIBUTE_IGNORE
          Request attribute indicate that JTidy completely ignores request.
static java.lang.String ATTRIBUTE_PASS
          Request attribute indicate that JTidy performs only validation for this request.
static java.lang.String ATTRIBUTE_PROCESSED
          Request attribute indicate that JTidy processed this request.
static java.lang.String ATTRIBUTE_REQUEST_ID
          Request attribute store RequestID (number) used by Tidy to identify the requst.
static java.lang.String CONFIG_PROPERTIES_FILE_NAME
          name of the parameter containing the properties file path.
static java.lang.String DEFAULT_IMAGE_NAME_PREFIX
          Default image name redefined in properties.
static java.lang.String DEFAULT_JTIDYSERVLET_URI
          Default JTidy servlet URI.
 
Constructor Summary
Consts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_REQUEST_ID

public static final java.lang.String ATTRIBUTE_REQUEST_ID
Request attribute store RequestID (number) used by Tidy to identify the requst.

See Also:
Constant Field Values

ATTRIBUTE_PASS

public static final java.lang.String ATTRIBUTE_PASS
Request attribute indicate that JTidy performs only validation for this request.

See Also:
Constant Field Values

ATTRIBUTE_IGNORE

public static final java.lang.String ATTRIBUTE_IGNORE
Request attribute indicate that JTidy completely ignores request.

See Also:
Constant Field Values

ATTRIBUTE_PROCESSED

public static final java.lang.String ATTRIBUTE_PROCESSED
Request attribute indicate that JTidy processed this request. Value of this attribute is short String with number of errors and warnings.

See Also:
Constant Field Values

DEFAULT_JTIDYSERVLET_URI

public static final java.lang.String DEFAULT_JTIDYSERVLET_URI
Default JTidy servlet URI.

See Also:
Constant Field Values

DEFAULT_IMAGE_NAME_PREFIX

public static final java.lang.String DEFAULT_IMAGE_NAME_PREFIX
Default image name redefined in properties.

See Also:
Constant Field Values

CONFIG_PROPERTIES_FILE_NAME

public static final java.lang.String CONFIG_PROPERTIES_FILE_NAME
name of the parameter containing the properties file path.

See Also:
Constant Field Values
Constructor Detail

Consts

public Consts()


Copyright © 2004-2005 sourceforge. All Rights Reserved.