List of values to display like that: 'a,b,c'
427428429430431432433
/** * @return the elementsPath_filters option */ public ElementPathListOptions getElementsPathFilters() { Object object = options.get("elementsPath_filters"); return object == null ? new ElementPathListOptions() : (ElementPathListOptions) object; }