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

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

Introduction

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

Usage

From source file com.googlecode.psiprobe.controllers.WhoisController.java

/**
 * 
 * @author Vlad Ilyushchenko
 */
public class WhoisController extends ParameterizableViewController {

From source file net.testdriven.psiprobe.controllers.threads.ThreadStackController.java

/**
 * 
 * @author Vlad Ilyushchenko
 */
public class ThreadStackController extends ParameterizableViewController {
    private int stackElementCount = 20;

From source file net.testdriven.psiprobe.controllers.threads.ListSunThreadsController.java

/**
 * 
 * @author Vlad Ilyushchenko
 */
public class ListSunThreadsController extends ParameterizableViewController {

From source file com.googlecode.psiprobe.controllers.threads.ListSunThreadsController.java

/**
 * 
 * @author Vlad Ilyushchenko
 */
public class ListSunThreadsController extends ParameterizableViewController {

From source file com.googlecode.psiprobe.controllers.threads.ThreadStackController.java

/**
 * 
 * @author Vlad Ilyushchenko
 */
public class ThreadStackController extends ParameterizableViewController {
    private int stackElementCount = 20;

From source file com.carlos.projects.billing.ui.controllers.DocumentsController.java

/**
 * Controller to show all the existing documents
 *
 * @author Carlos Fernandez
 * @date 11-May-2012
 */

From source file org.openmrs.module.tracdataquality.web.controller.DataQualityAlertsController.java

public class DataQualityAlertsController extends ParameterizableViewController {

    /** Logger for this class and subclasses */
    protected final Log log = LogFactory.getLog(getClass());

    /**

From source file org.openmrs.module.patientalerts.web.controller.AlertsViewController.java

/**
 *
 */
public class AlertsViewController extends ParameterizableViewController {

    /** Logger for this class and subclasses */

From source file org.openmrs.module.tracdataquality.web.controller.DataqualityFormController.java

/**
 * 
 */
public class DataqualityFormController extends ParameterizableViewController {

    static String msgToDisplay;

From source file org.openmrs.module.vcttrac.web.controller.VCTPreCounselingFormController.java

/**
 * @author Yves GAKUBA
 */
public class VCTPreCounselingFormController extends ParameterizableViewController {

    private Log log = LogFactory.getLog(getClass());