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