@Retention(value=RUNTIME) public @interface InjectAsset
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Provide the name to access the pre-fetched asset data.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
filterByDate
Boolean value to filter the asset based on todays date.
|
String |
localeCookieName
Cookie name to obtain locale information.
|
String |
localeFilterName
Name of the DimensionSet filter to be used.
|
String |
localeVar
Name of the variable to obtain locale information.
|
String |
select
Specify the list of attributes to be retrieved.
|
public abstract String name
public abstract String localeVar
public abstract String localeCookieName
public abstract String localeFilterName
forLocale(locale, dimensionSet)public abstract boolean filterByDate
public abstract String select
select(attributes).
It is an optional attribute.