Example usage for org.springframework.web.servlet.mvc.method.annotation ServletModelAttributeMethodProcessor subclass-usage

List of usage examples for org.springframework.web.servlet.mvc.method.annotation ServletModelAttributeMethodProcessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.mvc.method.annotation ServletModelAttributeMethodProcessor subclass-usage.

Usage

From source file org.focusns.common.web.widget.mvc.method.WidgetModelAttributeMethodProcessor.java

public class WidgetModelAttributeMethodProcessor extends ServletModelAttributeMethodProcessor {

    private ThreadLocal<NativeWebRequest> webRequestLocal = new ThreadLocal<NativeWebRequest>();

    public WidgetModelAttributeMethodProcessor() {
        super(true);