Example usage for org.springframework.web.servlet.handler SimpleServletHandlerAdapter SimpleServletHandlerAdapter

List of usage examples for org.springframework.web.servlet.handler SimpleServletHandlerAdapter SimpleServletHandlerAdapter

Introduction

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

Prototype

SimpleServletHandlerAdapter

Source Link

Usage

From source file:org.jclouds.demo.tweetstore.config.SpringServletConfig.java

@Bean
public HandlerAdapter servletHandlerAdapter() {
    return new SimpleServletHandlerAdapter();
}