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

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

Introduction

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

Usage

From source file architecture.ee.web.util.ParamUtils.java

public class ParamUtils extends ServletRequestUtils {

    private static final Log log = LogFactory.getLog(ParamUtils.class);

    public ParamUtils() {
    }