Example usage for org.springframework.web.servlet.mvc.condition RequestCondition interface-usage

List of usage examples for org.springframework.web.servlet.mvc.condition RequestCondition interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.mvc.condition RequestCondition interface-usage.

Usage

From source file com.jjw.cloudymvc.web.mvc.ElementRequestCondition.java

public class ElementRequestCondition implements RequestCondition<ElementRequestCondition> {

    private Version version;
    private Boolean isTokenRequired;
    private Boolean isSecretRequired;
    private String elementName;

From source file com.iflytek.edu.cloud.frame.spring.rest.ServiceMethodInfo.java

public class ServiceMethodInfo implements RequestCondition<ServiceMethodInfo> {

    private final ServiceMethodRequestCondition serviceMethodCondition;

    private final RequestMethodsRequestCondition methodsCondition;