Class PathConstants
- java.lang.Object
-
- org.cid15.aem.veneer.api.constants.PathConstants
-
public final class PathConstants extends Object
JCR path and extension constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXTENSION_HTMLstatic StringEXTENSION_JSONstatic StringPATH_CONTENTstatic StringPATH_CONTENT_DAMstatic StringPATH_JCR_CONTENTstatic StringREGEX_CONTENTstatic StringRELATIVE_PATH_METADATAstatic StringSELECTOR
-
-
-
Field Detail
-
EXTENSION_HTML
public static final String EXTENSION_HTML
- See Also:
- Constant Field Values
-
EXTENSION_JSON
public static final String EXTENSION_JSON
- See Also:
- Constant Field Values
-
PATH_CONTENT
public static final String PATH_CONTENT
- See Also:
- Constant Field Values
-
PATH_CONTENT_DAM
public static final String PATH_CONTENT_DAM
- See Also:
- Constant Field Values
-
PATH_JCR_CONTENT
public static final String PATH_JCR_CONTENT
- See Also:
- Constant Field Values
-
RELATIVE_PATH_METADATA
public static final String RELATIVE_PATH_METADATA
- See Also:
- Constant Field Values
-
REGEX_CONTENT
public static final String REGEX_CONTENT
- See Also:
- Constant Field Values
-
SELECTOR
public static final String SELECTOR
- See Also:
- Constant Field Values
-
-