Package com.adobe.cq.xf
Class ExperienceFragmentsConstants
- java.lang.Object
-
- com.adobe.cq.xf.ExperienceFragmentsConstants
-
public final class ExperienceFragmentsConstants extends Object
Constants used by the Experience Fragments feature.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_PATHThe path where experience fragments are storedstatic StringCUSTOM_XF_VARIANT_TYPEDefault value for "cq:xfVariantType"static StringPN_ADOBE_TARGET_EXTERNALIZERThe externalizer name property to Adobe Target.static StringPN_ADOBE_TARGET_FORMATThe export format property to Adobe Target.static StringPN_ADOBE_TARGET_WORKSPACEThe workspace ID property to export the Experience Fragments to a specific Adobe Target workspacestatic StringPN_CLOUD_SERVICE_CONFIGSThe cloud service configs paths propertystatic StringPN_CORE_FRAGMENT_PATHThe property of the editor core component which holds the path to the experience fragment variation pagestatic StringPN_FRAGMENT_PATHThe property of the editor component which holds the path to the experience fragment variation pagestatic StringPN_SHOW_IN_EDITORUsed in filtering the Experience Fragments that will be displayed in the side-panel of the editorstatic StringPN_TARGET_OFFER_IDThe property which holds the offerId from Adobe Target, if the variation is exported as an offerstatic StringPN_XF_MASTER_VARIATIONThe property which indicates the master variation (usually is the first one created)static StringPN_XF_POST_IDThe property which indicates the social media post IDstatic StringPN_XF_SOCIAL_ACTIONThe property which indicates the date of the last social media actionstatic StringPN_XF_SOCIAL_ACTION_STATUSThe property which indicates the last social media action status One of: 'Not Posted', 'Posted', 'Deleted'.static StringPN_XF_VARIANT_TYPEThe property of the Experience Fragment variant that specifies variant's typestatic StringRESOURCE_SUPER_TYPE_EXPERIENCE_FRAGMENT_CORE_COMPONENTThe resource super type of the Experience Fragment Core component used in the editorstatic StringRT_EXPERIENCE_FRAGMENT_COMPONENTThe resource type of the Experience Fragment component used in the editorstatic StringRT_EXPERIENCE_FRAGMENT_CORE_COMPONENTThe resource type of the Experience Fragment Core component used in the editorstatic StringRT_EXPERIENCE_FRAGMENT_MASTERThe resource type of the Experience Fragment "master" pagestatic StringRT_EXPERIENCE_FRAGMENT_PAGEThe resource type of an Experience Fragment pagestatic StringTYPE_XF_VARIANT_FACEBOOKThe type of the "facebook" variationstatic StringTYPE_XF_VARIANT_PINTERESTThe type of the "pinterest" variationstatic StringTYPE_XF_VARIANT_WEBThe type of the "web" variation
-
-
-
Field Detail
-
PN_SHOW_IN_EDITOR
public static final 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 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 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 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 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 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 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 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 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 String CUSTOM_XF_VARIANT_TYPE
Default value for "cq:xfVariantType"- See Also:
- Constant Field Values
-
TYPE_XF_VARIANT_FACEBOOK
public static final String TYPE_XF_VARIANT_FACEBOOK
The type of the "facebook" variation- See Also:
- Constant Field Values
-
TYPE_XF_VARIANT_PINTEREST
public static final String TYPE_XF_VARIANT_PINTEREST
The type of the "pinterest" variation- See Also:
- Constant Field Values
-
TYPE_XF_VARIANT_WEB
public static final String TYPE_XF_VARIANT_WEB
The type of the "web" variation- See Also:
- Constant Field Values
-
PN_XF_MASTER_VARIATION
public static final 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 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 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 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 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 String CONTENT_PATH
The path where experience fragments are stored- See Also:
- Constant Field Values
-
PN_ADOBE_TARGET_FORMAT
public static final 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 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 String PN_CLOUD_SERVICE_CONFIGS
The cloud service configs paths property- See Also:
- Constant Field Values
-
PN_ADOBE_TARGET_EXTERNALIZER
public static final 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
-
-