Example usage for org.springframework.web.servlet RequestToViewNameTranslator interface-usage

List of usage examples for org.springframework.web.servlet RequestToViewNameTranslator interface-usage

Introduction

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

Usage

From source file com.yahoo.glimmer.web.FormatParameterToViewNameTranslator.java

public class FormatParameterToViewNameTranslator implements RequestToViewNameTranslator {
    private String parameterName = "format";
    private String defaultValue = "js";
    private String namePostfix = "ObjectView";

    /**