Example usage for org.springframework.web.servlet.mvc AbstractController subclass-usage

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

Introduction

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

Usage

From source file com.yahoo.dba.perf.myperf.springmvc.HelpController.java

public class HelpController extends AbstractController {

    @Override
    protected ModelAndView handleRequestInternal(HttpServletRequest req, HttpServletResponse resp)
            throws Exception {

From source file gov.nih.nci.cabig.ccts.web.IndexController.java

public class IndexController extends AbstractController {

    @Override
    protected ModelAndView handleRequestInternal(HttpServletRequest req, HttpServletResponse res) throws Exception {
        ModelAndView mvc = new ModelAndView("/WEB-INF/views/index.jsp");
        return mvc;

From source file tomekkup.helenos.web.DataExportController.java

/**
 * ********************************************************
 * Copyright: 2012 Tomek Kuprowski
 *
 * License: GPLv2: http://www.gnu.org/licences/gpl.html
 *

From source file com.anantoni.freshdirect.database_api.LoginController.java

/**
 *
 * @author anantoni
 */
public class LoginController extends AbstractController {

From source file org.jasig.cas.web.OpenIdProviderController.java

/**
 * Maps requests for usernames to a page that displays the Login URL for an
 * OpenId Identity Provider.
 * 
 * @author Scott Battaglia
 * @version $Revision: 1.1 $ $Date: 2005/08/19 18:27:17 $

From source file com.me.controller.AddToDb.java

/**
 *
 * @author Avanish
 */
public class AddToDb extends AbstractController {

From source file com.me.controller.AddBookDetails.java

/**
 *
 * @author Avanish
 */
public class AddBookDetails extends AbstractController {

From source file jose.antonio.springexample.webproyect.CounterController.java

/**
 *
 * @author JoseAntonio
 */
public class CounterController extends AbstractController {

From source file jose.antonio.springexample.webproyect.CounterRequestController.java

/**
 *
 * @author JoseAntonio
 */
public class CounterRequestController extends AbstractController {

From source file com.me.controller.SalesOrderController.java

/**
 *
 * @author Pranay
 */
public class SalesOrderController extends AbstractController {