Class LinkNameConstants


  • @ProviderType
    public final class LinkNameConstants
    extends java.lang.Object
    Names used for link handling.

    Conventions:

    • NT_ prefix stands for "node type"
    • NN_ prefix stands for "node name"
    • PN_ prefix stands for "property name"
    • RP_ prefix stands for "request property"
    • RA_ prefix stands for "request attribute"
    • Field Detail

      • PN_LINK_TITLE

        public static final java.lang.String PN_LINK_TITLE
        Link title
        See Also:
        Constant Field Values
      • PN_LINK_TYPE

        public static final java.lang.String PN_LINK_TYPE
        Link type
        See Also:
        Constant Field Values
      • PN_LINK_CONTENT_REF

        public static final java.lang.String PN_LINK_CONTENT_REF
        Internal content page path
        See Also:
        Constant Field Values
      • PN_LINK_CROSSCONTEXT_CONTENT_REF

        public static final java.lang.String PN_LINK_CROSSCONTEXT_CONTENT_REF
        Internal content page path (other scope/site)
        See Also:
        Constant Field Values
      • PN_LINK_MEDIA_REF

        public static final java.lang.String PN_LINK_MEDIA_REF
        Internal media library item path
        See Also:
        Constant Field Values
      • PN_LINK_EXTERNAL_REF

        public static final java.lang.String PN_LINK_EXTERNAL_REF
        External URL
        See Also:
        Constant Field Values
      • PN_LINK_FRAGMENT

        public static final java.lang.String PN_LINK_FRAGMENT
        Fragment part to add to link URL.
        See Also:
        Constant Field Values
      • PN_LINK_QUERY_PARAM

        public static final java.lang.String PN_LINK_QUERY_PARAM
        Query parameters to add to link URL.
        See Also:
        Constant Field Values
      • PN_LINK_WINDOW_TARGET

        public static final java.lang.String PN_LINK_WINDOW_TARGET
        Window target name
        See Also:
        Constant Field Values
      • PN_LINK_MEDIA_DOWNLOAD

        public static final java.lang.String PN_LINK_MEDIA_DOWNLOAD
        Open media library item with download dialog
        See Also:
        Constant Field Values
      • PN_COMPONENT_LINK_TARGET_URL_FALLBACK_PROPERTY

        public static final java.lang.String PN_COMPONENT_LINK_TARGET_URL_FALLBACK_PROPERTY
        Defines a "fallback" property name that is used to load link target information from a single property instead of the link type + link type depending property name. This property is used for migration from components that do not support Link Handler. It is only used for reading, and never written back to. When opened and saved in the link dialog, the property is removed and instead the dedicated properties are used.

        Property is to be set on component or in policy.

        See Also:
        Constant Field Values
      • PN_COMPONENT_LINK_TARGET_WINDOW_TARGET_FALLBACK_PROPERTY

        public static final java.lang.String PN_COMPONENT_LINK_TARGET_WINDOW_TARGET_FALLBACK_PROPERTY
        Defines a "fallback" property name that is used to load the "windows target" information from instead of the the default property. This property is used for migration from components that do not support Link Handler. It is only used for reading, and never written back to. When opened and saved in the link dialog, the property is removed and instead the dedicated properties are used.

        Property is to be set on component or in policy.

        See Also:
        Constant Field Values