this.propertyInterpolators = new HashSet<PropertyInterpolator>();
// Simplify Trident config to not load its UIToolkitHandlers and
// PropertyInterpolator from properties files. These can still be added
// programmatically if needed.
PropertyInterpolatorSource piSource = new CorePropertyInterpolators();
for (PropertyInterpolator pi : piSource.getPropertyInterpolators()) {
this.propertyInterpolators.add(pi);
}
/*
ClassLoader classLoader = Thread.currentThread()
.getContextClassLoader();