net.sourceforge.xconf.toolbox.spring.action
Interface BinderRegistrar


public interface BinderRegistrar

Implemented by classes to perform custom binder initialisation for ActionCommandControllers.

Author:
Tom Czarniecki
See Also:
ActionCommandController.initBinder(javax.servlet.http.HttpServletRequest, org.springframework.web.bind.ServletRequestDataBinder)

Method Summary
 void initBinder(HttpServletRequest request, ServletRequestDataBinder binder)
           
 

Method Detail

initBinder

void initBinder(HttpServletRequest request,
                ServletRequestDataBinder binder)
                throws Exception
Throws:
Exception


Copyright © 2007 Thomas Czarniecki. All Rights Reserved.