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.admin.RPAdminController.java

/**
 * This SpringMVC controller is used to initialize the ResearcherPageDTO in the
 * "Add Researcher Page" functionality
 * 
 * @author cilea
 * 

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

/**
 * This SpringMVC controller is used to initialize the ResearcherPageDTO in the
 * "Add Researcher Page" functionality
 * 
 * @author cilea
 * 

From source file com.googlecode.psiprobe.controllers.apps.AllAppStatsController.java

/**
 *
 * @author Mark Lewis
 */
public class AllAppStatsController extends ParameterizableViewController {

From source file net.testdriven.psiprobe.controllers.apps.AllAppStatsController.java

/**
 *
 * @author Mark Lewis
 */
public class AllAppStatsController extends ParameterizableViewController {

From source file com.googlecode.psiprobe.controllers.connectors.ZoomChartController.java

/**
 *
 * @author Mark Lewis
 */
public class ZoomChartController extends ParameterizableViewController {

From source file net.testdriven.psiprobe.controllers.connectors.ZoomChartController.java

/**
 *
 * @author Mark Lewis
 */
public class ZoomChartController extends ParameterizableViewController {

From source file psiprobe.controllers.apps.AllAppStatsController.java

/**
 * The Class AllAppStatsController.
 *
 * @author Mark Lewis
 */
public class AllAppStatsController extends ParameterizableViewController {

From source file psiprobe.controllers.connectors.ZoomChartController.java

/**
 * The Class ZoomChartController.
 *
 * @author Mark Lewis
 */
public class ZoomChartController extends ParameterizableViewController {

From source file org.dspace.app.webui.cris.controller.RedirectFromUUIDtoDetailsController.java

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

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

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