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.StringPN_ITEMSExported items property namestatic java.lang.StringPN_ITEMS_ORDERExported items order property namestatic java.lang.StringPN_TYPEExported type property namestatic java.lang.StringSLING_MODEL_EXPORTER_NAMESling Model exporterstatic java.lang.StringSLING_MODEL_EXTENSIONSling Model extensionstatic java.lang.StringSLING_MODEL_SELECTORSling 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
-
-