org.opencms.ade.properties.shared
Interface I_CmsAdePropertiesConstants


public interface I_CmsAdePropertiesConstants

Interface with constants for the ADE properties module.


Field Summary
static java.lang.String META_BACKLINK
          Meta name for the backlink.
static java.lang.String META_RESOURCE
          Meta name for the structure id.
static java.lang.String PARAM_RESOURCE
          Parameter name for the resource path.
 

Field Detail

PARAM_RESOURCE

static final java.lang.String PARAM_RESOURCE
Parameter name for the resource path.

See Also:
Constant Field Values

META_RESOURCE

static final java.lang.String META_RESOURCE
Meta name for the structure id.

See Also:
Constant Field Values

META_BACKLINK

static final java.lang.String META_BACKLINK
Meta name for the backlink.

See Also:
Constant Field Values