org.directwebremoting.extend
Interface DwrConstants


public interface DwrConstants

Some constants to do with the heart of DWR.

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Field Summary
static java.lang.String DEFAULT_DWR_XML
          The default dwr.xml file path
static java.lang.String FILE_DWR_XML
          The system dwr.xml resource name
static java.lang.String PACKAGE
          The package name because people need to load resources in this package.
static java.lang.String SCRIPT_TAG_PROTECTION
          The string that we use to make scripts fail eval() without processing
 

Field Detail

PACKAGE

static final java.lang.String PACKAGE
The package name because people need to load resources in this package.

See Also:
Constant Field Values

FILE_DWR_XML

static final java.lang.String FILE_DWR_XML
The system dwr.xml resource name

See Also:
Constant Field Values

DEFAULT_DWR_XML

static final java.lang.String DEFAULT_DWR_XML
The default dwr.xml file path

See Also:
Constant Field Values

SCRIPT_TAG_PROTECTION

static final java.lang.String SCRIPT_TAG_PROTECTION
The string that we use to make scripts fail eval() without processing

See Also:
Constant Field Values

Copyright ? 2005