201202203204205206207208209210211
} // if we found a label filter, apply it. if (StringUtils.hasValue(labelFilter)) { try { result = new EVLabelFilter(evModel, labelFilter, data); } catch (Exception e) { } } // next, look up any applicable path filter