Package io.wcm.handler.link
Class LinkNameConstants
java.lang.Object
io.wcm.handler.link.LinkNameConstants
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefines 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.static final StringDefines a "fallback" property name that is used to load the "windows target" information from instead of the the default property.static final StringInternal content page pathstatic final StringInternal content page path (other scope/site)static final StringExternal URLstatic final StringFragment part to add to link URL.static final StringOpen media library item with download dialogstatic final StringInternal media library item pathstatic final StringQuery parameters to add to link URL.static final StringLink titlestatic final StringLink typestatic final StringWindow target name -
Method Summary
-
Field Details
-
PN_LINK_TITLE
Link title- See Also:
-
PN_LINK_TYPE
Link type- See Also:
-
PN_LINK_CONTENT_REF
Internal content page path- See Also:
-
PN_LINK_CROSSCONTEXT_CONTENT_REF
Internal content page path (other scope/site)- See Also:
-
PN_LINK_MEDIA_REF
Internal media library item path- See Also:
-
PN_LINK_EXTERNAL_REF
External URL- See Also:
-
PN_LINK_FRAGMENT
Fragment part to add to link URL.- See Also:
-
PN_LINK_QUERY_PARAM
Query parameters to add to link URL.- See Also:
-
PN_LINK_WINDOW_TARGET
Window target name- See Also:
-
PN_LINK_MEDIA_DOWNLOAD
Open media library item with download dialog- See Also:
-
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:
-
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:
-