AddAdToPlaceholderActionDef Class
- public class AddAdToPlaceholderActionDef
extends ActionDef
An action definition specific to the AddAdToPlaceholderAction.
Related Topics
AddAdToPlaceholderAction
-
Hierarchy
-
Object
ActionDef
AddAdToPlaceholderActionDef
-
All Implemented Interfaces
-
Serializable
public static final int |
-
HIGH
- The "High" weight.
|
public static final int |
-
HIGHEST
- The "Highest" weight.
|
public static final int |
-
LOW
- The "Low" weight.
|
public static final int |
-
LOWEST
- The "Lowest" weight.
|
public static final int |
-
MEDIUM
- The "Medium" weight (same as NORMAL).
|
public static final int |
-
NORMAL
- The "Normal" weight.
|
-
AddAdToPlaceholderActionDef(
String placeholders, String weight, ContentQueryNode contentQuery, String ttlStr, TimeInstant expireDate, String clearingPolicy)
- Master constructor.
|
-
AddAdToPlaceholderActionDef(
String placeholders, String weight, ContentQueryNode contentQuery, String ttlStr, TimeInstant expireDate)
- Constructor.
|
-
AddAdToPlaceholderActionDef(
String placeholders, String weight, ContentQueryNode contentQuery)
- Constructor.
|
-
AddAdToPlaceholderActionDef(
Collection placeholders, String weight, ContentQueryNode contentQuery, String ttlStr, TimeInstant expireDate, String clearingPolicy)
- Constructor.
|
-
AddAdToPlaceholderActionDef(
Collection placeholders, String weight, ContentQueryNode contentQuery, String ttlStr, TimeInstant expireDate)
- Constructor.
|
-
AddAdToPlaceholderActionDef(
Collection placeholders, String weight, ContentQueryNode contentQuery)
- Constructor.
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HIGH
public static final int HIGH
- The "High" weight.
HIGHEST
public static final int HIGHEST
- The "Highest" weight.
LOW
public static final int LOW
- The "Low" weight.
LOWEST
public static final int LOWEST
- The "Lowest" weight.
MEDIUM
public static final int MEDIUM
- The "Medium" weight (same as NORMAL).
NORMAL
public static final int NORMAL
- The "Normal" weight.
AddAdToPlaceholderActionDef
public AddAdToPlaceholderActionDef(String
[] placeholders,
String
weight,
ContentQueryNode
contentQuery,
String
ttlStr,
TimeInstant
expireDate,
String
clearingPolicy)
- Master constructor.
AddAdToPlaceholderActionDef
public AddAdToPlaceholderActionDef(String
[] placeholders,
String
weight,
ContentQueryNode
contentQuery,
String
ttlStr,
TimeInstant
expireDate)
- Constructor.
AddAdToPlaceholderActionDef
public AddAdToPlaceholderActionDef(String
[] placeholders,
String
weight,
ContentQueryNode
contentQuery)
- Constructor.
AddAdToPlaceholderActionDef
public AddAdToPlaceholderActionDef(Collection
placeholders,
String
weight,
ContentQueryNode
contentQuery,
String
ttlStr,
TimeInstant
expireDate,
String
clearingPolicy)
- Constructor.
AddAdToPlaceholderActionDef
public AddAdToPlaceholderActionDef(Collection
placeholders,
String
weight,
ContentQueryNode
contentQuery,
String
ttlStr,
TimeInstant
expireDate)
- Constructor.
AddAdToPlaceholderActionDef
public AddAdToPlaceholderActionDef(Collection
placeholders,
String
weight,
ContentQueryNode
contentQuery)
- Constructor.
getWeight(String) Method
public static int getWeight(String
weight)
Convert the "Highest"..."Lowest" weight string to a 5..1 number.