Example usage for org.springframework.web.servlet ModelAndView subclass-usage

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

Introduction

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

Usage

From source file com.gian.message.JsonModelAndView.java

/**
 *
 * @author fabrizio
 */
public class JsonModelAndView extends ModelAndView {

From source file net.thewaffleshop.nimbus.web.TemplateModelAndView.java

/**
 *
 * @author rhollencamp
 */
public class TemplateModelAndView extends ModelAndView {
    public TemplateModelAndView(String viewName) {

From source file net.thewaffleshop.passwd.web.TemplatedModelAndView.java

/**
 *
 * @author Robert Hollencamp
 */
public class TemplatedModelAndView extends ModelAndView {
    /**

From source file org.shaf.server.controller.ViewPanel.java

/**
 * The view panel.
 * 
 * @author Mykola Galushka
 */
public class ViewPanel<V extends ModelAndView> extends ModelAndView {

From source file org.tec.webapp.web.model.JSONModelAndView.java

/**
 * json based view impl
 */
public class JSONModelAndView extends ModelAndView {
    /** error bean key */
    public static final String ERROR_KEY = JSONModelAndView.class.getName() + ".ERROR";

From source file com.github.mjeanroy.springmvc.view.mustache.core.ModelAndMustacheView.java

/**
 * Extension of {@link org.springframework.web.servlet.ModelAndView} class
 * that provide shortcuts to get and add partial mappings that will be used
 * to render view.
 */
public class ModelAndMustacheView extends ModelAndView {