Package com.adobe.cq.export.json
Class ExporterConstants
- java.lang.Object
-
- com.adobe.cq.export.json.ExporterConstants
-
public final class ExporterConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PN_ITEMS
Exported items property namestatic java.lang.String
PN_ITEMS_ORDER
Exported items order property namestatic java.lang.String
PN_TYPE
Exported type property namestatic java.lang.String
SLING_MODEL_EXPORTER_NAME
Sling Model exporterstatic java.lang.String
SLING_MODEL_EXTENSION
Sling Model extensionstatic java.lang.String
SLING_MODEL_SELECTOR
Sling Model selector
-
-
-
Field Detail
-
SLING_MODEL_SELECTOR
public static final java.lang.String SLING_MODEL_SELECTOR
Sling Model selector- See Also:
- Constant Field Values
-
SLING_MODEL_EXPORTER_NAME
public static final java.lang.String SLING_MODEL_EXPORTER_NAME
Sling Model exporter- See Also:
- Constant Field Values
-
SLING_MODEL_EXTENSION
public static final java.lang.String SLING_MODEL_EXTENSION
Sling Model extension- See Also:
- Constant Field Values
-
PN_ITEMS
public static final java.lang.String PN_ITEMS
Exported items property name- See Also:
- Constant Field Values
-
PN_ITEMS_ORDER
public static final java.lang.String PN_ITEMS_ORDER
Exported items order property name- See Also:
- Constant Field Values
-
PN_TYPE
public static final java.lang.String PN_TYPE
Exported type property name- See Also:
- Constant Field Values
-
-