formatprefs.setCloseTagsList(prefs.getCloseTagsList());
CFMLPropertyManager props = new CFMLPropertyManager();
formatprefs.setDictionaryDir(props.getDictionaryDir());
formatprefs.setCFDictionary("ColdFusion9");
fFormatter = new Formatter(formatprefs);
String formatted = fFormatter.format(contents);
return formatted;
}