Example usage for org.springframework.web.bind ServletRequestDataBinder subclass-usage

List of usage examples for org.springframework.web.bind ServletRequestDataBinder subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.bind ServletRequestDataBinder subclass-usage.

Usage

From source file com.asual.summer.core.spring.ExtendedServletRequestDataBinder.java

/**
 * 
 * @author Rostislav Hristov
 *
 */
public class ExtendedServletRequestDataBinder extends ServletRequestDataBinder {

From source file org.sakaiproject.metaobj.utils.mvc.impl.servlet.ServletRequestBeanDataBinder.java

public class ServletRequestBeanDataBinder extends ServletRequestDataBinder {

    private AbstractPropertyBindingResult bindingResult;

    public ServletRequestBeanDataBinder(Object o, String s) {
        super(o, s);

From source file org.kuali.rice.krad.web.bind.UifServletRequestDataBinder.java

/**
 * Override of ServletRequestDataBinder in order to hook in the UifBeanPropertyBindingResult
 * which instantiates a custom BeanWrapperImpl, and to initialize the view.
 *
 * @author Kuali Rice Team (rice.collab@kuali.org)
 */

From source file org.codehaus.groovy.grails.web.binding.GrailsDataBinder.java

import org.springframework.web.servlet.support.RequestContextUtils;

/**
 * A data binder that handles binding dates that are specified with a "struct"-like syntax in request parameters.
 * For example for a set of fields defined as:
 * <p/>