e );
}
}
private void buildEvaluatorRegistry() {
this.evaluatorRegistry = new EvaluatorRegistry( getClassLoader() );
Map<String, String> temp = new HashMap<String, String>();
this.chainedProperties.mapStartsWith( temp,
EvaluatorOption.PROPERTY_NAME,
true );
for ( Entry<String, String> e: temp.entrySet()) {