org.opencms.ade.sitemap.shared
Interface I_CmsAliasConstants


public interface I_CmsAliasConstants

Constants for parameters, JSON keys, etc. which are used by both the client and server side code of the alias editor.


Field Summary
static java.lang.String JSON_LINE
          JSON field key.
static java.lang.String JSON_MESSAGE
          JSON field key.
static java.lang.String JSON_RESULT
          JSON field key.
static java.lang.String JSON_STATUS
          JSON field key.
static java.lang.String PARAM_IMPORTFILE
          Request parameter name.
static java.lang.String PARAM_SEPARATOR
          Request parameter name.
static java.lang.String PARAM_SITEROOT
          Request parameter name.
 

Field Detail

JSON_LINE

static final java.lang.String JSON_LINE
JSON field key.

See Also:
Constant Field Values

JSON_MESSAGE

static final java.lang.String JSON_MESSAGE
JSON field key.

See Also:
Constant Field Values

JSON_RESULT

static final java.lang.String JSON_RESULT
JSON field key.

See Also:
Constant Field Values

JSON_STATUS

static final java.lang.String JSON_STATUS
JSON field key.

See Also:
Constant Field Values

PARAM_IMPORTFILE

static final java.lang.String PARAM_IMPORTFILE
Request parameter name.

See Also:
Constant Field Values

PARAM_SEPARATOR

static final java.lang.String PARAM_SEPARATOR
Request parameter name.

See Also:
Constant Field Values

PARAM_SITEROOT

static final java.lang.String PARAM_SITEROOT
Request parameter name.

See Also:
Constant Field Values