egovframework.rfc3.common.util.web
Class EgovBindingInitializer

java.lang.Object
  extended by egovframework.rfc3.common.util.web.EgovBindingInitializer
All Implemented Interfaces:
org.springframework.web.bind.support.WebBindingInitializer

public class EgovBindingInitializer
extends java.lang.Object
implements org.springframework.web.bind.support.WebBindingInitializer


Constructor Summary
EgovBindingInitializer()
           
 
Method Summary
 void initBinder(org.springframework.web.bind.WebDataBinder binder, org.springframework.web.context.request.WebRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EgovBindingInitializer

public EgovBindingInitializer()
Method Detail

initBinder

public void initBinder(org.springframework.web.bind.WebDataBinder binder,
                       org.springframework.web.context.request.WebRequest request)
Specified by:
initBinder in interface org.springframework.web.bind.support.WebBindingInitializer