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.dspace.app.webui.cris.controller.RedirectResearcherPageDetailsController.java

/**
 * This SpringMVC controller has been added to handle RP details URL also with
 * the form:<br> 
 * [hub-url]/rp/rp/details.html?id=[rpidentifier]
 * <br>
 * doing a simple redirect to the canonical URL: [hub-url]/rp/[rpidentifier] 

From source file org.dspace.app.webui.cris.controller.admin.ProjectAdminController.java

/**
 * Concrete SpringMVC controller is used to list admin RG page
 * 
 * @author pascarelli
 * 
 */

From source file gov.nih.nci.cabig.caaers.web.admin.ImportMeddraController.java

public class ImportMeddraController extends ParameterizableViewController {

    private static Log log = LogFactory.getLog(ImportMeddraController.class);

    private MeddraVersionDao meddraVersionDao;

From source file psiprobe.controllers.wrapper.RestartJvmController.java

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

From source file psiprobe.controllers.wrapper.ThreadDumpController.java

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

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

/**
 * Retrieves a history list of executed queries from a session variable.
 * 
 * @author Andy Shapoval
 */
public class QueryHistoryController extends ParameterizableViewController {

From source file psiprobe.controllers.system.MemoryStatsController.java

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

From source file org.openmrs.module.pmtct.web.controller.GraphViewController.java

/**
 *
 */
public class GraphViewController extends ParameterizableViewController {

    /**

From source file org.openmrs.module.pmtct.web.controller.PmtctFamilyPlanningController.java

/**
 *
 */
public class PmtctFamilyPlanningController extends ParameterizableViewController {

    /**

From source file org.openmrs.module.pmtct.web.controller.PMTCTGraphicsAndStatisticsController.java

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

    /**