* org.springframework.web.bind.ServletRequestDataBinder)
*/
@Override
protected void initBinder(HttpServletRequest request,
ServletRequestDataBinder binder) throws Exception {
binder.registerCustomEditor(SystemCodes.class, new SystemCodeEditor(
this.getSystemCodesService()));
binder.registerCustomEditor(Class.class, new ClassEditor());
}