Class MboxConstants
- java.lang.Object
-
- com.day.cq.analytics.testandtarget.MboxConstants
-
public class MboxConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROP_MBOX_LOCATION
The name of the location property.static java.lang.String
RT_MBOX_BEGIN
The resource type for a mbox begin.static java.lang.String
RT_MBOX_END
The resource type for a mbox end.static java.lang.String
RT_MBOX_PREFIX
The prefix for all mbox related resource types.
-
-
-
Field Detail
-
RT_MBOX_PREFIX
public static final java.lang.String RT_MBOX_PREFIX
The prefix for all mbox related resource types.- See Also:
- Constant Field Values
-
RT_MBOX_BEGIN
public static final java.lang.String RT_MBOX_BEGIN
The resource type for a mbox begin.- See Also:
- Constant Field Values
-
RT_MBOX_END
public static final java.lang.String RT_MBOX_END
The resource type for a mbox end.- See Also:
- Constant Field Values
-
PROP_MBOX_LOCATION
public static final java.lang.String PROP_MBOX_LOCATION
The name of the location property.- See Also:
- Constant Field Values
-
-