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 org.openmrs.module.vcttrac.web.controller.VCTClientSearchController.java

/**
 * mapped to /module/@MODULE_ID@/vctClientSearchForm.jsp
 */
public class VCTClientSearchController extends ParameterizableViewController {

    /**

From source file net.sourceforge.subsonic.controller.MadsonicController.java

/**
 * Controller for the madsonic page.
 *
 * @author Madevil
 */
public class MadsonicController extends ParameterizableViewController {

From source file com.example.calculator.CalculateController.java

/**
 * @author GreenD
 *
 */
public class CalculateController extends ParameterizableViewController {

From source file org.openmrs.module.mohbilling.web.controller.MohBillingInsuranceListController.java

/**
 * @author Yves GAKUBA
 * 
 *         This controller backs the /web/module/mohBillingInsuranceList.jsp
 *         page. This controller is tied to that jsp page in the
 *         /metadata/moduleApplicationContext.xml file

From source file psiprobe.controllers.logs.LogHandlerController.java

/**
 * The Class LogHandlerController.
 *
 * @author Vlad Ilyushchenko
 * @author Mark Lewis
 */

From source file psiprobe.controllers.sql.CachedRecordSetController.java

/**
 * Displays a result set cached in an attribute of HttpSession object to support result set
 * pagination feature without re-executing a query that created the result set.
 * 
 * @author Andy Shapoval
 */

From source file psiprobe.controllers.sql.DataSourceTestController.java

/**
 * Displays a view that allows for a database connectivity testing. Supplies default values to input
 * fields of the view.
 * 
 * @author Andy Shapoval
 * @author Mark Lewis

From source file net.testdriven.psiprobe.controllers.DecoratorController.java

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

From source file org.openmrs.module.mohtracportal.web.controller.MohTracPortalModuleFormController.java

/**
 * This controller backs the /web/module/mohtracportal/tracPortal.jsp page. This controller is tied to that
 * jsp page in the /metadata/moduleApplicationContext.xml file
 */
public class MohTracPortalModuleFormController extends ParameterizableViewController {

From source file psiprobe.controllers.DecoratorController.java

/**
 * The Class DecoratorController.
 *
 * @author Vlad Ilyushchenko
 */
public class DecoratorController extends ParameterizableViewController {