com.clickntap.utils
Class BindUtils

java.lang.Object
  extended by com.clickntap.utils.BindUtils

public class BindUtils
extends Object


Constructor Summary
BindUtils()
           
 
Method Summary
static void bind(org.springframework.validation.DataBinder dataBinder, org.springframework.beans.MutablePropertyValues pvs)
           
static void bind(Object object, org.springframework.beans.MutablePropertyValues pvs)
           
static void registerCustomEditor(org.springframework.validation.DataBinder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindUtils

public BindUtils()
Method Detail

registerCustomEditor

public static void registerCustomEditor(org.springframework.validation.DataBinder binder)

bind

public static void bind(Object object,
                        org.springframework.beans.MutablePropertyValues pvs)

bind

public static void bind(org.springframework.validation.DataBinder dataBinder,
                        org.springframework.beans.MutablePropertyValues pvs)


Copyright © 2014. All rights reserved.