Example usage for org.springframework.web.bind.support WebArgumentResolver interface-usage

List of usage examples for org.springframework.web.bind.support WebArgumentResolver interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.bind.support WebArgumentResolver interface-usage.

Usage

From source file com.gary.web.spring.method.annotation.RequestJsonParamMethodArgumentResolver.java

/**
 * 
 * ??json 
 * 
 * @author Zhang Kaitao
 * @since 3.1

From source file cn.javass.spring.mvc.method.annotation.RequestJsonParamMethodArgumentResolver.java

/**
 * 
 * ??json 
 * 
 * @author Zhang Kaitao
 * @since 3.1

From source file com.whollyframework.spring.mvc.method.annotation.RequestJsonParamMethodArgumentResolver.java

/**
 * 
 * ??json 
 * 
 * @author Zhang Kaitao
 * @since 3.1

From source file com.github.mjeanroy.springmvc.uadetector.resolvers.BrowserResolver.java

/**
 * Resolver that can be used to get user agent arguments.
 */
public class BrowserResolver implements WebArgumentResolver {

    /**

From source file com.kingray.spring.mvc.method.annotation.RequestJsonParamMethodArgumentResolver.java

/**
 * 
 * ??json
 * 
 * @author Zhang Kaitao
 * @since 3.1

From source file com.xiongyingqi.spring.mvc.method.annotation.RequestJsonParamMethodArgumentResolver.java

/**
 * 
 * ??json
 * 
 * @author Zhang Kaitao
 * @since 3.1

From source file org.ytoh.webflow.WebflowArgumentResolver.java

/**
 * An implementation of the {@link WebArgumentResolver} that resolved arguments from webflow's Flow scope.
 *
 * <p>This implementation resolves Spring MVC controller method parameters annotated with @{@link Flow} annotation.</p>
 *
 * <p><strong>NOTE:</strong> This implementation accesses the {@link org.springframework.webflow.execution.repository.FlowExecutionRepository}

From source file org.synyx.hades.extensions.web.PageableArgumentResolver.java

/**
 * Extracts paging information from web requests and thus allows injecting
 * {@link Pageable} instances into controller methods. Request properties to be
 * parsed can be configured. Default configuration uses request properties
 * beginning with {@link #DEFAULT_PREFIX}{@link #DEFAULT_SEPARATOR}.
 *