Class TrafficVarFilter
- java.lang.Object
-
- com.day.cq.analytics.sitecatalyst.TrafficVarFilter
-
-
Constructor Summary
Constructors Constructor Description TrafficVarFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanfilter(JSONObject obj)Returns true if variable is of the correct type, false otherwise.StringgetJSArray(JSONObject obj)Returns a String representation of a JS array for this JSONObject.BooleanindexOf(JSONObject obj, String query)Returnstrueif one of its properties does contain the query string,falseotherwise.
-
-
-
Method Detail
-
filter
public Boolean filter(JSONObject obj)
Description copied from interface:FilterReturns true if variable is of the correct type, false otherwise.
-
indexOf
public Boolean indexOf(JSONObject obj, String query)
Description copied from interface:FilterReturnstrueif one of its properties does contain the query string,falseotherwise.
-
getJSArray
public String getJSArray(JSONObject obj)
Description copied from interface:FilterReturns a String representation of a JS array for this JSONObject.- Specified by:
getJSArrayin interfaceFilter- Parameters:
obj- Variable object- Returns:
- String representaiton of a JS array (i.e ['evar1','My evar (eVar)'])
-
-