Package com.adobe.cq.xf
Class ExperienceFragmentsConstants
- java.lang.Object
-
- com.adobe.cq.xf.ExperienceFragmentsConstants
-
public final class ExperienceFragmentsConstants extends java.lang.Object
Constants used by the Experience Fragments feature.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONTENT_PATH
The path where experience fragments are storedstatic java.lang.String
CUSTOM_XF_VARIANT_TYPE
Default value for "cq:xfVariantType"static java.lang.String
PN_ADOBE_TARGET_EXTERNALIZER
The externalizer name property to Adobe Target.static java.lang.String
PN_ADOBE_TARGET_FORMAT
The export format property to Adobe Target.static java.lang.String
PN_ADOBE_TARGET_WORKSPACE
The workspace ID property to export the Experience Fragments to a specific Adobe Target workspacestatic java.lang.String
PN_CLOUD_SERVICE_CONFIGS
The cloud service configs paths propertystatic java.lang.String
PN_CORE_FRAGMENT_PATH
The property of the editor core component which holds the path to the experience fragment variation pagestatic java.lang.String
PN_FRAGMENT_PATH
The property of the editor component which holds the path to the experience fragment variation pagestatic java.lang.String
PN_SHOW_IN_EDITOR
Used in filtering the Experience Fragments that will be displayed in the side-panel of the editorstatic java.lang.String
PN_TARGET_OFFER_ID
The property which holds the offerId from Adobe Target, if the variation is exported as an offerstatic java.lang.String
PN_XF_MASTER_VARIATION
The property which indicates the master variation (usually is the first one created)static java.lang.String
PN_XF_POST_ID
The property which indicates the social media post IDstatic java.lang.String
PN_XF_SOCIAL_ACTION
The property which indicates the date of the last social media actionstatic java.lang.String
PN_XF_SOCIAL_ACTION_STATUS
The property which indicates the last social media action status One of: 'Not Posted', 'Posted', 'Deleted'.static java.lang.String
PN_XF_VARIANT_TYPE
The property of the Experience Fragment variant that specifies variant's typestatic java.lang.String
RESOURCE_SUPER_TYPE_EXPERIENCE_FRAGMENT_CORE_COMPONENT
The resource super type of the Experience Fragment Core component used in the editorstatic java.lang.String
RT_EXPERIENCE_FRAGMENT_COMPONENT
The resource type of the Experience Fragment component used in the editorstatic java.lang.String
RT_EXPERIENCE_FRAGMENT_CORE_COMPONENT
The resource type of the Experience Fragment Core component used in the editorstatic java.lang.String
RT_EXPERIENCE_FRAGMENT_MASTER
The resource type of the Experience Fragment "master" pagestatic java.lang.String
RT_EXPERIENCE_FRAGMENT_PAGE
The resource type of an Experience Fragment pagestatic java.lang.String
TYPE_XF_VARIANT_FACEBOOK
The type of the "facebook" variationstatic java.lang.String
TYPE_XF_VARIANT_PINTEREST
The type of the "pinterest" variationstatic java.lang.String
TYPE_XF_VARIANT_WEB
The type of the "web" variation
-
-
-
Field Detail
-
PN_SHOW_IN_EDITOR
public static final java.lang.String PN_SHOW_IN_EDITOR
Used in filtering the Experience Fragments that will be displayed in the side-panel of the editor- See Also:
- Constant Field Values
-
RT_EXPERIENCE_FRAGMENT_MASTER
public static final java.lang.String RT_EXPERIENCE_FRAGMENT_MASTER
The resource type of the Experience Fragment "master" page- See Also:
- Constant Field Values
-
RT_EXPERIENCE_FRAGMENT_PAGE
public static final java.lang.String RT_EXPERIENCE_FRAGMENT_PAGE
The resource type of an Experience Fragment page- See Also:
- Constant Field Values
-
RT_EXPERIENCE_FRAGMENT_COMPONENT
public static final java.lang.String RT_EXPERIENCE_FRAGMENT_COMPONENT
The resource type of the Experience Fragment component used in the editor- See Also:
- Constant Field Values
-
RT_EXPERIENCE_FRAGMENT_CORE_COMPONENT
public static final java.lang.String RT_EXPERIENCE_FRAGMENT_CORE_COMPONENT
The resource type of the Experience Fragment Core component used in the editor- See Also:
- Constant Field Values
-
RESOURCE_SUPER_TYPE_EXPERIENCE_FRAGMENT_CORE_COMPONENT
public static final java.lang.String RESOURCE_SUPER_TYPE_EXPERIENCE_FRAGMENT_CORE_COMPONENT
The resource super type of the Experience Fragment Core component used in the editor- See Also:
- Constant Field Values
-
PN_FRAGMENT_PATH
public static final java.lang.String PN_FRAGMENT_PATH
The property of the editor component which holds the path to the experience fragment variation page- See Also:
- Constant Field Values
-
PN_CORE_FRAGMENT_PATH
public static final java.lang.String PN_CORE_FRAGMENT_PATH
The property of the editor core component which holds the path to the experience fragment variation page- See Also:
- Constant Field Values
-
PN_XF_VARIANT_TYPE
public static final java.lang.String PN_XF_VARIANT_TYPE
The property of the Experience Fragment variant that specifies variant's type- See Also:
- Constant Field Values
-
CUSTOM_XF_VARIANT_TYPE
public static final java.lang.String CUSTOM_XF_VARIANT_TYPE
Default value for "cq:xfVariantType"- See Also:
- Constant Field Values
-
TYPE_XF_VARIANT_FACEBOOK
public static final java.lang.String TYPE_XF_VARIANT_FACEBOOK
The type of the "facebook" variation- See Also:
- Constant Field Values
-
TYPE_XF_VARIANT_PINTEREST
public static final java.lang.String TYPE_XF_VARIANT_PINTEREST
The type of the "pinterest" variation- See Also:
- Constant Field Values
-
TYPE_XF_VARIANT_WEB
public static final java.lang.String TYPE_XF_VARIANT_WEB
The type of the "web" variation- See Also:
- Constant Field Values
-
PN_XF_MASTER_VARIATION
public static final java.lang.String PN_XF_MASTER_VARIATION
The property which indicates the master variation (usually is the first one created)- See Also:
- Constant Field Values
-
PN_XF_POST_ID
public static final java.lang.String PN_XF_POST_ID
The property which indicates the social media post ID- See Also:
- Constant Field Values
-
PN_XF_SOCIAL_ACTION_STATUS
public static final java.lang.String PN_XF_SOCIAL_ACTION_STATUS
The property which indicates the last social media action status One of: 'Not Posted', 'Posted', 'Deleted'.- See Also:
- Constant Field Values
-
PN_XF_SOCIAL_ACTION
public static final java.lang.String PN_XF_SOCIAL_ACTION
The property which indicates the date of the last social media action- See Also:
- Constant Field Values
-
PN_TARGET_OFFER_ID
public static final java.lang.String PN_TARGET_OFFER_ID
The property which holds the offerId from Adobe Target, if the variation is exported as an offer- See Also:
- Constant Field Values
-
CONTENT_PATH
public static final java.lang.String CONTENT_PATH
The path where experience fragments are stored- See Also:
- Constant Field Values
-
PN_ADOBE_TARGET_FORMAT
public static final java.lang.String PN_ADOBE_TARGET_FORMAT
The export format property to Adobe Target. Possible values: 'html', 'json' and 'html,json'- See Also:
- Constant Field Values
-
PN_ADOBE_TARGET_WORKSPACE
public static final java.lang.String PN_ADOBE_TARGET_WORKSPACE
The workspace ID property to export the Experience Fragments to a specific Adobe Target workspace- See Also:
- Constant Field Values
-
PN_CLOUD_SERVICE_CONFIGS
public static final java.lang.String PN_CLOUD_SERVICE_CONFIGS
The cloud service configs paths property- See Also:
- Constant Field Values
-
PN_ADOBE_TARGET_EXTERNALIZER
public static final java.lang.String PN_ADOBE_TARGET_EXTERNALIZER
The externalizer name property to Adobe Target. Possible values: 'author', 'publish','local' and custom ones- See Also:
- Constant Field Values
-
-