Search in sources :

Example 1 with TaxonPropertyEditor

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));
}
Also used : TaxonPropertyEditor(ubic.gemma.web.propertyeditor.TaxonPropertyEditor) InitBinder(org.springframework.web.bind.annotation.InitBinder)

Aggregations

InitBinder (org.springframework.web.bind.annotation.InitBinder)1 TaxonPropertyEditor (ubic.gemma.web.propertyeditor.TaxonPropertyEditor)1