Example usage for org.springframework.web.servlet.handler AbstractDetectingUrlHandlerMapping subclass-usage

List of usage examples for org.springframework.web.servlet.handler AbstractDetectingUrlHandlerMapping subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.handler AbstractDetectingUrlHandlerMapping subclass-usage.

Usage

From source file com.graby.store.base.remote.RemotingAnnotationHandlerMapping.java

public class RemotingAnnotationHandlerMapping extends AbstractDetectingUrlHandlerMapping {

    private boolean useDefaultSuffixPattern = true;

    private final Map<Class<?>, RemotingService> cachedMappings = new HashMap<Class<?>, RemotingService>();