Interface ConfConstants

All Known Subinterfaces:
Conf

@Deprecated @ProviderType public interface ConfConstants
Deprecated.
Use of the open source Apache Sling Context-Aware Configuration API is recommended for new code. The ConfMgr API is backed by the Sling CA implementation and will continue to be supported for existing code.
Property names etc. for Conf.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Property name to use in ValueMaps returned by Conf to retrieve the name of the node the map is based on.
    static final String
    Deprecated.
    Special node name that separates the configuration tree from the inner item tree of one specific configuration, for example /conf/tenants/nike/settings/dam/imageserver.
    static final String
    Deprecated.
    Standard name for the reference property used to lookup configurations.
    static final String
    Deprecated.
    Name of a boolean property to enable merging of list items.
    static final String
    Deprecated.
    Name for the symbolic link property that allows to redirect from a configuration item to a different location in the repository via an absolute path.
    static final String
    Deprecated.
    End of a variable inside a symlink string property
    static final String
    Deprecated.
    Symlink variable name prefix evaluating to a property on the target node.
    static final String
    Deprecated.
    Symlink variable name evaluating to the target node name.
    static final String
    Deprecated.
    Begin of a variable inside a symlink string property
  • Field Details

    • PN_CONF

      static final String PN_CONF
      Deprecated.
      Standard name for the reference property used to lookup configurations. For example, a string property on /content pointing to /conf/default.

      This can be single or multi-value string property containing absolute paths. In case of a multi-value, the order is important, with the first entries being the lower level configurations.

      See Also:
    • NN_SETTINGS

      static final String NN_SETTINGS
      Deprecated.
      Special node name that separates the configuration tree from the inner item tree of one specific configuration, for example /conf/tenants/nike/settings/dam/imageserver. This is used to remove possible ambiguities between the 2 nested trees. It means that a configuration as referenced from /content cannot use this as name.

      Conceptually similar to "jcr:content", this acts on a higher level in the hierarchy, and has its own name, since individual items within already use the document concept and jcr:content.

      See Also:
    • PN_MERGE_LIST

      static final String PN_MERGE_LIST
      Deprecated.
      Name of a boolean property to enable merging of list items. To be set on the list parent or it's "jcr:content" child node if it has one.
      See Also:
    • NAME

      static final String NAME
      Deprecated.
      Property name to use in ValueMaps returned by Conf to retrieve the name of the node the map is based on. Will be the node name of the actual config item or list item, not the jcr:content child node that ValueMaps will usually be based on.
      See Also:
    • VAR_START

      static final String VAR_START
      Deprecated.
      Begin of a variable inside a symlink string property
      See Also:
    • VAR_END

      static final String VAR_END
      Deprecated.
      End of a variable inside a symlink string property
      See Also:
    • VAR_RESOURCE_NAME

      static final String VAR_RESOURCE_NAME
      Deprecated.
      Symlink variable name evaluating to the target node name.
      See Also:
    • VAR_PROPERTY_PREFIX

      static final String VAR_PROPERTY_PREFIX
      Deprecated.
      Symlink variable name prefix evaluating to a property on the target node. For example "sling:targetProp/some/property" would represent the property at the relative path "some/property" on the target node, or on it's "jcr:content" child if it has one.
      See Also: