Package com.day.cq.wcm.webservicesupport
Interface ServiceConstants
-
public interface ServiceConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringPN_COMPONENT_REFComponent reference property namestatic StringPN_ICON_PATHProperty name for an icon pathstatic StringPN_INCLUSIONRANKProperty name for inclusion rankstatic StringPN_SELECTABLE_CHILDRENSelectable children property namestatic StringPN_SERVICEURLService URL property namestatic StringPN_SERVICEURL_LABELService URL label property namestatic StringPN_THUMBNAIL_PATHProperty name for a thumbnail pathstatic StringPN_VISIBLEVisible property name
-
-
-
Field Detail
-
PN_ICON_PATH
static final String PN_ICON_PATH
Property name for an icon path- See Also:
- Constant Field Values
-
PN_THUMBNAIL_PATH
static final String PN_THUMBNAIL_PATH
Property name for a thumbnail path- See Also:
- Constant Field Values
-
PN_COMPONENT_REF
static final String PN_COMPONENT_REF
Component reference property name- See Also:
- Constant Field Values
-
PN_SERVICEURL
static final String PN_SERVICEURL
Service URL property name- See Also:
- Constant Field Values
-
PN_SERVICEURL_LABEL
static final String PN_SERVICEURL_LABEL
Service URL label property name- See Also:
- Constant Field Values
-
PN_SELECTABLE_CHILDREN
static final String PN_SELECTABLE_CHILDREN
Selectable children property name- See Also:
- Constant Field Values
-
PN_VISIBLE
static final String PN_VISIBLE
Visible property name- See Also:
- Constant Field Values
-
PN_INCLUSIONRANK
static final String PN_INCLUSIONRANK
Property name for inclusion rank- See Also:
- Constant Field Values
-
-