Example usage for org.springframework.web.servlet.support WebContentGenerator subclass-usage

List of usage examples for org.springframework.web.servlet.support WebContentGenerator subclass-usage

Introduction

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

Usage

From source file morph.plugin.views.annotation.AnnotationMethodHandlerAdapter.java

/**
 * Implementation of the {@link org.springframework.web.servlet.HandlerAdapter} interface
 * that maps handler methods based on HTTP paths, HTTP methods and request parameters
 * expressed through the {@link RequestMapping} annotation.
 *
 * <p>Supports request parameter binding through the {@link RequestParam} annotation.

From source file org.springframework.web.servlet.mvc.annotation.MyAnnotationMethodHandlerAdapter.java

/**
 * Implementation of the {@link org.springframework.web.servlet.HandlerAdapter} interface
 * that maps handler methods based on HTTP paths, HTTP methods and request parameters
 * expressed through the {@link RequestMapping} annotation.
 *
 * <p>Supports request parameter binding through the {@link RequestParam} annotation.