Class HierarchyConstants
- java.lang.Object
-
- com.adobe.cq.export.json.hierarchy.HierarchyConstants
-
public final class HierarchyConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPN_CHILDRENExported children property namestatic StringPN_HIERARCHY_TYPEHierarchical type of the exported itemstatic StringPN_PATHExported path property name
-
-
-
Field Detail
-
PN_CHILDREN
public static final String PN_CHILDREN
Exported children property name- See Also:
- Constant Field Values
-
PN_HIERARCHY_TYPE
public static final String PN_HIERARCHY_TYPE
Hierarchical type of the exported item- See Also:
- Constant Field Values
-
PN_PATH
public static final String PN_PATH
Exported path property name- See Also:
- Constant Field Values
-
-