Example usage for org.springframework.ui ExtendedModelMap subclass-usage

List of usage examples for org.springframework.ui ExtendedModelMap subclass-usage

Introduction

In this page you can find the example usage for org.springframework.ui ExtendedModelMap subclass-usage.

Usage

From source file de.iew.web.isc.DSResponseAbstract.java

/**
 * Abstrakte Basisklasse fr DSResponse-Implementierungen fr Smartclient.
 *
 * @author Manuel Schulze <manuel_schulze@i-entwicklung.de>
 * @since 21.11.12 - 23:42
 */

From source file org.orcid.examples.jopmts.mvc.OrcidClientModel.java

public abstract class OrcidClientModel extends ExtendedModelMap {
    private static final long serialVersionUID = 1L;

    protected abstract Map<String, String> getModelStringPaths();

    protected abstract Map<String, String> getModelStringArrayPaths();