use of ubic.gemma.web.propertyeditor.TaxonPropertyEditor in project Gemma by PavlidisLab.
the class GeneralSearchControllerImpl method initBinder.
@Override
@InitBinder
protected void initBinder(WebDataBinder binder) {
super.initBinder(binder);
binder.registerCustomEditor(Taxon.class, new TaxonPropertyEditor(this.taxonService));
}
Aggregations