|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tidy.servlet.Consts
Global string constants use by jtidyservlet library.
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 |
public static final java.lang.String ATTRIBUTE_REQUEST_ID
public static final java.lang.String ATTRIBUTE_PASS
public static final java.lang.String ATTRIBUTE_IGNORE
public static final java.lang.String ATTRIBUTE_PROCESSED
public static final java.lang.String DEFAULT_JTIDYSERVLET_URI
public static final java.lang.String DEFAULT_IMAGE_NAME_PREFIX
public static final java.lang.String CONFIG_PROPERTIES_FILE_NAME
Constructor Detail |
public Consts()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |